Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-29src: address 3 useless call coverity warningsMichael Dawson
2022-03-10http2: fix potential integer overflowMichael Dawson
2022-03-02http2: close stream and session on frameErrorRafael Silva
2022-02-11src: remove separate definitions for static constexpr membersAnna Henningsen
2022-01-28http2: fix memory leak on nghttp2 hd thresholdRafael Silva
2021-10-30src: remove usage of `AllocatedBuffer` from `node_http2`Darshan Sen
2021-08-06http2: update handling of rst_stream with error code NGHTTP2_CANCELAkshay K
2021-07-20http2: on receiving rst_stream with cancel code add it to pending listAkshay K
2021-06-01src: fix typosbl-ue
2021-04-01http2: add specific error code for custom framesAnna Henningsen
2021-03-26http2: treat non-EOF empty frames like other invalid framesAnna Henningsen
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-15perf_hooks: introduce createHistogramJames M Snell
2021-02-08src: rename binding_data_name to type_name in BindingDataJoyee Cheung
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-12-01http2: check write not scheduled in scope destructorDavid Halls
2020-11-11http2: allow setting the local window size of a sessionzhangyongsheng
2020-10-25http2: reinject data received before http2 is attachedMomtchil Momtchev
2020-10-24http2: remove unsupported %.* specifierMomtchil Momtchev
2020-10-06http2,tls: store WriteWrap using BaseObjectPtrAnna Henningsen
2020-08-17http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez
2020-08-11src: prefer C++ empty() in boolean expressionsTobias Nießen
2020-07-27http2: avoid unnecessary buffer resizeDenys Otrishko
2020-07-16http2: add support for sensitive headersAnna Henningsen
2020-07-14Revert "http2: streamline OnStreamRead streamline memory accounting"Rich Trott
2020-06-19src: simplify alignment-handling codeAnna Henningsen
2020-06-02http2: implement support for max settings entriesJames M Snell
2020-05-31src: extract AllocatedBuffer from env.hJames M Snell
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-04-28http2,doc: minor fixesAlba Mendez
2020-04-24src: fix compiler warnings in node_http2.ccDaniel Bevenius
2020-04-21http2: refactor and cleanup http2James M Snell
2020-04-14src: add AliasedStruct utilityJames M Snell
2020-04-06src: move HTTP/2 state out of EnvironmentAnna Henningsen
2020-04-02src: minor http2 refactoringsJames M Snell
2020-04-02src: rename http2 class and suppress compile warningsJames M Snell
2020-04-02src: use smart pointers for nghttp2 objectsJames M Snell
2020-03-19src: clean up stream_base.h and stream-base-inl.hJames M Snell
2020-03-06src,http2: introduce node_http_commonJames M Snell
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-08src: give Http2Session JS fields their own backing storeAnna Henningsen
2020-01-24src: add C++-style sprintf utilityAnna Henningsen
2020-01-12http2: skip creating native ShutdownWrapAnna Henningsen
2020-01-06http2: set default enableConnectProtocol to 0ZYSzys
2019-12-25src: set arraybuffer_untransferable_private_symbolThang Tran
2019-12-25http2: wait for session socket writable end on close/destroyDenys Otrishko
2019-12-25http2: wait for session to finish writing before destroyDenys Otrishko
2019-12-12src: migrate to new V8 ArrayBuffer APIThang Tran
2019-12-08http2: use shared memory tracking implementationAnna Henningsen