summaryrefslogtreecommitdiff
path: root/src/node_http2.h
Commit message (Expand)AuthorAgeFilesLines
* src: remove unimplemented method in node_http2.hgengjiawen2019-02-041-11/+0
* src: fix indentation in a few node_http2 enumsDaniel Bevenius2019-01-311-4/+4
* src: remove unused field in node_http2.hgengjiawen2019-01-291-3/+0
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-0/+3
* http2: make Http2Settings constructors delegateDaniel Bevenius2018-10-111-0/+1
* http2: add RFC 8441 extended connect protocol supportJames M Snell2018-10-081-0/+1
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-8/+12
* http2: add origin frame supportJames M Snell2018-09-211-1/+26
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+8
* http2: remove unused nghttp2 error listAnna Henningsen2018-07-191-52/+0
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-6/+31
* http2: track memory allocated by nghttp2Anna Henningsen2018-06-241-6/+13
* http2: fix memory leak when headers are not emittedAnna Henningsen2018-06-201-6/+2
* http2: fix memory leak for uncommon headersAnna Henningsen2018-06-171-0/+1
* http2: fixup http2stream cleanup and other nitsJames M Snell2018-06-121-2/+2
* src, tools: add check for left leaning pointersDaniel Bevenius2018-06-071-1/+1
* http2: force through RST_STREAM in destroyAnatoli Papirovski2018-06-011-0/+7
* http2: switch to new runtime-controlled debugging systemAnna Henningsen2018-05-311-56/+4
* http2: fix several serious bugsAnatoli Papirovski2018-05-221-2/+6
* src: replace `template<` → `template <`Anna Henningsen2018-05-141-1/+1
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-2/+0
* http2: remove unused using declarations node_http2Daniel Bevenius2018-05-021-1/+0
* http2: fix responses to long payload reqsAnatoli Papirovski2018-04-281-1/+9
* http2: refactor how trailers are doneJames M Snell2018-04-161-21/+5
* http2: clean up Http2SettingsJames M Snell2018-03-181-7/+1
* http2: don't aggressively inlineJames M Snell2018-03-181-56/+51
* http2: use native pipe instead of synchronous I/OAnna Henningsen2018-03-151-24/+0
* src: give StreamBases the capability to ask for dataAnna Henningsen2018-03-151-0/+2
* http2: simplify timeout trackingAnna Henningsen2018-03-111-2/+0
* http2: no stream destroy while its data is on the wireAnna Henningsen2018-03-041-0/+3
* src: add nullptr check for session in DEBUG macroDaniel Bevenius2018-02-191-6/+10
* src: refactor WriteWrap and ShutdownWrapsAnna Henningsen2018-02-141-5/+4
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-19/+14
* http2: refactor read mechanismAnna Henningsen2018-01-181-10/+8
* src: remove declarations for missing functionsAnna Henningsen2018-01-141-18/+0
* http2: use aliased buffer for perf stats, add statsJames M Snell2018-01-091-7/+43
* http2: implement maxSessionMemoryJames M Snell2018-01-051-1/+44
* http2: properly handle already closed stream errorJames M Snell2018-01-031-0/+5
* http2: add aligned padding strategyJames M Snell2018-01-031-0/+4
* http2: add altsvc supportJames M Snell2018-01-031-0/+7
* http2: strictly limit number on concurrent streamsJames M Snell2018-01-021-0/+2
* http2: perf_hooks integrationJames M Snell2018-01-021-0/+85
* http2: keep session objects alive during Http2ScopeAnna Henningsen2017-12-271-0/+1
* http2: convert Http2Settings to an AsyncWrapJames M Snell2017-12-221-33/+58
* http2: refactor outgoing write mechanismAnna Henningsen2017-12-191-6/+23
* http2: remove redundant write indirectionAnna Henningsen2017-12-191-21/+1
* http2: cleanup Http2Stream/Http2Session destroyJames M Snell2017-12-181-15/+27
* src: remove `StreamResourc::Cast()`Anna Henningsen2017-12-131-2/+1
* http2: only schedule write when necessaryAnna Henningsen2017-11-271-1/+21
* src: fix compiler warningcjihrig2017-11-211-1/+1