summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade V8 to 3.4.8Ryan Dahl2011-06-29738-108189/+125597
* Add docs about NODE_USE_UV to man pageRyan Dahl2011-06-291-0/+3
* Revert "Add support for file descriptor type detection."Ryan Dahl2011-06-293-128/+4
* net_uv: Delay listen emitHenry Rawas2011-06-291-2/+6
* Enable new timer binding only on --use-uvRyan Dahl2011-06-293-4/+235
* Revert "Get rid of the old timer binding"Ryan Dahl2011-06-294-0/+271
* Merge branch 'v0.4'Ryan Dahl2011-06-2932-109/+335
|\
| * Now working on v0.4.10Ryan Dahl2011-06-291-2/+2
| * Bump to v0.4.9v0.4.9Ryan Dahl2011-06-294-7/+41
| * Merge branch 'v8-3.1' into v0.4Ryan Dahl2011-06-2922-56/+252
| |\
| | * Upgrade V8 to 3.1.8.25Ryan Dahl2011-06-2922-56/+252
| * | Fix -e/--eval can't load module from node_moduleskoichik2011-06-202-1/+41
| * | Fixes #1187. Support multiple 'link' headersRyan Dahl2011-06-201-0/+1
| * | Fixes #1203. Add missing scope.Close to fs.sendfileSyncRyan Dahl2011-06-201-1/+1
| * | Cleanup crypto verify to not print unnecessary errorsMark Cavage2011-06-151-10/+4
| * | Closes #1177 remove one node_modules optimizationMathias Buus2011-06-143-36/+2
* | | Dont install ares_build.h or ares_rules.hRyan Dahl2011-06-291-2/+0
* | | Fix the MinGW buildHenry Rawas2011-06-283-4/+4
* | | Fix test-tcp-wrap-listenRyan Dahl2011-06-281-1/+2
* | | Fix test-net-pingpong.js on windowsHenry Rawas2011-06-285-45/+72
* | | Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0bRyan Dahl2011-06-28139-67564/+6094
* | | Fix mismatch createConnection and Socket.connectkoichik2011-06-284-9/+57
* | | Test case for issue #1218: uncatchable exception on TLS connection error.Ben Noordhuis2011-06-271-0/+51
* | | Prevent "undefined symbol: ev_rt_now" link errors in third-party modules.Ben Noordhuis2011-06-232-7/+7
* | | net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env varRyan Dahl2011-06-202-2/+2
* | | net_uv: Don't add listenerCallback when nullRyan Dahl2011-06-201-4/+3
* | | Fixes #1197. Fix failing os.getNetworkInterfaces() test in test-os.jsBen Noordhuis2011-06-201-1/+4
* | | Fixes #1204. Add missing headers files to includeSam Shull2011-06-201-0/+6
* | | Upgrade libuv.Ryan Dahl2011-06-17215-9429/+67663
* | | net_uv: Export Socket and StreamRyan Dahl2011-06-171-0/+4
* | | net_uv: Implement end(), destroySoon()Ryan Dahl2011-06-171-14/+71
* | | net_uv: shim up more methodsRyan Dahl2011-06-171-4/+55
* | | Revert "Add --cov code coverage option"Ryan Dahl2011-06-175-103/+0
* | | Add --use-uv command-line flag to use libuv backendRyan Dahl2011-06-174-1/+35
* | | Support eof in net_uvRyan Dahl2011-06-171-13/+26
* | | Initial pass at new net.js for libuvRyan Dahl2011-06-161-0/+325
* | | tcp_wrap: implement shutdownRyan Dahl2011-06-162-3/+54
* | | tcp_wrap: Don't return req object on error.Ryan Dahl2011-06-161-7/+14
* | | tcp_wrap: add writeQueueSizeRyan Dahl2011-06-162-0/+22
* | | tcp_wrap: implement socket.connect()Ryan Dahl2011-06-163-3/+90
* | | tcp_wrap: onread oncomplete parameter massageRyan Dahl2011-06-162-24/+26
* | | tcp_wrap: implement writeRyan Dahl2011-06-162-4/+111
* | | Merge branch 'v0.4'Ryan Dahl2011-06-157-26/+123
|\ \ \ | |/ /
| * | Support for signature verification with RSA/DSA public keysMark Cavage2011-06-145-25/+98
| * | Documenting `require.main`, fixing #997Trevor Burnham2011-06-131-0/+15
| * | Massage util.inherits for perf increaseRyan Dahl2011-06-111-1/+6
* | | tcp_wrap: Initial wrap of uv_read_startRyan Dahl2011-06-143-0/+191
* | | Remove confusing comment in node_buffer.hRyan Dahl2011-06-141-3/+0
* | | libuv wraps: Dispose of JS object on close()Ryan Dahl2011-06-142-6/+12
* | | tcp_wrap: Remove listener deckRyan Dahl2011-06-141-43/+6