summaryrefslogtreecommitdiff
path: root/src/node_http2.cc
AgeCommit message (Expand)Author
2019-07-20http2: report memory allocated by nghttp2 to V8Anna Henningsen
2019-07-02http2: refactor ping + settings object lifetime managementAnna Henningsen
2019-05-31http2: fix tracking received data for maxSessionMemoryAnna Henningsen
2019-05-28src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-14src: remove util-inl.h from header filesSam Roberts
2019-04-27src: use predefined AliasedBuffer types in the code baseJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-26src: store onread callback in internal fieldAnna Henningsen
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-08src: remove templating from StreamBaseJon Moss
2019-03-06src: remove unused variable in node_http2.ccgengjiawen
2019-03-05src: fix if indent in node_http2.ccgengjiawen
2019-03-01src: allow not materializing ArrayBuffers from C++Anna Henningsen
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-21http2: shrink memory to match read dataAnna Henningsen
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