118 Commits (f1e685fdfeddc2a8cf128c2f7e74718a017de79e)

Author SHA1 Message Date
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Ben Noordhuis ca5022b8f1 net: improve arbitrary tcp socket support 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 7bdd05bd66 stream_wrap, udp_wrap: add read-only fd property 12 years ago
Ben Noordhuis 7788a6bf85 src: pass node_isolate to Undefined() 12 years ago
Ben Noordhuis c7d7ae1fe2 src: pass node_isolate to Null() 12 years ago
Ben Noordhuis 109f73b2c0 src: pass node_isolate to True() and False() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 412b3cee05 src: pass node_isolate to String::Empty 12 years ago
Fedor Indutny 5e57bcc3ce bindings: update to new v8 apis 12 years ago
Bert Belder acea4c4123 dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalents 13 years ago
Timothy J Fontaine 19d43f852e export HandleWrap Unref Ref in tcp/udp/timer/pipe 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
Bert Belder b673d0670f Net.js: fix UCS2 write crash due to inconsistent naming 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
Ben Noordhuis 880219645e tcp, udp: share sockaddr-to-object function 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
Shigeki Ohtsu 0d13142332 tcp: make getsockname() return address family as string 13 years ago
Ben Noordhuis 16fca262be net: honor 'enable' flag in .setNoDelay() 13 years ago
Ben Noordhuis 036d907df7 tcp: root JS objects in HandleScope with Local<> 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 0685707bc6 tcp, pipe: don't assert on uv_accept() errors 13 years ago
Igor Zinkovsky c7771bc2ec set readable/writable for pipes 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis 356992fe4d isolates: isolate-ify the main loop 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis c3346f6760 isolates: isolate-ify the main loop 13 years ago
Ryan Dahl e0a207c27a Begin moving static vars into struct for isolates. 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Bert Belder 189dd8f803 Fix line endings and trailing whitespace 14 years ago
Ryan Dahl 60818b957c Add missing copyright headers 14 years ago
Igor Zinkovsky 3060266ff1 windows: enable pending accepts knob 14 years ago
Ben Noordhuis ac379b3be1 net: bring back .setNoDelay() and .setKeepAlive() 14 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 14 years ago
Ben Noordhuis 9193062e70 tcp_wrap: add sanity check asserts 14 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 14 years ago
Ryan Dahl 471c5701c3 uv_write2 uv_read2_start binding 14 years ago
Bert Belder f810998871 net_uv: use sufficient buffer to read sock/peername 14 years ago
Bert Belder e20d0c1cd0 net-uv: correctly set socket.remoteAddress and -port 14 years ago
Bert Belder c82ab45ee6 uv_getsockname got renamed 14 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 14 years ago
Ben Noordhuis 9cb624986c tcp_wrap: update after libuv API change 14 years ago