3704 Commits (b5e7b7870a1714d61f17968416c37163bab73c13)
 

Author SHA1 Message Date
Yoshihiro KIKUCHI 99b210d7ea tiny fixes in tty_posix.js 14 years ago
Ryan Dahl e38ae476ef net_uv: Stub out setKeepAlive 14 years ago
Henry Rawas 2e1af6df49 Fix V8 mingw32 build 14 years ago
Ryan Dahl 1cb7b67ac3 Upgrade libuv to 8fd916d6ddc9c7fd0e3e8e668efbc2d782e8e742 14 years ago
Henry Rawas dd175a4ede fix mingw build 14 years ago
Ryan Dahl be1b55289f net_uv: Fix server.listen argument parsing 14 years ago
Ryan Dahl 33af2720f2 Upgrade V8 to 3.4.8 14 years ago
Ryan Dahl 6afdca885a Add docs about NODE_USE_UV to man page 14 years ago
Ryan Dahl 20996dbc2b Revert "Add support for file descriptor type detection." 14 years ago
Henry Rawas d64e070e26 net_uv: Delay listen emit 14 years ago
Ryan Dahl d005cc5cc9 Enable new timer binding only on --use-uv 14 years ago
Ryan Dahl 263e33a738 Revert "Get rid of the old timer binding" 14 years ago
Ryan Dahl 23b8931b62 Merge branch 'v0.4' 14 years ago
Ryan Dahl e286480e34 Now working on v0.4.10 14 years ago
Ryan Dahl de44eafd78 Bump to v0.4.9 14 years ago
Ryan Dahl 1e7769dfa3 Merge branch 'v8-3.1' into v0.4 14 years ago
Ryan Dahl 61553ccdda Upgrade V8 to 3.1.8.25 14 years ago
Ryan Dahl 09b8a5e2cf Dont install ares_build.h or ares_rules.h 14 years ago
Henry Rawas 4e1e60fbf0 Fix the MinGW build 14 years ago
Ryan Dahl 8cb5338f35 Fix test-tcp-wrap-listen 14 years ago
Henry Rawas 47a5d93256 Fix test-net-pingpong.js on windows 14 years ago
Ryan Dahl f657d58fe1 Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0b 14 years ago
koichik 6c121edc60 Fix mismatch createConnection and Socket.connect 14 years ago
Ben Noordhuis c626f8bd8f Test case for issue #1218: uncatchable exception on TLS connection error. 14 years ago
Ben Noordhuis c95da949ec Prevent "undefined symbol: ev_rt_now" link errors in third-party modules. 14 years ago
Ryan Dahl 02699a3a8e net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env var 14 years ago
Ryan Dahl d0a9e64245 net_uv: Don't add listenerCallback when null 14 years ago
koichik d6ec8f668e Fix -e/--eval can't load module from node_modules 14 years ago
Ben Noordhuis 5c38163787 Fixes #1197. Fix failing os.getNetworkInterfaces() test in test-os.js 14 years ago
Ryan Dahl d627083ed5 Fixes #1187. Support multiple 'link' headers 14 years ago
Ryan Dahl feb26d6c74 Fixes #1203. Add missing scope.Close to fs.sendfileSync 14 years ago
Sam Shull b057770f8a Fixes #1204. Add missing headers files to include 14 years ago
Ryan Dahl 95b409c578 Upgrade libuv. 14 years ago
Ryan Dahl f6ce86af04 net_uv: Export Socket and Stream 14 years ago
Ryan Dahl dc0556c8cd net_uv: Implement end(), destroySoon() 14 years ago
Ryan Dahl e697cfb6fc net_uv: shim up more methods 14 years ago
Ryan Dahl 52b517c6ab Revert "Add --cov code coverage option" 14 years ago
Ryan Dahl 710f8e2acc Add --use-uv command-line flag to use libuv backend 14 years ago
Ryan Dahl 312ed83827 Support eof in net_uv 14 years ago
Ryan Dahl 8bf5b8d352 Initial pass at new net.js for libuv 14 years ago
Ryan Dahl 9696c27c45 tcp_wrap: implement shutdown 14 years ago
Ryan Dahl ea8969787c tcp_wrap: Don't return req object on error. 14 years ago
Ryan Dahl 97296e405c tcp_wrap: add writeQueueSize 14 years ago
Ryan Dahl ddc989333d tcp_wrap: implement socket.connect() 14 years ago
Ryan Dahl dae73dbd28 tcp_wrap: onread oncomplete parameter massage 14 years ago
Ryan Dahl dafe32d3bf tcp_wrap: implement write 14 years ago
Mark Cavage 7c51275bce Cleanup crypto verify to not print unnecessary errors 14 years ago
Ryan Dahl 3d7d994ffc Merge branch 'v0.4' 14 years ago
Mathias Buus 39246f65df Closes #1177 remove one node_modules optimization 14 years ago
Ryan Dahl 86214c9f16 tcp_wrap: Initial wrap of uv_read_start 14 years ago