summaryrefslogtreecommitdiff
path: root/src/tcp_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* net: improve arbitrary tcp socket supportBen Noordhuis2013-03-141-0/+10
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-21/+21
* stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis2013-02-131-1/+11
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-3/+3
* src: pass node_isolate to Null()Ben Noordhuis2013-01-071-5/+5
* src: pass node_isolate to True() and False()Ben Noordhuis2013-01-071-2/+2
* src: pass node_isolate to Local<>::NewBen Noordhuis2013-01-071-5/+5
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-6/+6
* src: pass node_isolate to String::EmptyBen Noordhuis2013-01-071-1/+1
* bindings: update to new v8 apisFedor Indutny2013-01-021-3/+3
* dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalentsBert Belder2012-08-071-14/+0
* export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine2012-07-231-0/+3
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-0/+12
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-22/+10
* Net.js: fix UCS2 write crash due to inconsistent namingBert Belder2012-05-091-1/+1
* Optimize writing strings with Socket.writeBert Belder2012-05-091-1/+5
* tcp, udp: share sockaddr-to-object functionBen Noordhuis2012-05-021-59/+61
* MakeCallback: Consistent symbol usageisaacs2012-04-171-2/+6
* tcp: make getsockname() return address family as stringShigeki Ohtsu2012-04-161-1/+4
* net: honor 'enable' flag in .setNoDelay()Ben Noordhuis2012-04-121-1/+2
* tcp: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-10/+11
* Avoiding unnecessary ToString() callsssuda2012-03-231-4/+4
* core: use proper #include directivesBen Noordhuis2012-03-101-6/+6
* tcp, pipe: don't assert on uv_accept() errorsBen Noordhuis2012-02-151-4/+1
* set readable/writable for pipesIgor Zinkovsky2012-02-101-3/+5
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* Fix line endings and trailing whitespaceBert Belder2011-11-041-1/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* windows: enable pending accepts knobIgor Zinkovsky2011-11-011-0/+21
* net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis2011-10-211-0/+32
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-10/+12
* tcp_wrap: add sanity check assertsBen Noordhuis2011-10-141-0/+10
* Add test-child-process-fork2 and fixes to make it workRyan Dahl2011-10-071-1/+7
* uv_write2 uv_read2_start bindingRyan Dahl2011-10-061-233/+241
* net_uv: use sufficient buffer to read sock/peernameBert Belder2011-09-091-4/+4
* net-uv: correctly set socket.remoteAddress and -portBert Belder2011-09-051-0/+38
* uv_getsockname got renamedBert Belder2011-09-041-3/+3
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-9/+9
* tcp_wrap: update after libuv API changeBen Noordhuis2011-08-241-2/+4
* tcp: propagate libuv tcp accept() errors to net_uv.jsBen Noordhuis2011-08-111-16/+18
* Basic VC++ compatibility work.Peter Bright2011-08-061-1/+1
* wrap: upgrade pipe_wrap and tcp_wrap to new libuv APIBen Noordhuis2011-07-271-2/+2
* stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky2011-07-271-4/+4
* net_uv: properly initialize writeQueueSizeRyan Dahl2011-07-191-0/+1
* Move HandleWrap rules to one placeRyan Dahl2011-07-181-21/+0
* Abstract out HandleWrap classRyan Dahl2011-07-181-2/+5
* Abstract StreamWrap from TCPWrapRyan Dahl2011-07-181-327/+13
* net_uv: getsockname bindingHenry Rawas2011-07-151-0/+60
* connect-timeout callbacks after closeHenry Rawas2011-07-151-15/+23
* Upgrade libuv to 1be48f12a0Ryan Dahl2011-07-151-29/+42