aboutsummaryrefslogtreecommitdiff
path: root/src/tcp_wrap.cc
AgeCommit message (Expand)Author
2011-11-01windows: enable pending accepts knobIgor Zinkovsky
2011-10-21net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-14tcp_wrap: add sanity check assertsBen Noordhuis
2011-10-07Add test-child-process-fork2 and fixes to make it workRyan Dahl
2011-10-06uv_write2 uv_read2_start bindingRyan Dahl
2011-09-09net_uv: use sufficient buffer to read sock/peernameBert Belder
2011-09-05net-uv: correctly set socket.remoteAddress and -portBert Belder
2011-09-04uv_getsockname got renamedBert Belder
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-24tcp_wrap: update after libuv API changeBen Noordhuis
2011-08-11tcp: propagate libuv tcp accept() errors to net_uv.jsBen Noordhuis
2011-08-06Basic VC++ compatibility work.Peter Bright
2011-07-27wrap: upgrade pipe_wrap and tcp_wrap to new libuv APIBen Noordhuis
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-19net_uv: properly initialize writeQueueSizeRyan Dahl
2011-07-18Move HandleWrap rules to one placeRyan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl
2011-07-15net_uv: getsockname bindingHenry Rawas
2011-07-15connect-timeout callbacks after closeHenry Rawas
2011-07-15Upgrade libuv to 1be48f12a0Ryan Dahl
2011-07-14Upgrade libuv to f5ff8694Ryan Dahl
2011-07-09Fix off-by-one error in assertion.Ben Noordhuis
2011-07-08Add several asserts to tcp_wrapRyan Dahl
2011-07-07ipv6 nodeHenry Rawas
2011-07-01Upgrade libuvRyan Dahl
2011-06-28Fix test-net-pingpong.js on windowsHenry Rawas
2011-06-16tcp_wrap: implement shutdownRyan Dahl
2011-06-16tcp_wrap: Don't return req object on error.Ryan Dahl
2011-06-16tcp_wrap: add writeQueueSizeRyan Dahl
2011-06-16tcp_wrap: implement socket.connect()Ryan Dahl
2011-06-16tcp_wrap: onread oncomplete parameter massageRyan Dahl
2011-06-16tcp_wrap: implement writeRyan Dahl
2011-06-14tcp_wrap: Initial wrap of uv_read_startRyan Dahl
2011-06-14libuv wraps: Dispose of JS object on close()Ryan Dahl
2011-06-14tcp_wrap: Remove listener deckRyan Dahl
2011-06-10Bind uv_listen()Ryan Dahl
2011-06-10Initial binding to uv_tcp_tRyan Dahl