summaryrefslogtreecommitdiff
path: root/src/node_http2.cc
AgeCommit message (Expand)Author
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-30src: 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-23src: add C++-style sprintf utilityAnna Henningsen
2020-01-11http2: skip creating native ShutdownWrapAnna Henningsen
2020-01-05http2: 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-07http2: use shared memory tracking implementationAnna Henningsen
2019-12-06http2: streamline OnStreamRead streamline memory accountingDenys Otrishko
2019-12-06http2: small clean up in OnStreamReadDenys Otrishko
2019-11-30http2: fix session memory accounting after pausingMichael Lehenbauer
2019-11-28http2: make maximum tolerated rejected streams configurableDenys Otrishko
2019-11-28http2: allow to configure maximum tolerated invalid framesDenys Otrishko
2019-11-28http2: replace direct array usage with struct for js_fields_Denys Otrishko
2019-11-19src: remove keep alive option from SetImmediate()Anna Henningsen
2019-11-19http2: use custom BaseObject smart pointersAnna Henningsen
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-09-06http2: send out pending data earlierAnna Henningsen
2019-09-04http2: do not start reading after write if new write is on wireAnna Henningsen
2019-08-18http2: remove security revert flagsAnna Henningsen
2019-08-17http2: remove callback-based paddingAnna Henningsen
2019-08-17http2: remove unused FlushData() functionAnna Henningsen
2019-08-15http2: allow security revert for Ping/Settings FloodAnna Henningsen