platform/upstream/nodejs.git
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
2011-06-08 Bert BelderBuild on windows again
2011-06-08 Bert BelderGet rid of node_idle_watcher
2011-06-08 Bert BelderGet rid of the old timer binding
2011-06-08 Bert BelderUse timer_wrap instead of the old timer binding
2011-06-08 Bert BelderCompatibility issue and warning in x-forwarded-for...
2011-06-07 Ryan DahlUpgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5
2011-06-04 isaacstypo
2011-06-04 isaacsAvoid instanceof for native object types
2011-06-04 Dave PachecoDTrace probes: support X-Forwarded-For
2011-06-03 Ryan DahlMerge branch 'v0.4'
2011-06-03 Siddharth Mahendrakerdebugger: don't allow users to input non-valid commands
2011-06-03 Ryan DahlDisabling SSL compression is dependent on OpenSSL versi...
2011-06-03 Ryan DahlUpgrade http-parser to eee60127c0df551be085cc8e7983e36d...
2011-06-03 Ryan DahlDoc improvements
2011-06-03 Jérémy LalOption to disable SSL v2
2011-06-03 Ryan Dahldocument require.cache
2011-06-01 Fuji, Goro`node -e ''` should mean eval(''), not invoke REPL
2011-05-28 Ryan DahlMove MakeCallback and SetErrno to node.cc
2011-05-28 Ryan DahlTimerWrap: mimic libev ref count semantics
2011-05-27 Ryan PetrelloClose #562 Close #1078 Parse file:// urls properly
2011-05-25 Ryan DahlImplement new wrap for uv timer
2011-05-25 Ben NoordhuisFix resource leaks in node_crypto.cc
2011-05-25 Brian WhiteCrypto documentation fixes
2011-05-24 Ryan DahlFixes #1102. Install ev.h into $PREFIX/include/node...
2011-05-24 Felix GeisendörferRemove 'connect' event from server side sockets
2011-05-24 Felix GeisendörferFix error handling bug in stream.pipe()
2011-05-24 Brian WhiteFix incorrect documentation for assert.fail()
2011-05-24 Ryan DahlFix windows EOL chars
2011-05-24 Bert BelderBatch of ev -> uv changes
2011-05-23 Ryan DahlGuard tick_spinner start/stop
2011-05-23 Ryan DahlUpgrade libuv to d91b5012bd32b60f1a0f35241f7ac45c147f0c8a
2011-05-22 Ryan DahlUpgrade libuv to 40f0ad6d364cff76adaf1c7f182b1dc939f36617
2011-05-22 Ryan DahlMerge branch 'v0.4'
2011-05-21 Ryan DahlNow working on v0.4.9
2011-05-21 Ryan DahlBump to v0.4.8 v0.4.8
2011-05-21 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-05-21 Ryan DahlUpgrade V8 to 3.1.8.16
2011-05-20 Ryan DahlFix TJ's assert error
2011-05-20 Mark CavageAdditional docs for net.listenFD()
2011-05-20 Ryan DahlMerge branch 'v0.4'
2011-05-20 Ryan DahlCryptoStream.prototype.readyState shoudn't reference fd
2011-05-20 Brian WhiteRemove unused variable
2011-05-20 Robert MustacchiUse same make as when originally invoked
2011-05-20 Robert MustacchiRework getNetworkInterfaces() for Linux, SunOS, Mac...
2011-05-20 David TrejoAdd test for agent upgrade and example in docs
next