summaryrefslogtreecommitdiff
path: root/src/node_http2.cc
AgeCommit message (Expand)Author
2019-02-08src: pass along errors from http2 object creationAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-01-30src: turn ROUND_UP into an inline functionAnna Henningsen
2019-01-29src: pass along errors from perf obj instantiationAnna Henningsen
2019-01-23http2: allow fully synchronous `_final()`Anna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-08src: use isolate version of BooleanValue()cjihrig
2018-11-21http2: set js callbacks onceJames M Snell
2018-11-21net,http2: merge after-write codeAnna Henningsen
2018-11-17http2: elevate v8 namespaces of repeated referencesGagandeep Singh
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