summaryrefslogtreecommitdiff
path: root/src/node_http2_core.h
AgeCommit message (Expand)Author
2017-11-03http2: allocate on every chunk sendJames M Snell
2017-10-30http2: make sessions garbage-collectibleAnna Henningsen
2017-10-30http2: move uv_prepare handle to `Http2Session`Anna Henningsen
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-29http2: fix stream reading resumptionAnatoli Papirovski
2017-10-27http2: adjust stream buffer sizeAnatoli 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-10-02http2: simplify TypeNameJames M Snell
2017-09-13http2: custom promisify for http2.connectJames M Snell
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-08-24http2: ignore invalid headers explicitlyAnna Henningsen
2017-08-16http2: handful of http/2 src cleanupsJames M Snell
2017-08-10src,http2: DRY header/trailer handling code upAnna Henningsen
2017-08-08http2: rename some nghttp2 stream flagsKelvin Jin
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