summaryrefslogtreecommitdiff
path: root/src/stream_base-inl.h
AgeCommit message (Expand)Author
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-12-13src: minor refactoring to StreamBase writesAnna Henningsen
2017-11-11src: make StreamBase prototype accessors robustJoyee Cheung
2017-11-03src: add method to compute storage in WriteWrapAnna Henningsen
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-29src: move handle properties to prototypeBen Noordhuis
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-05-10src: implement native changes for async_hooksTrevor Norris
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24stream_base: always use Base template classTrevor Norris
2016-04-20stream_base: expose `bytesRead` getterFedor Indutny
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-20stream_base: various improvementsFedor Indutny
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-03-23src: make accessors immune to context confusionBen Noordhuis
2015-03-07stream_base: WriteWrap::New/::DisposeFedor Indutny
2015-03-05tty: do not add `shutdown` method to handleFedor Indutny
2015-02-28stream_base: `.writev()` has limited supportFedor Indutny
2015-02-25stream_base: remove static JSMethod declarationsFedor Indutny