platform/upstream/nodejs.git
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
2011-07-01 Yoshihiro KIKUCHItiny fixes in tty_posix.js
2011-06-30 Ryan Dahlnet_uv: Stub out setKeepAlive
2011-06-29 Henry RawasFix V8 mingw32 build
2011-06-29 Ryan DahlUpgrade libuv to 8fd916d6ddc9c7fd0e3e8e668efbc2d782e8e742
2011-06-29 Henry Rawasfix mingw build
2011-06-29 Ryan Dahlnet_uv: Fix server.listen argument parsing
2011-06-29 Ryan DahlUpgrade V8 to 3.4.8
2011-06-29 Ryan DahlAdd docs about NODE_USE_UV to man page
2011-06-29 Ryan DahlRevert "Add support for file descriptor type detection."
2011-06-29 Henry Rawasnet_uv: Delay listen emit
2011-06-29 Ryan DahlEnable new timer binding only on --use-uv
2011-06-29 Ryan DahlRevert "Get rid of the old timer binding"
2011-06-29 Ryan DahlMerge branch 'v0.4'
2011-06-29 Ryan DahlNow working on v0.4.10
2011-06-29 Ryan DahlBump to v0.4.9 v0.4.9
2011-06-29 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-06-29 Ryan DahlUpgrade V8 to 3.1.8.25
2011-06-29 Ryan DahlDont install ares_build.h or ares_rules.h
2011-06-28 Henry RawasFix the MinGW build
2011-06-28 Ryan DahlFix test-tcp-wrap-listen
2011-06-28 Henry RawasFix test-net-pingpong.js on windows
2011-06-28 Ryan DahlUpgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0b
2011-06-28 koichikFix mismatch createConnection and Socket.connect
2011-06-27 Ben NoordhuisTest case for issue #1218: uncatchable exception on...
2011-06-22 Ben NoordhuisPrevent "undefined symbol: ev_rt_now" link errors in...
2011-06-20 Ryan Dahlnet_uv: child process use net_legacy; recognize NODE_US...
2011-06-20 Ryan Dahlnet_uv: Don't add listenerCallback when null
2011-06-20 koichikFix -e/--eval can't load module from node_modules
2011-06-20 Ben NoordhuisFixes #1197. Fix failing os.getNetworkInterfaces()...
2011-06-20 Ryan DahlFixes #1187. Support multiple 'link' headers
2011-06-20 Ryan DahlFixes #1203. Add missing scope.Close to fs.sendfileSync
2011-06-20 Sam ShullFixes #1204. Add missing headers files to include
2011-06-17 Ryan DahlUpgrade libuv.
2011-06-17 Ryan Dahlnet_uv: Export Socket and Stream
2011-06-17 Ryan Dahlnet_uv: Implement end(), destroySoon()
2011-06-17 Ryan Dahlnet_uv: shim up more methods
2011-06-17 Ryan DahlRevert "Add --cov code coverage option"
2011-06-17 Ryan DahlAdd --use-uv command-line flag to use libuv backend
2011-06-17 Ryan DahlSupport eof in net_uv
2011-06-16 Ryan DahlInitial pass at new net.js for libuv
2011-06-16 Ryan Dahltcp_wrap: implement shutdown
2011-06-16 Ryan Dahltcp_wrap: Don't return req object on error.
2011-06-16 Ryan Dahltcp_wrap: add writeQueueSize
2011-06-16 Ryan Dahltcp_wrap: implement socket.connect()
2011-06-16 Ryan Dahltcp_wrap: onread oncomplete parameter massage
2011-06-16 Ryan Dahltcp_wrap: implement write
2011-06-15 Mark CavageCleanup crypto verify to not print unnecessary errors
2011-06-15 Ryan DahlMerge branch 'v0.4'
2011-06-14 Mathias BuusCloses #1177 remove one node_modules optimization
2011-06-14 Ryan Dahltcp_wrap: Initial wrap of uv_read_start
2011-06-14 Ryan DahlRemove confusing comment in node_buffer.h
2011-06-14 Ryan Dahllibuv wraps: Dispose of JS object on close()
2011-06-14 Mark CavageSupport for signature verification with RSA/DSA public...
2011-06-14 Ryan Dahltcp_wrap: Remove listener deck
2011-06-13 isaacsAMD compatibility for node, with docs and tests
2011-06-13 Trevor BurnhamDocumenting `require.main`, fixing #997
2011-06-12 Bert BelderCompensate for uv_async_init api change
2011-06-11 Ryan DahlMassage util.inherits for perf increase
2011-06-10 Ryan DahlBind uv_listen()
2011-06-10 Ryan DahlInitial binding to uv_tcp_t
2011-06-10 Ryan DahlUpgrade libuv
2011-06-08 Bert BelderAvoid tick spinner spinning forever
next