summaryrefslogtreecommitdiff
path: root/src/node_http2.cc
AgeCommit message (Expand)Author
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-16http2: refactor how trailers are doneJames M Snell
2018-04-12http2: fix ping duration calculationJames M Snell
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-03-25src: ensure that `SetImmediate()`s have `HandleScope`sAnna Henningsen
2018-03-25src: simplify http2 perf tracking codeAnna Henningsen
2018-03-18http2: some general code improvementsJames 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: introduce native-layer stream pipingAnna Henningsen
2018-03-15src: give StreamBases the capability to ask for dataAnna Henningsen
2018-03-15src: tighten handle scopes for stream operationsAnna Henningsen
2018-03-11http2: simplify timeout trackingAnna Henningsen
2018-03-04http2: refer to stream errors by nameAnna Henningsen
2018-03-04http2: no stream destroy while its data is on the wireAnna Henningsen
2018-03-02http2: fix endless loop when writing empty stringAnna Henningsen
2018-02-21src: don't touch js object in Http2Session dtorBen Noordhuis
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-10deps,src: align ssize_t ABI between Node & nghttp2Anna Henningsen
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-01-24http2,perf_hooks: perf state using AliasedBufferKyle Farnung
2018-01-18http2: refactor read mechanismAnna Henningsen
2018-01-16src,doc,test: Fix common misspellingsRoman Reiss
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-08http2: verify flood error and unsolicited framesJames M Snell
2018-01-05http2: implement maxSessionMemoryJames M Snell
2018-01-04src: silence http2 -Wunused-result warningscjihrig
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-27http2: fix compiling with `--debug-http2`Anna 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-18http2: be sure to destroy the Http2StreamJames M Snell
2017-12-13src: minor refactoring to StreamBase writesAnna Henningsen
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-27http2: only schedule write when necessaryAnna Henningsen
2017-11-27http2: don't call into JS from GCAnna Henningsen
2017-11-21http2: major update to internalsJames M Snell
2017-11-19src: use unique_ptr for http2_stateFranziska Hinkelmann
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-12http2: multiple smaller code cleanupsJames M Snell
2017-11-04http2: refactor multiple internalsJames M Snell