44 Commits (7a07b31a2f678a319fc7cbb0ee4ee023fa812b14)

Author SHA1 Message Date
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 9d10bf58a3 stream_wrap: remove superfluous buffer len check 12 years ago
Ben Noordhuis 7bdd05bd66 stream_wrap, udp_wrap: add read-only fd property 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Fedor Indutny 0972acb548 stream_wrap: reference handle before uv_write2 12 years ago
Ben Noordhuis 7f2a78bf4d Revert "stream_wrap: reference handle before uv_write2" 12 years ago
Fedor Indutny 99f0b022d5 stream_wrap: reference handle before uv_write2 12 years ago
Ben Noordhuis c7d7ae1fe2 src: pass node_isolate to Null() 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
Fedor Indutny 5e57bcc3ce bindings: update to new v8 apis 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Bert Belder 55ef9ef680 Revert "Check if a stream has a valid fd before read_start" 13 years ago
Karl Skomski 8d5c1201f2 Check if a stream has a valid fd before read_start 13 years ago
Ben Noordhuis 27061cc9f4 udp_wrap, stream_wrap: lazy init slab allocator 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
Ben Noordhuis 7d2e68fdbd stream_wrap: fix compilation errors 13 years ago
Bert Belder 4624cf1214 stream_wrap.cc: fix typo 13 years ago
Bert Belder 726ebad9bc StreamWrap::WriteBuffer: remove superfluous arguments 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
Bert Belder 3ec84a11f8 Slab allocator: don't attempt to shrink a non-buffer 13 years ago
Ben Noordhuis 1e13a2d242 stream_wrap: use new slab allocator 13 years ago
Ben Noordhuis 0f0557d78d stream_wrap: fix signedness compiler warnings 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 296b7a580b cluster: support passing of named pipes 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl e6a30bd107 Fix #2473 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
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 13 years ago
Ryan Dahl b413c77583 Support sending handles to other processes 13 years ago
Ryan Dahl 471c5701c3 uv_write2 uv_read2_start binding 13 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 13 years ago
Ben Noordhuis 2aefea5a2f stream_wrap: update after libuv API change 13 years ago
Igor Zinkovsky 187fe27a6e stdio binding + javascript to enable process.stdin.listen() 13 years ago
Ryan Dahl 6050af4fd7 net_uv: properly initialize writeQueueSize 13 years ago
Ryan Dahl 0c7bf8132e Abstract out HandleWrap class 13 years ago
Ryan Dahl 1ae148909a Abstract StreamWrap from TCPWrap 13 years ago