summaryrefslogtreecommitdiff
path: root/src/node_http2.h
AgeCommit message (Expand)Author
2018-10-11http2: make Http2Settings constructors delegateDaniel Bevenius
2018-10-08http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-09-21http2: add origin frame supportJames M Snell
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-19http2: remove unused nghttp2 error listAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-24http2: track memory allocated by nghttp2Anna Henningsen
2018-06-20http2: fix memory leak when headers are not emittedAnna Henningsen
2018-06-17http2: fix memory leak for uncommon headersAnna Henningsen
2018-06-12http2: fixup http2stream cleanup and other nitsJames M Snell
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-06-01http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-05-31http2: switch to new runtime-controlled debugging systemAnna Henningsen
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
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