49 Commits (0f944ab3cf4435c299471e90515742eb99bac15e)

Author SHA1 Message Date
Ben Noordhuis eff96d32dc src: add include guards to internal headers 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 9 years ago
Fedor Indutny 2b47fd2eb6 stream_base: `.writev()` has limited support 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris bd83c3966d async-wrap: explicitly pass parent 10 years ago
Trevor Norris f39b48c26d src: remove unnecessary template parameter 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 419f18d2e2 async-wrap: explicitly pass parent 10 years ago
Trevor Norris add955e6b8 src: remove unnecessary template parameter 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Ben Noordhuis 83d2cb634e src: remove static variables from tls_wrap 10 years ago
Ben Noordhuis 5ab87dba73 src: mark empty destructors as default 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Fedor Indutny 7343c77cdb tls_wrap: fix use after free 10 years ago
Trevor Norris a054f8eb29 stream_wrap: Add support to write binary strings 10 years ago
Timothy J Fontaine e2fcfea46e src: update from uv_read2_start removal 11 years ago
Alexis Campailla 20176a9841 src: make stdout/sterr pipes blocking 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Fedor Indutny 9836a4eeda stream_wrap: use `uv_try_write` where possible 11 years ago
Fedor Indutny 640912d18a tls_wrap: propagate errors to write callbacks 11 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 11 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 11 years ago
Ben Noordhuis ed8d97f572 uv: upgrade to v0.11.12 11 years ago
Ben Noordhuis 54a9ec4ef0 stream_wrap: add handle type checkers 11 years ago
Ben Noordhuis da5ad92ab2 stream_wrap: use getters, not direct field access 11 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 11 years ago
Trevor Norris ec90e6e80a slab_allocator: remove SlabAllocator 12 years ago
Fedor Indutny 4c48a39c65 stream_wrap: introduce StreamWrapCallbacks 12 years ago
Ben Noordhuis 448adaa456 src: simplify HandleWrap initialization 12 years ago
isaacs 69dac92c36 src: Use StringBytes in StreamWrap 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
Ben Noordhuis 7bdd05bd66 stream_wrap, udp_wrap: add read-only fd property 12 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Ben Noordhuis 7d2e68fdbd stream_wrap: fix compilation errors 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Ryan Dahl 471c5701c3 uv_write2 uv_read2_start binding 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