summaryrefslogtreecommitdiff
path: root/src/node_http2.cc
Commit message (Expand)AuthorAgeFilesLines
* http2: update handling of rst_stream with error code NGHTTP2_CANCELAkshay K2021-08-091-12/+12
* http2: on receiving rst_stream with cancel code add it to pending listAkshay K2021-07-291-0/+19
* src: fix typosbl-ue2021-06-011-1/+1
* http2: add specific error code for custom framesAnna Henningsen2021-04-011-20/+38
* http2: treat non-EOF empty frames like other invalid framesAnna Henningsen2021-03-261-1/+5
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-221-55/+106
* perf_hooks: introduce createHistogramJames M Snell2021-02-141-0/+1
* src: rename binding_data_name to type_name in BindingDataJoyee Cheung2021-02-081-1/+1
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-12/+2
* http2: check write not scheduled in scope destructorDavid Halls2020-12-011-1/+2
* http2: allow setting the local window size of a sessionzhangyongsheng2020-11-111-0/+21
* http2: reinject data received before http2 is attachedMomtchil Momtchev2020-10-251-0/+28
* http2: remove unsupported %.* specifierMomtchil Momtchev2020-10-241-1/+1
* http2,tls: store WriteWrap using BaseObjectPtrAnna Henningsen2020-10-061-12/+14
* http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez2020-08-171-6/+7
* src: prefer C++ empty() in boolean expressionsTobias Nießen2020-08-111-4/+4
* http2: avoid unnecessary buffer resizeDenys Otrishko2020-07-271-3/+4
* http2: add support for sensitive headersAnna Henningsen2020-07-161-7/+14
* Revert "http2: streamline OnStreamRead streamline memory accounting"Rich Trott2020-07-141-13/+9
* src: simplify alignment-handling codeAnna Henningsen2020-06-191-3/+1
* http2: implement support for max settings entriesJames M Snell2020-06-021-0/+6
* src: extract AllocatedBuffer from env.hJames M Snell2020-05-301-5/+9
* src: remove unused using declarationsDaniel Bevenius2020-05-281-3/+0
* src: retrieve binding data from the contextJoyee Cheung2020-05-061-6/+8
* http2,doc: minor fixesAlba Mendez2020-04-281-1/+1
* src: fix compiler warnings in node_http2.ccDaniel Bevenius2020-04-241-3/+0
* http2: refactor and cleanup http2James M Snell2020-04-211-515/+479
* src: add AliasedStruct utilityJames M Snell2020-04-141-9/+3
* src: move HTTP/2 state out of EnvironmentAnna Henningsen2020-04-061-41/+48
* src: minor http2 refactoringsJames M Snell2020-04-021-10/+7
* src: rename http2 class and suppress compile warningsJames M Snell2020-04-021-34/+43
* src: use smart pointers for nghttp2 objectsJames M Snell2020-04-021-56/+61
* src: clean up stream_base.h and stream-base-inl.hJames M Snell2020-03-191-0/+10
* src,http2: introduce node_http_commonJames M Snell2020-03-061-152/+83
* src: improve handling of internal field countingJames M Snell2020-03-021-4/+5
* src: give Http2Session JS fields their own backing storeAnna Henningsen2020-02-081-38/+19
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-3/+3
* http2: skip creating native ShutdownWrapAnna Henningsen2020-01-111-0/+6
* http2: set default enableConnectProtocol to 0ZYSzys2020-01-051-1/+6
* src: set arraybuffer_untransferable_private_symbolThang Tran2019-12-251-0/+3
* http2: wait for session socket writable end on close/destroyDenys Otrishko2019-12-251-1/+1
* http2: wait for session to finish writing before destroyDenys Otrishko2019-12-251-0/+13
* src: migrate to new V8 ArrayBuffer APIThang Tran2019-12-121-3/+20
* http2: use shared memory tracking implementationAnna Henningsen2019-12-071-94/+14
* http2: streamline OnStreamRead streamline memory accountingDenys Otrishko2019-12-061-9/+11
* http2: small clean up in OnStreamReadDenys Otrishko2019-12-061-8/+4
* http2: fix session memory accounting after pausingMichael Lehenbauer2019-11-301-1/+4
* http2: make maximum tolerated rejected streams configurableDenys Otrishko2019-11-281-1/+3
* http2: allow to configure maximum tolerated invalid framesDenys Otrishko2019-11-281-2/+7
* http2: replace direct array usage with struct for js_fields_Denys Otrishko2019-11-281-7/+9