summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* core: use proper #include directivesBen Noordhuis2012-03-101-6/+6
* cluster: support passing of named pipesBen Noordhuis2012-03-091-0/+7
* tcp, pipe: don't assert on uv_accept() errorsBen Noordhuis2012-02-151-4/+1
* set readable/writable for pipesIgor Zinkovsky2012-02-101-3/+12
* Fix #2257 pause/resume semantics for stdinisaacs2011-12-051-0/+1
* binding for uv_pipe_pending_instancesIgor Zinkovsky2011-12-011-0/+19
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* make updates to work with latest libuv api changesIgor Zinkovsky2011-11-041-11/+5
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-5/+7
* uv_write2 uv_read2_start bindingRyan Dahl2011-10-061-4/+4
* Upgrade libuv to 60c639fRyan Dahl2011-10-061-1/+1
* Move process.stdout unref hack to handle_wrap.ccRyan Dahl2011-09-271-0/+1
* Wrap uv_pipe_open, implement net.Stream(fd);Ryan Dahl2011-09-121-0/+14
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-5/+5
* add wrapper for uv_spawnRyan Dahl2011-07-291-119/+131
* 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: add bindings to libuv pipe APIBen Noordhuis2011-07-211-0/+1
* net_uv: properly initialize writeQueueSizeRyan Dahl2011-07-191-0/+1
* Move HandleWrap rules to one placeRyan Dahl2011-07-181-21/+0
* PipeWrap should use HandleWrap::CloseRyan Dahl2011-07-181-1/+3
* Add pipe_wrapRyan Dahl2011-07-181-0/+231