summaryrefslogtreecommitdiff
path: root/lib/internal/http2
AgeCommit message (Expand)Author
2019-02-11http2: improve compat performanceMatteo Collina
2019-02-09http2: makes response.writeHead return the responseMark S. Everitt
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-06lib: fix a few minor issues flagged by lgtmRobin Neatherway
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-12-02http2: make compat writeHead not crash if the stream is destroyedMatteo Collina
2018-11-29http2: add compat support for nested array headersSebastiaan Deckers
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-20http2: replace unreachable error with assertionRich Trott
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-11-03http2: improve http2 code a bitJames M Snell
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-15http2: emit timeout on compat request and responseJames M Snell
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-13http2: explicitly disallow nested push streamsJames M Snell
2018-08-11http2: remove `streamError` from docsJames M Snell
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-07lib: extract validateString validatorJon Moss
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-16http2: remove `waitTrailers` listener after closing a streamRidgeA