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-11src: use C++ style for struct with initializersSam Roberts
2020-03-10src,http2: introduce node_http_commonJames M Snell
2020-01-16http2: skip creating native ShutdownWrapAnna Henningsen
2020-01-06http2: set default enableConnectProtocol to 0ZYSzys
2019-12-09http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen
2019-12-09http2: use shared memory tracking implementationAnna Henningsen
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-21http2: use custom BaseObject smart pointersAnna Henningsen
2019-10-10src: bring 425 status code name into accordance with RFC 8470Sergei Osipov
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-08-18http2: remove callback-based paddingAnna Henningsen
2019-08-17http2: remove unused FlushData() functionAnna 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: 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-06-18http2: refactor ping + settings object lifetime managementAnna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-03-19http2: delete unused enum in node_http2.hgengjiawen
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-06src: fix more extra-semi warningsJeremy Apthorp
2019-03-02src: remove unused macro in node_http2.hgengjiawen
2019-03-01src: allow not materializing ArrayBuffers from C++Anna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-14src: remove redundant cast in node_http2.hgengjiawen
2019-02-11src: remove unused method in class Http2Streamgengjiawen
2019-02-08src: pass along errors from http2 object creationAnna Henningsen
2019-02-04src: remove unimplemented method in node_http2.hgengjiawen
2019-01-31src: fix indentation in a few node_http2 enumsDaniel Bevenius
2019-01-29src: remove unused field in node_http2.hgengjiawen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
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-09-21http2: add origin frame supportJames M Snell
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-19http2: remove unused nghttp2 error listAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-25http2: track memory allocated by nghttp2Anna Henningsen
2018-06-20http2: fix memory leak when headers are not emittedAnna Henningsen