36 Commits (b2b59febe8bf1d411e7d8faacd23789784aac1f0)

Author SHA1 Message Date
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
Ryan Dahl 0c7bf8132e Abstract out HandleWrap class 13 years ago
Ryan Dahl 1ae148909a Abstract StreamWrap from TCPWrap 13 years ago