summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.h
AgeCommit message (Expand)Author
2019-01-29src: pass along errors from stream obj instantiationAnna Henningsen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
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-05-24net: allow IPC servers be accessible by allBartosz Sosnowski
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-28Revert "lib,src: add unix socket getsockname/getpeername"Ben Noordhuis
2015-08-27lib,src: add unix socket getsockname/getpeernameBen 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
2013-06-15process: abstract out HandleToStreamFedor Indutny
2012-03-10core: use proper #include directivesBen Noordhuis
2012-03-09cluster: support passing of named pipesBen Noordhuis
2011-12-01binding for uv_pipe_pending_instancesIgor Zinkovsky
2011-11-02Add missing copyright headersRyan Dahl
2011-10-06uv_write2 uv_read2_start bindingRyan Dahl
2011-09-12Wrap uv_pipe_open, implement net.Stream(fd);Ryan Dahl
2011-07-29add wrapper for uv_spawnRyan Dahl