95 Commits (8b8e3b67980d5be9feb03839c2821bd8be3680a3)

Author SHA1 Message Date
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 0685707bc6 tcp, pipe: don't assert on uv_accept() errors 13 years ago
Igor Zinkovsky c7771bc2ec set readable/writable for pipes 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis 356992fe4d isolates: isolate-ify the main loop 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis c3346f6760 isolates: isolate-ify the main loop 13 years ago
Ryan Dahl e0a207c27a Begin moving static vars into struct for isolates. 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Bert Belder 189dd8f803 Fix line endings and trailing whitespace 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Igor Zinkovsky 3060266ff1 windows: enable pending accepts knob 13 years ago
Ben Noordhuis ac379b3be1 net: bring back .setNoDelay() and .setKeepAlive() 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ben Noordhuis 9193062e70 tcp_wrap: add sanity check asserts 13 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 13 years ago
Ryan Dahl 471c5701c3 uv_write2 uv_read2_start binding 13 years ago
Bert Belder f810998871 net_uv: use sufficient buffer to read sock/peername 14 years ago
Bert Belder e20d0c1cd0 net-uv: correctly set socket.remoteAddress and -port 14 years ago
Bert Belder c82ab45ee6 uv_getsockname got renamed 14 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 14 years ago
Ben Noordhuis 9cb624986c tcp_wrap: update after libuv API change 14 years ago
Ben Noordhuis 460614125b tcp: propagate libuv tcp accept() errors to net_uv.js 14 years ago
Peter Bright 13d6a1f67f Basic VC++ compatibility work. 14 years ago
Ben Noordhuis 83b82f900f wrap: upgrade pipe_wrap and tcp_wrap to new libuv API 14 years ago
Igor Zinkovsky 187fe27a6e stdio binding + javascript to enable process.stdin.listen() 14 years ago
Ryan Dahl 6050af4fd7 net_uv: properly initialize writeQueueSize 14 years ago
Ryan Dahl 85404c5c55 Move HandleWrap rules to one place 14 years ago
Ryan Dahl 0c7bf8132e Abstract out HandleWrap class 14 years ago
Ryan Dahl 1ae148909a Abstract StreamWrap from TCPWrap 14 years ago
Henry Rawas f3f3b12364 net_uv: getsockname binding 14 years ago
Henry Rawas 3a96469319 connect-timeout callbacks after close 14 years ago
Ryan Dahl 130be31cff Upgrade libuv to 1be48f12a0 14 years ago
Ryan Dahl 7a782164b9 Upgrade libuv to f5ff8694 14 years ago
Ben Noordhuis 13a521e698 Fix off-by-one error in assertion. 14 years ago
Ryan Dahl 0df2f74d36 Add several asserts to tcp_wrap 14 years ago
Henry Rawas b6f6a1ca11 ipv6 node 14 years ago
Ryan Dahl 412e413edc Upgrade libuv 14 years ago
Henry Rawas 47a5d93256 Fix test-net-pingpong.js on windows 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
Ryan Dahl 86214c9f16 tcp_wrap: Initial wrap of uv_read_start 14 years ago
Ryan Dahl 1261b17129 libuv wraps: Dispose of JS object on close() 14 years ago