platform/upstream/nodejs.git
2011-07-14 Ryan DahlMerge branch 'v0.4'
2011-07-14 Ryan DahlComment out wsa_get_proto_info(AF_INET6) - not needed...
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-14 koichikAdd tests for #1085 and #1304
2011-07-14 Stefan RusuFixes #1085. The agent end event may call detachSocket...
2011-07-14 Stefan RusuFixes #1304. The Connection instance may be destroyed...
2011-07-13 Kip GebhardtAdding documentation for 'agent' option in http.request().
2011-07-13 koichikFix fs can't handle large file on 64bit platform
2011-07-13 koichikFix Buffer drops last null character in UTF-8
2011-07-13 koichikImprovements AssertionError message
2011-07-13 koichikThe Node.JS website should link to whichever ChangeLog...
2011-07-13 koichikDocument error in console.timeEnd
2011-07-13 AJ ONealadded explanation of `exports`
2011-07-13 koichikDoc improvements
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 Ryan DahlUpdate favicon
2011-07-11 Ryan DahlFix wallpaper links
2011-07-11 Ryan Dahllogo update
2011-07-11 Ben NoordhuisTell BSD users to run `gmake` instead.
2011-07-09 koichikDoc improvements. Explained the flags of fs.open().
2011-07-09 koichikDoc improvements
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 isaacsdocs for chown/chmod
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 3e2a2a7. Always send a HTTP/1.1 status line...
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 Ryan DahlBring back execScript
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-06 Yoshihiro Kikuchifix an broken question.
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 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 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 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.
next