summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.cc
AgeCommit message (Expand)Author
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-21Make UNWRAP macro generic.Oleg Efimov
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09pipe_wrap: don't assert() on pipe accept errorsBen Noordhuis
2012-05-09Net.js: fix UCS2 write crash due to inconsistent namingBert Belder
2012-05-09Optimize writing strings with Socket.writeBert Belder
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-03-09cluster: support passing of named pipesBen Noordhuis
2012-02-15tcp, pipe: don't assert on uv_accept() errorsBen Noordhuis
2012-02-10set readable/writable for pipesIgor Zinkovsky
2011-12-05Fix #2257 pause/resume semantics for stdinisaacs
2011-12-01binding for uv_pipe_pending_instancesIgor Zinkovsky
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-04make updates to work with latest libuv api changesIgor Zinkovsky
2011-11-02Add missing copyright headersRyan Dahl
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-06uv_write2 uv_read2_start bindingRyan Dahl
2011-10-06Upgrade libuv to 60c639fRyan Dahl
2011-09-27Move process.stdout unref hack to handle_wrap.ccRyan Dahl
2011-09-12Wrap uv_pipe_open, implement net.Stream(fd);Ryan Dahl
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-07-29add wrapper for uv_spawnRyan Dahl
2011-07-27wrap: upgrade pipe_wrap and tcp_wrap to new libuv APIBen Noordhuis
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-21net: add bindings to libuv pipe APIBen Noordhuis
2011-07-19net_uv: properly initialize writeQueueSizeRyan Dahl
2011-07-18Move HandleWrap rules to one placeRyan Dahl
2011-07-18PipeWrap should use HandleWrap::CloseRyan Dahl
2011-07-18Add pipe_wrapRyan Dahl