summaryrefslogtreecommitdiff
path: root/src/node_http2.cc
AgeCommit message (Expand)Author
2017-11-21http2: major update to internalsJames M Snell
2017-11-19src: use unique_ptr for http2_stateFranziska Hinkelmann
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-12http2: multiple smaller code cleanupsJames M Snell
2017-11-04http2: refactor multiple internalsJames M Snell
2017-11-03http2: allocate on every chunk sendJames M Snell
2017-11-03http2: refactor settings handlingJames M Snell
2017-10-30http2: make sessions garbage-collectibleAnna Henningsen
2017-10-30http2: track async state for sendingAnna Henningsen
2017-10-30http2: move uv_prepare handle to `Http2Session`Anna Henningsen
2017-10-29http2: fix stream reading resumptionAnatoli Papirovski
2017-10-29http2: fix several timeout related issuesAnatoli Papirovski
2017-10-27http2: adjust stream buffer sizeAnatoli Papirovski
2017-10-25src: fix http2 debug build errorsDaniel Bevenius
2017-10-24http2: fix errors in debug statementsAnatoli Papirovski
2017-10-23http2: multiple style and performance updatesJames M Snell
2017-10-02http2: eliminate dead codeJames M Snell
2017-10-02http2: refactor method arguments to avoid boolsJames M Snell
2017-09-13http2: improve http2 coverageJames M Snell
2017-09-13http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-08-23src: fix build on certain platformsAnna Henningsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-17http2: minor refactor of passing headers to JSAnna Henningsen
2017-08-16http2: handful of http/2 src cleanupsJames M Snell
2017-08-13http2: name padding buffer fieldsAnna Henningsen
2017-08-13http2: use per-environment buffersAnna Henningsen
2017-08-13http2: improve perf of passing headers to C++Anna Henningsen
2017-08-10src,http2: DRY header/trailer handling code upAnna Henningsen
2017-08-04http2: fix flakiness in timeoutJames M Snell
2017-08-04http2: fix compilation error after V8 updateJames M Snell
2017-08-04http2: minor cleanupJames M Snell
2017-08-04http2: use static allocated arraysJames M Snell
2017-08-04http2: refactor trailers APIJames M Snell
2017-08-04http2: address initial pr feedbackJames M Snell
2017-08-04http2: add range support for respondWith{File|FD}James M Snell
2017-08-04http2: fix socketOnTimeout and a segfaultJames M Snell
2017-08-04http2: fix abort when client.destroy inside end eventJames M Snell
2017-08-04http2: introducing HTTP/2James M Snell