Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-28src: turn uv_pipe_open() failures into exceptionsBen Noordhuis
2013-02-26src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-02-13stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis
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-05src: use static_cast where appropriateBen Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-07-23export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-22Make UNWRAP macro generic.Oleg Efimov
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-10pipe_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-18MakeCallback: 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-06Fix #2257 pause/resume semantics for stdinisaacs
2011-12-02binding for uv_pipe_pending_instancesIgor Zinkovsky
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-05make updates to work with latest libuv api changesIgor Zinkovsky
2011-11-02Add missing copyright headersRyan Dahl
2011-10-20Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-07uv_write2 uv_read2_start bindingRyan Dahl
2011-10-06Upgrade libuv to 60c639fRyan Dahl
2011-09-28Move process.stdout unref hack to handle_wrap.ccRyan Dahl
2011-09-13Wrap uv_pipe_open, implement net.Stream(fd);Ryan Dahl
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-07-30add 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-19Move HandleWrap rules to one placeRyan Dahl
2011-07-18PipeWrap should use HandleWrap::CloseRyan Dahl
2011-07-18Add pipe_wrapRyan Dahl