112 Commits (6e9d1c868474273b3b5891508c28aa13f70ff465)

Author SHA1 Message Date
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Trevor Norris fa10b757f5 smalloc: use malloc instead of new 12 years ago
Trevor Norris ec90e6e80a slab_allocator: remove SlabAllocator 12 years ago
Bert Belder 1bf6d78980 stream_wrap: remove bogus assert 12 years ago
Ben Noordhuis b9165252e3 src: clean up `using` directives 12 years ago
Ben Noordhuis 0581f5cb60 stream_wrap: fix signed/unsigned comparison warning 12 years ago
Fedor Indutny 4c48a39c65 stream_wrap: introduce StreamWrapCallbacks 12 years ago
Ben Noordhuis 448adaa456 src: simplify HandleWrap initialization 12 years ago
Ben Noordhuis 4d68daea0f src: replace c-style casts with c++-style casts 12 years ago
isaacs 69dac92c36 src: Use StringBytes in StreamWrap 12 years ago
Ben Noordhuis 7349667467 stream_wrap: MayContainNonAscii() is deprecated 12 years ago
Brian White aca275f58d stream_wrap: fix memory leak on early return 12 years ago
Trevor Norris b7f6e6b42f stream_wrap: remove unused arg from WriteBuffer 12 years ago
Fedor Indutny 60ed2c5434 net: implement ._writev for .cork/uncork() support 12 years ago
Trevor Norris f150d56915 src: write ascii strings using WriteOneByte 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
isaacs 53f2381455 core: Unwrap without aborting in handle fd getter 12 years ago
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