summaryrefslogtreecommitdiff
path: root/src/tcp_wrap.h
AgeCommit message (Expand)Author
2019-01-29src: pass along errors from stream obj instantiationAnna Henningsen
2018-12-17src: extract common Bind methodJon Moss
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-10-24src: reduce duplication in tcp_wrap ConnectDaniel Bevenius
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-11src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius
2016-07-25src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius
2016-05-25src: add include guards to internal headersBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-27src: DRY getsockname/getpeername codeBen Noordhuis
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2013-10-29src: don't use class specific Unwrap methodsTrevor Norris
2013-09-06src: add multi-context supportBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-03-10core: use proper #include directivesBen Noordhuis
2011-11-02Add missing copyright headersRyan Dahl
2011-11-01windows: enable pending accepts knobIgor Zinkovsky
2011-10-21net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis
2011-10-06uv_write2 uv_read2_start bindingRyan Dahl