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
2020-04-11src: minor http2 refactoringsJames M Snell
2020-04-11src: rename http2 class and suppress compile warningsJames M Snell
2020-04-11src: use smart pointers for nghttp2 objectsJames M Snell
2020-03-24src: clean up stream_base.h and stream-base-inl.hJames M Snell
2020-03-10src,http2: introduce node_http_commonJames M Snell
2020-03-05src: improve handling of internal field countingJames M Snell
2020-02-17src: add C++-style sprintf utilityAnna Henningsen
2020-01-16http2: skip creating native ShutdownWrapAnna Henningsen
2020-01-06http2: set default enableConnectProtocol to 0ZYSzys
2020-01-03http2: wait for session socket writable end on close/destroyDenys Otrishko
2020-01-03http2: wait for session to finish writing before destroyDenys Otrishko
2019-12-09http2: use shared memory tracking implementationAnna Henningsen
2019-12-09http2: streamline OnStreamRead streamline memory accountingDenys Otrishko
2019-12-09http2: small clean up in OnStreamReadDenys Otrishko
2019-11-30http2: fix session memory accounting after pausingMichael Lehenbauer
2019-11-30http2: make maximum tolerated rejected streams configurableDenys Otrishko
2019-11-30http2: allow to configure maximum tolerated invalid framesDenys Otrishko
2019-11-30http2: replace direct array usage with struct for js_fields_Denys Otrishko
2019-11-21src: remove keep alive option from SetImmediate()Anna Henningsen
2019-11-21http2: use custom BaseObject smart pointersAnna Henningsen
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-09-07http2: send out pending data earlierAnna Henningsen
2019-09-04http2: do not start reading after write if new write is on wireAnna Henningsen
2019-08-19http2: remove security revert flagsAnna Henningsen
2019-08-18http2: remove callback-based paddingAnna Henningsen
2019-08-17http2: remove unused FlushData() functionAnna Henningsen
2019-08-15http2: allow security revert for Ping/Settings FloodAnna Henningsen
2019-08-15http2: pause input processing if sending outputAnna Henningsen
2019-08-15http2: stop reading from socket if writes are in progressAnna Henningsen
2019-08-15http2: consider 0-length non-end DATA frames an errorAnna Henningsen
2019-08-15http2: shrink default `vector::reserve()` allocationsAnna Henningsen
2019-08-15http2: handle 0-length headers betterAnna Henningsen
2019-08-15http2: limit number of invalid incoming framesAnna Henningsen
2019-08-15http2: limit number of rejected stream openingsAnna Henningsen
2019-08-15http2: do not create ArrayBuffers when no DATA receivedAnna Henningsen
2019-08-15http2: only call into JS when necessary for session eventsAnna Henningsen
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-15http2: report memory allocated by nghttp2 to V8Anna Henningsen
2019-06-18http2: refactor ping + settings object lifetime managementAnna Henningsen
2019-05-29http2: fix tracking received data for maxSessionMemoryAnna Henningsen
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-26src: 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