summaryrefslogtreecommitdiff
path: root/lib/internal/stream_base_commons.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-27lib: enforce use of Array from primordialsMichaƫl Zasso
2019-11-25lib: change var to let in stream_base_commonsKyriakos Markakis
2019-08-23net: allow reading data into a static bufferBrian White
2019-04-20util: access process states lazily in debuglogJoyee Cheung
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27timers: rename validateTimerDuration to getTimerDurationRuben Bridgewater
2019-03-20tls: support TLSv1.3Sam Roberts
2019-03-10net: use kHandle symbol for accessing native handleAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-22timers: support name in validateTimerDuration()cjihrig
2019-01-27net,http2: merge setTimeout codeZYSzys
2018-11-21net,http2: merge after-write codeAnna Henningsen
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-02lib: merge onread handlers for http2 streams & net.SocketAshok
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-04-12net,http2: merge write error handling & property namesAnna Henningsen
2018-03-27lib: merge stream code for http2 streams & net.SocketAshok