78 Commits (a2d1cbef6baabd767cef523078eb4e5921429d09)

Author SHA1 Message Date
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