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-03-14net: improve arbitrary tcp socket supportBen 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 Undefined()Ben Noordhuis
2013-01-07src: pass node_isolate to Null()Ben Noordhuis
2013-01-07src: pass node_isolate to True() and False()Ben Noordhuis
2013-01-07src: pass node_isolate to Local<>::NewBen Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2013-01-07src: pass node_isolate to String::EmptyBen Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-08-07dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalentsBert Belder
2012-07-23export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-22Make UNWRAP macro generic.Oleg Efimov
2012-05-09Net.js: fix UCS2 write crash due to inconsistent namingBert Belder
2012-05-09Optimize writing strings with Socket.writeBert Belder
2012-05-02tcp, udp: share sockaddr-to-object functionBen Noordhuis
2012-04-18MakeCallback: Consistent symbol usageisaacs
2012-04-16tcp: make getsockname() return address family as stringShigeki Ohtsu
2012-04-12net: honor 'enable' flag in .setNoDelay()Ben Noordhuis
2012-03-30tcp: root JS objects in HandleScope with Local<>Ben Noordhuis
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-15tcp, pipe: don't assert on uv_accept() errorsBen Noordhuis
2012-02-10set readable/writable for pipesIgor Zinkovsky
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-11-02Add missing copyright headersRyan Dahl
2011-11-02windows: enable pending accepts knobIgor Zinkovsky
2011-10-22net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis
2011-10-20Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-14tcp_wrap: add sanity check assertsBen Noordhuis
2011-10-07Add test-child-process-fork2 and fixes to make it workRyan Dahl
2011-10-07uv_write2 uv_read2_start bindingRyan Dahl
2011-09-09net_uv: use sufficient buffer to read sock/peernameBert Belder
2011-09-05net-uv: correctly set socket.remoteAddress and -portBert Belder
2011-09-05uv_getsockname got renamedBert Belder
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-25tcp_wrap: update after libuv API changeBen Noordhuis
2011-08-11tcp: propagate libuv tcp accept() errors to net_uv.jsBen Noordhuis
2011-08-06Basic VC++ compatibility work.Peter Bright
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-19net_uv: properly initialize writeQueueSizeRyan Dahl
2011-07-19Move HandleWrap rules to one placeRyan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl
2011-07-16net_uv: getsockname bindingHenry Rawas
2011-07-16connect-timeout callbacks after closeHenry Rawas
2011-07-16Upgrade libuv to 1be48f12a0Ryan Dahl