summaryrefslogtreecommitdiff
path: root/src/stream_wrap.cc
AgeCommit message (Expand)Author
2013-11-27stream_wrap: don't call Number::New()Ben Noordhuis
2013-05-14src: Use StringBytes in StreamWrapisaacs
2013-03-13core: Unwrap without aborting in handle fd getterisaacs
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-02-20stream_wrap: remove superfluous buffer len checkBen Noordhuis
2013-02-13stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis
2013-01-28cluster: support datagram socketsBert Belder
2013-01-27stream_wrap: reference handle before uv_write2Fedor Indutny
2013-01-27Revert "stream_wrap: reference handle before uv_write2"Ben Noordhuis
2013-01-26stream_wrap: reference handle before uv_write2Fedor Indutny
2013-01-07src: pass node_isolate to Null()Ben Noordhuis
2013-01-07src: pass node_isolate to Local<>::NewBen Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-06-16Revert "Check if a stream has a valid fd before read_start"Bert Belder
2012-06-16Check if a stream has a valid fd before read_startKarl Skomski
2012-06-05udp_wrap, stream_wrap: lazy init slab allocatorBen Noordhuis
2012-05-21Make UNWRAP macro generic.Oleg Efimov
2012-05-09stream_wrap: fix compilation errorsBen Noordhuis
2012-05-09stream_wrap.cc: fix typoBert Belder
2012-05-09StreamWrap::WriteBuffer: remove superfluous argumentsBert Belder
2012-05-09Optimize writing strings with Socket.writeBert Belder
2012-04-17MakeCallback: Consistent symbol usageisaacs
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