summaryrefslogtreecommitdiff
path: root/src/node_http2.h
Commit message (Expand)AuthorAgeFilesLines
* http2: add support for sensitive headersAnna Henningsen2021-08-311-1/+0
* http2: allow setting the local window size of a sessionzhangyongsheng2021-08-311-0/+3
* http2: reinject data received before http2 is attachedMomtchil Momtchev2020-12-151-0/+1
* http2,tls: store WriteWrap using BaseObjectPtrAnna Henningsen2020-10-061-3/+3
* src: extract AllocatedBuffer from env.hJames M Snell2020-06-301-0/+1
* http2: refactor and cleanup http2James M Snell2020-04-271-186/+314
* src: add AliasedStruct utilityJames M Snell2020-04-141-2/+2
* src: move HTTP/2 state out of EnvironmentAnna Henningsen2020-04-071-13/+25
* src: minor http2 refactoringsJames M Snell2020-04-071-8/+1
* src: rename http2 class and suppress compile warningsJames M Snell2020-04-071-17/+17
* src: use smart pointers for nghttp2 objectsJames M Snell2020-04-071-13/+28
* src: clean up stream_base.h and stream-base-inl.hJames M Snell2020-03-191-52/+48
* src: use C++ style for struct with initializersSam Roberts2020-03-101-2/+2
* src,http2: introduce node_http_commonJames M Snell2020-03-061-320/+58
* src: give Http2Session JS fields their own backing storeAnna Henningsen2020-02-081-2/+2
* http2: skip creating native ShutdownWrapAnna Henningsen2020-01-111-0/+1
* http2: set default enableConnectProtocol to 0ZYSzys2020-01-051-0/+1
* src: migrate to new V8 ArrayBuffer APIThang Tran2019-12-121-0/+1
* http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen2019-12-071-0/+1
* http2: use shared memory tracking implementationAnna Henningsen2019-12-071-2/+9
* http2: make maximum tolerated rejected streams configurableDenys Otrishko2019-11-281-1/+3
* http2: allow to configure maximum tolerated invalid framesDenys Otrishko2019-11-281-1/+3
* http2: replace direct array usage with struct for js_fields_Denys Otrishko2019-11-281-5/+13
* http2: use custom BaseObject smart pointersAnna Henningsen2019-11-191-9/+9
* src: bring 425 status code name into accordance with RFC 8470Sergei Osipov2019-10-101-1/+1
* http2: set default maxConcurrentStreamsZYSzys2019-10-051-0/+1
* http2: remove callback-based paddingAnna Henningsen2019-08-171-7/+3
* http2: remove unused FlushData() functionAnna Henningsen2019-08-171-1/+0
* http2: pause input processing if sending outputAnna Henningsen2019-08-151-2/+10
* http2: stop reading from socket if writes are in progressAnna Henningsen2019-08-151-0/+2
* http2: consider 0-length non-end DATA frames an errorAnna Henningsen2019-08-151-1/+1
* http2: limit number of invalid incoming framesAnna Henningsen2019-08-151-0/+2
* http2: limit number of rejected stream openingsAnna Henningsen2019-08-151-0/+5
* http2: do not create ArrayBuffers when no DATA receivedAnna Henningsen2019-08-151-1/+2
* http2: only call into JS when necessary for session eventsAnna Henningsen2019-08-151-0/+20
* http2: refactor ping + settings object lifetime managementAnna Henningsen2019-06-171-8/+7
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-2/+2
* http2: delete unused enum in node_http2.hgengjiawen2019-03-191-4/+0
* lib,src: remove usage of _externalStreamAnna Henningsen2019-03-111-1/+1
* src: fix more extra-semi warningsJeremy Apthorp2019-03-051-1/+1
* src: remove unused macro in node_http2.hgengjiawen2019-03-021-2/+0
* src: allow not materializing ArrayBuffers from C++Anna Henningsen2019-03-011-2/+3
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen2019-02-251-0/+1
* src: remove redundant cast in node_http2.hgengjiawen2019-02-141-1/+1
* src: remove unused method in class Http2Streamgengjiawen2019-02-111-4/+0
* src: pass along errors from http2 object creationAnna Henningsen2019-02-081-8/+16
* src: remove unimplemented method in node_http2.hgengjiawen2019-02-041-11/+0
* src: fix indentation in a few node_http2 enumsDaniel Bevenius2019-01-311-4/+4
* src: remove unused field in node_http2.hgengjiawen2019-01-291-3/+0