summaryrefslogtreecommitdiff
path: root/src/node_http2_core-inl.h
AgeCommit message (Expand)Author
2017-10-02http2: making sending to the socket more efficientJames 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-06src: fix DEBUG_HTTP2 type argumentsDaniel Bevenius
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-08-24http2: ignore invalid headers explicitlyAnna Henningsen
2017-08-23src: replace assert() with CHECK()Ben Noordhuis
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: 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