summaryrefslogtreecommitdiff
path: root/src/node_http2.h
AgeCommit message (Expand)Author
2018-05-02http2: remove unused using declarations node_http2Daniel Bevenius
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-16http2: refactor how trailers are doneJames M Snell
2018-03-18http2: clean up Http2SettingsJames M Snell
2018-03-18http2: don't aggressively inlineJames M Snell
2018-03-15http2: use native pipe instead of synchronous I/OAnna Henningsen
2018-03-15src: give StreamBases the capability to ask for dataAnna Henningsen
2018-03-11http2: simplify timeout trackingAnna Henningsen
2018-03-04http2: no stream destroy while its data is on the wireAnna Henningsen
2018-02-19src: add nullptr check for session in DEBUG macroDaniel Bevenius
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-01-18http2: refactor read mechanismAnna Henningsen
2018-01-14src: remove declarations for missing functionsAnna Henningsen
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-05http2: implement maxSessionMemoryJames M Snell
2018-01-03http2: properly handle already closed stream errorJames M Snell
2018-01-03http2: add aligned padding strategyJames M Snell
2018-01-03http2: add altsvc supportJames M Snell
2018-01-02http2: strictly limit number on concurrent streamsJames M Snell
2018-01-02http2: perf_hooks integrationJames M Snell
2017-12-27http2: keep session objects alive during Http2ScopeAnna Henningsen
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-12-19http2: refactor outgoing write mechanismAnna Henningsen
2017-12-19http2: remove redundant write indirectionAnna Henningsen
2017-12-18http2: cleanup Http2Stream/Http2Session destroyJames M Snell
2017-12-13src: remove `StreamResourc::Cast()`Anna Henningsen
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