32 Commits (cd6122edebe09a66a3a1a3fd0904ffda39d9007b)

Author SHA1 Message Date
Timothy J Fontaine 19d43f852e export HandleWrap Unref Ref in tcp/udp/timer/pipe 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
Ben Noordhuis 3883f22ad1 pipe_wrap: don't assert() on pipe accept errors 13 years ago
Bert Belder b673d0670f Net.js: fix UCS2 write crash due to inconsistent naming 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 296b7a580b cluster: support passing of named pipes 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
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 13 years ago
Igor Zinkovsky 99c9d19184 binding for uv_pipe_pending_instances 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Igor Zinkovsky 6545a6dc5d make updates to work with latest libuv api changes 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ryan Dahl 471c5701c3 uv_write2 uv_read2_start binding 13 years ago
Ryan Dahl 311fe737e8 Upgrade libuv to 60c639f 13 years ago
Ryan Dahl 7e62bc9828 Move process.stdout unref hack to handle_wrap.cc 13 years ago
Ryan Dahl caaa59c559 Wrap uv_pipe_open, implement net.Stream(fd); 13 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 14 years ago
Ryan Dahl f01b241057 add wrapper for uv_spawn 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
Ben Noordhuis 37cbc355d5 net: add bindings to libuv pipe API 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 61cda1e34e PipeWrap should use HandleWrap::Close 14 years ago
Ryan Dahl cc0f608c7c Add pipe_wrap 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