platform/upstream/nodejs.git
2011-08-16 Antranig Basmanvm: fix incorrect dispatch of vm.runInContext for argum...
2011-08-16 Ryan DahlComplete GYP support for Python 2.5.2
2011-08-16 Ryan DahlGYP Support python 2.5.2
2011-08-16 Ryan Dahlgyp: Support Linux
2011-08-15 Mikeal RogersRemove http.cat. fixes #1447
2011-08-15 Ryan DahlUpgrade GYP to r999
2011-08-15 Ryan DahlUpgrade GYP to r995
2011-08-15 Ryan DahlFix GYP build on OSX
2011-08-15 Nathan Rajlichutil: isRegExp() should not call toString() on its...
2011-08-15 Bert Beldernode_crypto: interface with libuv, not libev
2011-08-14 Peter BrightRename gyp files to produce useful solution names.
2011-08-14 Thomas Shinnickpath.js: correct three harmless .length typos
2011-08-14 Ben Noordhuisuv: upgrade to 5899192
2011-08-13 Ben Noordhuismodule: fix pointer reference to out-of-scope variable
2011-08-13 Thomas Shinnicktest: add typed arrays to known globals list
2011-08-13 Fedor Indutnysmall NPN doc fix
2011-08-12 Artem Zaytsevplatform: fix GetFreeMemory() on 64 bits freebsd
2011-08-12 Ben Noordhuisbuild: add src/v8_typed_array.cc to gyp sources list
2011-08-12 Ben Noordhuistyped arrays: fix signed/unsigned compiler warnings
2011-08-12 Ben Noordhuistyped arrays: preliminary benchmarks
2011-08-12 Ben Noordhuistyped arrays: add Float64Array
2011-08-12 Ben Noordhuistyped arrays: alias method subarray() to slice()
2011-08-12 Ben Noordhuistyped arrays: integrate plask's typed array implementation
2011-08-12 Glen Lowcrypto: PBKDF2 function from OpenSSL
2011-08-12 Ben Noordhuisuv: upgrade to 7f82995
2011-08-12 Brian WhiteIncorporate endianness into buffer.read* function names...
2011-08-12 Ben Noordhuistest: enable simple/test-http-dns-error for `make test-uv`
2011-08-12 Ben Noordhuistest: add test for #1202, uncatchable exception on...
2011-08-12 Ben Noordhuisnet: defer DNS lookup error events to next tick
2011-08-12 Ryan DahlNow working on v0.5.5
2011-08-12 Ryan DahlBump version to v0.5.4 v0.5.4
2011-08-12 Ryan DahlUpgrade libuv to 65f71a2
2011-08-12 Ryan DahlUpgrade V8 to v3.5.4
2011-08-12 Ryan DahlUpgrade libuv to d358738
2011-08-12 Ryan DahlAdd some debug output to test-child-process-double...
2011-08-12 Ryan Dahlnet_uv: resume on closed net.Socket shouldn't crash
2011-08-11 Ben Noordhuisbuild: .gitignore build/ directory
2011-08-11 isaacsFix #1497 querystring: Replace 'in' test with 'hasOwnPr...
2011-08-11 Ben Noordhuishttp: destroy socket on error
2011-08-11 Ryan Dahlnet_uv: pipes don't have getsockname
2011-08-11 Ben Noordhuisnet: properly export remoteAddress to user land
2011-08-11 Ben Noordhuistest: fix logic error in test-net-remote-address-port.js
2011-08-11 Peter BrightFix MSVS building.
2011-08-11 Bert BelderUpgrade libuv to ca633920f564167158d0bb82989d842a47c27d56
2011-08-11 Ben Noordhuisnode: propagate --use-uv to child processes
2011-08-11 Ben Noordhuisuv: upgrade to e8497ae
2011-08-11 Ryan Dahlwin: fix test-process-env
2011-08-10 Ben Noordhuisuv: upgrade to b328e4c
2011-08-10 Ben Noordhuisuv: upgrade to b6b97f3
2011-08-10 Ben Noordhuistcp: propagate libuv tcp accept() errors to net_uv.js
2011-08-10 Ryan DahlUpgrade libuv to db190c7
2011-08-10 Ryan Dahlnet_uv: Handle failed shutdown req
2011-08-10 Ryan DahlAdd test-pipe-file-to-http to test-uv
2011-08-10 Ryan Dahlnet_uv: fix test/simple/test-pipe-file-to-http.js
2011-08-10 Ryan Dahltest: Allow common.ddCommand to be run in presence...
2011-08-10 Ryan Dahlx-platform func for spawning pwd in tests
2011-08-10 Bert BelderExplicitly disable cr/lf conversion for test fixtures
2011-08-10 Bert BelderRevert "Make test-sync-fileread pass even when git...
2011-08-10 Fedor IndutnyAdd NPN and SNI documentation.
2011-08-10 Bert BelderMake test-sync-fileread pass even when git cr/lf conver...
2011-08-10 Bert BelderOpen files in binary mode, on msvc too
2011-08-10 Ryan DahlRemove unnecessary line
2011-08-10 Ryan DahlFix test-net-server-on-fd-0 for windows by removing...
2011-08-10 Ryan DahlAdd fixed tests to test-uv
2011-08-10 Ryan DahlFix dd command tests for Windows
2011-08-09 Ryan DahlFix test/simple/test-repl
2011-08-09 Ryan DahlImprove win compat of test-repl
2011-08-09 Tom Hughescrypto: fix incorrect ssl shutdown check
2011-08-09 Tom Hughesnet: fix incorrect sizeof()
2011-08-09 Ryan DahlImprove assert error messages
2011-08-09 Ben Noordhuiseio: define HAVE_UTIMES 1 on cygwin, fixes build
2011-08-09 Ryan Dahlwindows: fix test-umask
2011-08-09 Ryan DahlUpgrade libuv to e5f513c
2011-08-09 Ryan DahlReadd the static libpthread-win32 libraries
2011-08-09 Ryan DahlRevert "Unify configure scripts"
2011-08-09 Ryan DahlMake buffer.INSPECT_MAX_BYTES public for mscdex
2011-08-09 Ryan DahlTruncate Buffer.inspect at 50 bytes
2011-08-09 Ryan DahlFix test-executable-path
2011-08-09 Ryan DahlFix test-http-upgrade-server and test-http-parser
2011-08-09 Robert MustacchiEndian argument should be a boolean. Signed integers...
2011-08-09 Ryan DahlTests should point at the build directory until GYP...
2011-08-08 Ryan DahlMerge branch 'gyp'
2011-08-08 Ryan DahlFix test-child-process-exec-cwd.
2011-08-08 Ryan DahlUnify configure scripts
2011-08-08 Ryan DahlRevert "Remove scons"
2011-08-08 Ryan DahlUpgrade libuv to 75c10905
2011-08-08 Ryan DahlBring back old Makefile and configure script
2011-08-08 Ryan DahlFix MSVS build
2011-08-08 Ryan DahlMove GYP file to the project root
2011-08-08 Ryan Dahlgenerate-project.bat: Point at the right path
2011-08-08 Ryan Dahlsketch out configure support
2011-08-08 Ben Noordhuishttp2: reword confusing comment
2011-08-08 koichikImprove util.format() compatibility with browser.
2011-08-08 Mikeal RogersFixes https host header default port handling.
2011-08-08 isaacsTest for default host headers on default ports in https...
2011-08-07 Ben Noordhuisdocs: rename readline.md to readline.markdown
2011-08-07 Ryan Dahlsymlink in ./node and ./node_g for make users
2011-08-07 Ryan DahlAdd generate-projects.bat
2011-08-07 Ben Noordhuisdocs: fix typo in tls API docs
2011-08-07 Peter BrightDisable optimization in debug builds.
next