summaryrefslogtreecommitdiff
path: root/lib/internal/http2/core.js
AgeCommit message (Expand)Author
2019-01-27net,http2: merge setTimeout codeZYSzys
2019-01-23http2: allow fully synchronous `_final()`Anna Henningsen
2018-12-29lib: simplify several debug() callscjihrig
2018-12-28src: use consistent names for JSStreamSam Roberts
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-24http2: fix session[kSession] undefined issueleeight
2018-11-21http2: cleanup endStream logicJames M Snell
2018-11-21http2: set js callbacks onceJames M Snell
2018-11-21http2: throw from mapToHeadersJames M Snell
2018-11-21net,http2: merge after-write codeAnna Henningsen
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-11-05http2: add Http2Stream.bufferSizeOuyang Yadong
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-08http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-03http2: don't send trailers on a closed connectionAndré Cruz
2018-09-26http2: close fd in doSendFileFD()cjihrig
2018-09-23http2: add ping eventJames M Snell
2018-09-22http2: do not falsely emit 'aborted' on pushAnatoli Papirovski
2018-09-21http2: add origin frame supportJames M Snell
2018-09-19http2: check if stream is not destroyed before sending trailersMatteo Collina
2018-09-17http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-09-05http2: don't expose the original socket through the socket proxySzymon Marczak
2018-09-02lib: merge onread handlers for http2 streams & net.SocketAshok
2018-08-27http2: throw better error when accessing unbound socket proxyJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-13http2: explicitly disallow nested push streamsJames M Snell
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-07-29http2: release request()'s "connect" event listener after it runsJames Ide
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-10http2: order declarations in core.jsRich Trott
2018-07-09lib: consolidate redundant require() callscjihrig
2018-06-03http2: fix premature destroyAnatoli Papirovski
2018-06-01http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-06-01http2: delay closing streamAnatoli Papirovski
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-20net,http2: refactor _write and _writevUjjwal Sharma
2018-05-17http2: fix end without readAnatoli Papirovski
2018-05-13http2: destroy the socket properly and add testsMathias Buus
2018-05-10timers: make timer.refresh() a public APIJeremiah Senkpiel
2018-05-02http2: reduce require calls in http2/coreDaniel Bevenius