summaryrefslogtreecommitdiff
path: root/src/stream_wrap.cc
AgeCommit message (Expand)Author
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-11-18src: remove static variables from tls_wrapBen Noordhuis
2014-10-28stream_wrap: do not crash if handle was closedFedor Indutny
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-09-03tls_wrap: fix use after freeFedor Indutny
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-08-19src: add missing Isolate argumentsYazhong Liu
2014-08-07src: handle UV_EAGAIN in TryWriteSaúl Ibarra Corretgé
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-03-10src: update from uv_read2_start removalTimothy J Fontaine
2014-02-28stream_wrap: don't write twice on uv_try_write errFedor Indutny
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2014-01-24tls_wrap: propagate errors to write callbacksFedor Indutny
2013-12-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-27stream_wrap: don't call Number::New()Ben Noordhuis
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-12crypto: fix up implicit HandleScope abuseBen Noordhuis
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-11-08src: remove container_of, use CONTAINER_OFBen Noordhuis
2013-10-31async-wrap: integrate with WeakObjectTrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-10-17cpplint: disallow comma-first in C++Fedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-03uv: upgrade to v0.11.12Ben Noordhuis
2013-08-12src: fix build break from generic macro nameTrevor Norris
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-11stream_wrap: use v8::Integer::NewFromUnsigned()Ben Noordhuis
2013-08-09src: don't call v8::Object::SetHiddenValue()Ben Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-07stream_wrap: fix long line introduced in da5ad92Ben Noordhuis
2013-08-07src: remove no-op HandleWrap::Initialize()Ben Noordhuis
2013-08-07stream_wrap: add handle type checkersBen Noordhuis
2013-08-07stream_wrap: use getters, not direct field accessBen Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-07-03{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris