summaryrefslogtreecommitdiff
path: root/src/stream_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* core: use proper #include directivesBen Noordhuis2012-03-101-7/+7
* cluster: support passing of named pipesBen Noordhuis2012-03-091-26/+28
* Revert support for isolates.Ben Noordhuis2012-02-061-23/+18
* Merge branch 'v0.6'Fedor Indutny2012-01-121-5/+10
|\
| * Fix #2473Ryan Dahl2012-01-101-5/+9
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-8/+8
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-7/+7
* | Begin moving static vars into struct for isolates.Ryan Dahl2011-12-071-10/+13
|/
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-8/+10
* Add test-child-process-fork2 and fixes to make it workRyan Dahl2011-10-071-2/+1
* Support sending handles to other processesRyan Dahl2011-10-071-2/+1
* uv_write2 uv_read2_start bindingRyan Dahl2011-10-061-6/+74
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-7/+7
* stream_wrap: update after libuv API changeBen Noordhuis2011-08-241-3/+3
* stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky2011-07-271-1/+10
* net_uv: properly initialize writeQueueSizeRyan Dahl2011-07-191-2/+1
* Abstract out HandleWrap classRyan Dahl2011-07-181-50/+9
* Abstract StreamWrap from TCPWrapRyan Dahl2011-07-181-0/+367