summaryrefslogtreecommitdiff
path: root/src/stream_wrap.cc
AgeCommit message (Expand)Author
2012-04-11Slab allocator: don't attempt to shrink a non-bufferBert Belder
2012-03-30stream_wrap: use new slab allocatorBen Noordhuis
2012-03-30stream_wrap: fix signedness compiler warningsBen Noordhuis
2012-03-10core: use proper #include directivesBen Noordhuis
2012-03-09cluster: support passing of named pipesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-10Fix #2473Ryan Dahl
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-07Begin moving static vars into struct for isolates.Ryan Dahl
2011-11-02Add missing copyright headersRyan Dahl
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-07Add test-child-process-fork2 and fixes to make it workRyan Dahl
2011-10-07Support sending handles to other processesRyan Dahl
2011-10-06uv_write2 uv_read2_start bindingRyan Dahl
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-24stream_wrap: update after libuv API changeBen Noordhuis
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-19net_uv: properly initialize writeQueueSizeRyan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl