Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
[platform/upstream/nodejs.git] / src / pipe_wrap.cc
2012-05-15 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-09 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-09 Ben Noordhuispipe_wrap: don't assert() on pipe accept errors
2012-05-09 Bert BelderNet.js: fix UCS2 write crash due to inconsistent naming
2012-05-09 Bert BelderOptimize writing strings with Socket.write
2012-05-04 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-04-28 Bert BelderMerge branch 'v0.6'
2012-04-18 isaacsMerge remote-tracking branch 'ry/v0.6'
2012-04-18 isaacsMerge remote-tracking branch 'ry/v0.6' into master
2012-04-17 isaacsMerge branch 'domains3'
2012-04-17 isaacsMakeCallback: Consistent symbol usage
2012-03-23 ssudaAvoiding unnecessary ToString() calls
2012-03-16 isaacsMerge remote-tracking branch 'ry/v0.6' into merge-v0.6
2012-03-09 Ben Noordhuiscore: use proper #include directives
2012-03-09 Ben Noordhuiscluster: support passing of named pipes
2012-02-18 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-02-15 Ben Noordhuistcp, pipe: don't assert on uv_accept() errors
2012-02-12 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-02-10 Igor Zinkovskyset readable/writable for pipes
2012-02-06 Ben NoordhuisRevert support for isolates.
2012-02-01 isaacsMerge remote-tracking branch 'ry/v0.6' into master
2012-01-23 Fedor IndutnyMerge branch 'v0.6'
2012-01-16 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-11 Fedor IndutnyMerge branch 'v0.6'
2012-01-09 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-29 Ben NoordhuisMerge branch 'isolates2'
2011-12-29 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-29 Ryan DahlRemove node_isolate.h from node.h
2011-12-29 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-27 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-27 Ryan DahlRemove node_isolate.h from node.h
2011-12-27 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-06 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-06 isaacsFix #2257 pause/resume semantics for stdin
2011-12-02 Ben NoordhuisMerge branch 'v0.6'
2011-12-01 Igor Zinkovskybinding for uv_pipe_pending_instances
2011-11-09 Ben NoordhuisRemove stray NODE_MODULE() semi-colons.
2011-11-05 Igor Zinkovskymake updates to work with latest libuv api changes
2011-11-02 Ryan DahlAdd missing copyright headers
2011-10-22 Ryan DahlMerge remote branch 'origin/v0.4'
2011-10-19 Ryan DahlDisplay sys_errno when UV_UNKNOWN is returned
2011-10-07 Ryan DahlMerge branch 'ipc-binding'
2011-10-07 Ryan Dahluv_write2 uv_read2_start binding
2011-10-06 Ryan DahlUpgrade libuv to 60c639f
2011-09-27 Ryan DahlMove process.stdout unref hack to handle_wrap.cc
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-12 Ryan DahlWrap uv_pipe_open, implement net.Stream(fd);
2011-09-08 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-31 Ryan DahlUpgrade libuv to ea4271f
2011-08-26 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-17 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-02 Ryan DahlMerge branch 'v0.4'
2011-07-30 Ryan Dahladd wrapper for uv_spawn
2011-07-27 Ben Noordhuiswrap: upgrade pipe_wrap and tcp_wrap to new libuv API
2011-07-27 Igor Zinkovskystdio binding + javascript to enable process.stdin...
2011-07-22 Ryan DahlMerge branch 'v0.4'
2011-07-22 Ryan DahlMerge branch 'V8-3.4'
2011-07-21 Ben Noordhuisnet: add bindings to libuv pipe API
2011-07-19 Ryan Dahlnet_uv: properly initialize writeQueueSize
2011-07-18 Ryan DahlMove HandleWrap rules to one place
2011-07-18 Ryan DahlPipeWrap should use HandleWrap::Close
2011-07-18 Ryan DahlAdd pipe_wrap