476 Commits (0ea3899cabfebc764b8dedbd64d306b54db81fa6)

Author SHA1 Message Date
Ryan Dahl 982b19dbd7 Adjust listenFD deprecation message. Remove test. 13 years ago
Ryan Dahl 12486a6437 Change API for sending handles 13 years ago
Ryan Dahl 26c08a3f35 Do load balancing test in test-child-process-fork2. 13 years ago
Bert Belder 153629c99a Some small optimizations 13 years ago
Ryan Dahl 29ec850478 Simplify arg parsing in String.write 13 years ago
Ben Noordhuis 1bb820a339 net: remove unconditional getpeername() call 13 years ago
Bert Belder ed65b7b375 Simplify writeReq handling in net_uv 13 years ago
Bert Belder fcad5e35fd Black hole tcp reads after destroy() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl fa2eaeafda write-only streams should not shutdown 13 years ago
Ryan Dahl 6326b04b07 Fix test-regress-GH-819 13 years ago
Ryan Dahl 5cb1fd2e32 net.Socket(fd) should start readable and writable 13 years ago
Ryan Dahl caaa59c559 Wrap uv_pipe_open, implement net.Stream(fd); 13 years ago
Bert Belder b5db0767d5 net_uv: fix 'set is undefined' error 13 years ago
Bert Belder e20d0c1cd0 net-uv: correctly set socket.remoteAddress and -port 13 years ago
Ryan Dahl e3413f08fd net_uv: throw when people construct net.Socket(fd) 13 years ago
Ryan Dahl c4454d2efc net_uv: Don't error on ECONNRESET 13 years ago
Ryan Dahl cf2e68d960 net_uv: handle read errors 13 years ago
Ben Noordhuis fa378ee4d8 net: defer DNS lookup error events to next tick 13 years ago
Ryan Dahl 3a219de586 net_uv: resume on closed net.Socket shouldn't crash 13 years ago
Ryan Dahl 3d4ae3ab4d net_uv: pipes don't have getsockname 13 years ago
Ben Noordhuis 79f064f565 net: properly export remoteAddress to user land 13 years ago
Ben Noordhuis 460614125b tcp: propagate libuv tcp accept() errors to net_uv.js 13 years ago
Ryan Dahl 72c412767d net_uv: Handle failed shutdown req 13 years ago
Ryan Dahl 4f03f1bead net_uv: fix test/simple/test-pipe-file-to-http.js 13 years ago
Ben Noordhuis b8c8e9c113 net_uv: add listenFD shim that throws when called 13 years ago
Ryan Dahl e3ac47771c child_process_uv: fix test-child-process-stdin and -ipc 13 years ago
Ryan Dahl 7772f21b60 initial pass at lib/child_process_uv.js 13 years ago
Igor Zinkovsky 187fe27a6e stdio binding + javascript to enable process.stdin.listen() 13 years ago
Felix Geisendörfer 09ee29318f Emit 'close' after all connections have closed 13 years ago
Alexander Uvarov 14b75a126f Add Socket::bytesRead, Socket::bytesWritten 13 years ago
Ryan Dahl daead5f5bb win: fix simple/test-tls-client-abort.js 13 years ago
Ryan Dahl 8eb1edc8ea net_uv: Fix test-net-server-bind 13 years ago
Ben Noordhuis 984dc057e3 net_uv: throw if Server.prototype.close() is called twice 13 years ago
Ben Noordhuis 8ddb334c2a net_uv: emit 'close' event in Server.prototype.close() 13 years ago
Ben Noordhuis 07bcdc2f51 net_uv: release uv handle in Socket.prototype.destroy() 13 years ago
Ben Noordhuis 59b04427d3 net_uv: defer handle creation to connect() or bind() time 13 years ago
Ben Noordhuis 37cbc355d5 net: add bindings to libuv pipe API 13 years ago
Ryan Dahl 62f7c7961d Upgrade libuv to d4563a1 13 years ago
Ryan Dahl 061ce7b0ac net_uv: Fix simple/test-http-expect-continue.js 13 years ago
Henry Rawas f3f3b12364 net_uv: getsockname binding 13 years ago
Henry Rawas 3a96469319 connect-timeout callbacks after close 13 years ago
Henry Rawas e70702c620 connect-buffer play back queued write and end 13 years ago
Henry Rawas a13506b48f net_uv: sockets should be writable during connection 13 years ago
Henry Rawas 8adc6b8921 net_uv: Add maxConnections support 13 years ago
Henry Rawas 92057554d5 fix socket-timeout. Also fix makefile test list name net-stream 13 years ago
Henry Rawas fad91d16ea test-net-reconnect needs socket connect event 13 years ago
Henry Rawas 1018e7d23f isIP test 13 years ago
Henry Rawas e81a89b116 fix eaddrinuse bug 13 years ago
Henry Rawas 3c52fd006e net_uv: fix test-net-eaddrinuse.js 13 years ago