summaryrefslogtreecommitdiff
path: root/src/node_http2.cc
AgeCommit message (Expand)Author
2018-11-16src: remove unused variablesDaniel Bevenius
2018-11-14http2: remove pushValueToArray in Http2Session::HandleOriginFrameJoyee Cheung
2018-11-14http2: remove pushValueToArray in Http2Session::HandleHeadersFrameJoyee Cheung
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-03http2: improve http2 code a bitJames M Snell
2018-10-30src: use "constants" string instead of creating new oneOuyang Yadong
2018-10-24src: improve StreamBase read throughputAnna Henningsen
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-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-03http2: set nghttp2_option_set_no_closed_streamsDavid Halls
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-23http2: add ping eventJames M Snell
2018-09-21http2: add origin frame supportJames M Snell
2018-08-29src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-13http2: avoid race condition in OnHeaderCallbackJames M Snell
2018-07-16http2: fix issues with aborted `respondWithFile()`sAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen
2018-06-24http2: track memory allocated by nghttp2Anna Henningsen
2018-06-20http2: fix memory leak when headers are not emittedAnna Henningsen
2018-06-12http2: fixup http2stream cleanup and other nitsJames M Snell
2018-06-11src: fix http2 typosAnatoli Papirovski
2018-06-11http2: safer Http2Session destructorAnatoli Papirovski
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-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-06http2: rename http2_state class to Http2StateDaniel Bevenius
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-05-02http2: remove unnecessary v8 qualified namesDaniel Bevenius
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