summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: register external references of PipeWrap for snapshotJoyee Cheung2021-09-061-0/+2
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+2
* src: pass along errors from stream obj instantiationAnna Henningsen2019-01-291-3/+3
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-5/+3
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+3
* net: allow IPC servers be accessible by allBartosz Sosnowski2018-05-241-0/+1
* async_wrap: add provider types for net serverAndreas Madsen2017-11-281-1/+10
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: implement native changes for async_hooksTrevor Norris2017-05-101-2/+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
* Revert "lib,src: add unix socket getsockname/getpeername"Ben Noordhuis2015-08-281-3/+0
* lib,src: add unix socket getsockname/getpeernameBen Noordhuis2015-08-271-0/+3
* 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/+6
* 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-3/+3
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-6/+7
* process: abstract out HandleToStreamFedor Indutny2013-06-151-1/+1
* core: use proper #include directivesBen Noordhuis2012-03-101-1/+1
* cluster: support passing of named pipesBen Noordhuis2012-03-091-0/+1
* binding for uv_pipe_pending_instancesIgor Zinkovsky2011-12-011-0/+4
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* uv_write2 uv_read2_start bindingRyan Dahl2011-10-061-1/+1
* Wrap uv_pipe_open, implement net.Stream(fd);Ryan Dahl2011-09-121-0/+1
* add wrapper for uv_spawnRyan Dahl2011-07-291-0/+32