summaryrefslogtreecommitdiff
path: root/src/node_http2.h
AgeCommit message (Expand)Author
2017-11-27http2: only schedule write when necessaryAnna Henningsen
2017-11-21src: fix compiler warningcjihrig
2017-11-21http2: major update to internalsJames M Snell
2017-11-12http2: multiple smaller code cleanupsJames M Snell
2017-11-07src: fix -Winconsistent-missing-override warningBen Noordhuis
2017-11-04http2: refactor multiple internalsJames M Snell
2017-11-04http, http2: add 103 Early Hints status codeYosuke Furukawa
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: move uv_prepare handle to `Http2Session`Anna Henningsen
2017-10-29http2: fix several timeout related issuesAnatoli Papirovski
2017-10-27http2: adjust stream buffer sizeAnatoli Papirovski
2017-10-25src: remove empty comment in node_http2.hDaniel Bevenius
2017-10-23http2: multiple style and performance updatesJames M Snell
2017-09-20http2: expand list of known headersAnatoli Papirovski
2017-09-13http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
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: improve perf of passing headers to C++Anna Henningsen
2017-08-10src,http2: DRY header/trailer handling code upAnna Henningsen
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