summaryrefslogtreecommitdiff
path: root/src/tcp_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: reduce duplication in tcp_wrap ConnectDaniel Bevenius2018-10-241-0/+3
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-4/+2
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+11
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+3
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-1/+0
* async_wrap: add provider types for net serverAndreas Madsen2017-11-281-2/+10
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: implement native changes for async_hooksTrevor Norris2017-05-101-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius2016-09-111-2/+0
* src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius2016-07-251-7/+2
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+3
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-4/+4
* src: DRY getsockname/getpeername codeBen Noordhuis2015-08-271-2/+6
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* async-wrap: explicitly pass parentTrevor Norris2014-12-091-2/+3
* src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-1/+0
* src: add multi-context supportBen Noordhuis2013-09-061-3/+7
* src: lint c++ codeFedor Indutny2013-07-311-4/+4
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-12/+13
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-0/+2
* core: use proper #include directivesBen Noordhuis2012-03-101-1/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* windows: enable pending accepts knobIgor Zinkovsky2011-11-011-0/+4
* net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis2011-10-211-0/+2
* uv_write2 uv_read2_start bindingRyan Dahl2011-10-061-0/+37