platform/upstream/nodejs.git
2011-07-14 Ryan DahlRevert "net_uv: fix localhost resolution - was defaulti...
2011-07-14 Brian WhiteAddons should not -DEV_MULTIPLICITY=0
2011-07-14 Henry Rawasadd working http tests
2011-07-14 Ryan Dahlnet_uv: fix localhost resolution - was defaulting to...
2011-07-14 Ryan DahlUpgrade libuv to f5ff8694
2011-07-14 Elijah InsuaClose #1303 Stream.pipe returns the destination
2011-07-14 isaacsClose #1281 Make require a public member of module
2011-07-14 Henry Rawastest-tcp-wrap dont assume port 80 priveleged'
2011-07-14 Henry Rawasnet_uv: sockets should be writable during connection
2011-07-14 Henry Rawasnet_uv: Add maxConnections support
2011-07-13 koichikFix fs can't handle large file on 64bit platform
2011-07-12 Henry Rawasfix socket-timeout. Also fix makefile test list name...
2011-07-12 Henry Rawasfix isip test
2011-07-12 Henry Rawastest-net-reconnect needs socket connect event
2011-07-11 Ben NoordhuisTell BSD users to run `gmake` instead.
2011-07-09 Ben NoordhuisFix off-by-one error in assertion.
2011-07-09 Henry RawasFix V8 mingw32 build
2011-07-09 Igor ZinkovskyStatically link in dependencies for node.exe
2011-07-09 koichikFixes #1260
2011-07-09 koichikFixes #1267.
2011-07-09 Ryan Dahlmraleph emit hack
2011-07-08 Ryan DahlUpgrade V8 to 3.4.10
2011-07-08 Ryan DahlAdd several asserts to tcp_wrap
2011-07-08 Henry Rawastest-uv: add more test cases
2011-07-08 Henry Rawasadd tests to "make test-uv"
2011-07-08 Ryan DahlStart 'make test-uv' command
2011-07-08 Henry RawasisIP test
2011-07-07 Henry Rawasfix eaddrinuse bug
2011-07-07 Henry Rawasnet_uv: fix test-net-eaddrinuse.js
2011-07-07 Henry Rawasipv6 node
2011-07-07 Ben NoordhuisRevert 8dc8773. Always send a HTTP/1.1 status line...
2011-07-07 Ryan DahlAdd deps/uv/src/ares to include path
2011-07-07 Ryan DahlEscape $CC and $CXX when passed to uv and V8
2011-07-07 Ryan DahlExport $CC and $CXX to uv and V8's build systems
2011-07-07 Ryan Dahlcomplete libuv upgrade. sorry
2011-07-07 Ryan DahlUpgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b
2011-07-07 avzsysctl(CTL_HW, HW_PHYSMEM) always returns unsigned...
2011-07-07 Joe ShawSendTo and SendMsg expect a buffer only, not a string...
2011-07-06 isaacsurl: Don't swallow punycode errors
2011-07-06 isaacspunycode: Test for integer overflow
2011-07-06 Jeremy SelierClose #1149 IDNA and Punycode support in url.parse
2011-07-06 Ryan DahlUpgrade libuv to 0bf38570e8c7837bd830388f7b57f138aebb3395
2011-07-06 Ryan DahlNow working on version v0.5.1
2011-07-06 Ryan DahlBump to v0.5.0 v0.5.0
2011-07-06 Ryan DahlSupport SunOS 121. Check for ifaddrs in wscript for...
2011-07-06 Bert BelderLibuv: add cygwin support
2011-07-05 Ryan DahlRevert "Fixes #1260"
2011-07-05 Ryan DahlRevert "Fixes #1267."
2011-07-05 Ryan DahlRevert "Error argument for http.ServerRequest 'close'"
2011-07-05 Ryan DahlDowngrade V8 to 3.1.8.25
2011-07-05 Ben NoordhuisVerify that the argument passed to vm.runInContext...
2011-07-05 Ben NoordhuisParse the command line before initializing V8.
2011-07-05 Bert Belderdns_uv: match the old api better, fix tests
2011-07-05 Ryan Dahluv: exception.code isntead of exception.errno
2011-07-05 Ryan DahlMerge branch 'V8-3.4'
2011-07-05 Ryan DahlUpgrade V8 to 3.4.9
2011-07-05 Ryan Dahlmake test-process-uptime fail less often
2011-07-05 Ryan DahlRevert "Remove 'connect' event from server side sockets"
2011-07-05 Ryan DahlFix internet testcase config
2011-07-05 Ryan Dahlnet_uv: enable another test case in test-net-pingpong
2011-07-05 Alex XuTypo: stout -> stdout
2011-07-05 Bert BelderAvoid assertion failure closing tty stdin on windows
2011-07-05 avzFix wrong error handling at Open() after open(2) in...
2011-07-05 Ben NoordhuisTest case for issue #1228: errno masked in fs.openSync().
2011-07-04 Bert BelderFix `make test-internet`
2011-07-04 Bert BelderFix bug in timers_uv timeout recomputation
2011-07-04 Ben NoordhuisTest cases for #1234: don't send HTTP/1.1 responses...
2011-07-04 Ben NoordhuisDon't send a HTTP/1.1 status line to HTTP/1.0 clients.
2011-07-04 Ben NoordhuisClean up temporary file on exit.
2011-07-04 Ryan Dahllegacy c-ares binding should use legacy timer
2011-07-04 Bert BelderBindings for libuv-integrated c-ares
2011-07-04 Bert BelderFix v8 mingw build
2011-07-04 Bert BelderFix net_uv.isIPv4/6 bug
2011-07-04 Adam LuikartUpdate POSIX splitPathRe to allow control chars. Fixes...
2011-07-04 koichikFixes #1267.
2011-07-04 Niklas FiekasRemoved/Fixed TODO DRY
2011-07-04 Ryan Dahlnet_uv: add isIP
2011-07-04 Joe ShawFix a misnamed argument; multicastAddress -> multicastI...
2011-07-04 Jörn HorstmannFixed a typo in a comment: "realpatch" -> "realpath"
2011-07-04 Ben NoordhuisDocument that `path.join()` and `path.resolve()` ignore...
2011-07-04 Mariano IglesiasAdding missing v8 namespace to NODE_PSYMBOL
2011-07-04 koichikFix net.Socket.connect argument parsing
2011-07-04 Ben NoordhuisCheck that PR_SET_NAME is defined.
2011-07-04 Ben NoordhuisTest for #402: writing base64 at position > 0 should...
2011-07-04 Ben NoordhuisDocument behaviour of the `encoding` parameter of fs...
2011-07-04 koichikFix doctool uses RegExp object as a Function
2011-07-03 koichikFixes #1260
2011-07-03 Ryan Dahlhttp: Fix agent id creation
2011-07-03 Ryan DahlFix require with --eval
2011-07-02 Ryan Dahluse_uv: Correct readyState on connecting
2011-07-02 Ryan DahlMerge branch 'v0.4'
2011-07-02 Ryan DahlSet process.useUV also on env NODE_USE_UV=1
2011-07-02 Henry Rawasnet_uv: fix test-net-connect-timeout.js test
2011-07-01 Ryan DahlFixes #877. Don't wait for socket pool to establish...
2011-07-01 Ryan DahlRevert "debugger: don't allow users to input non-valid...
2011-07-01 Ryan DahlUpgrade libuv to ba1c38f to fix mingw build
2011-07-01 Robert MustacchiFix solaris build (codereview.chromium.org/7282034/)
2011-07-01 Ryan DahlComplete libuv upgrade
2011-07-01 Ryan DahlUpgrade libuv
2011-07-01 Henry Rawasnet_uv: reuse socket
next