summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3_streams.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-07HTTP/3: renamed files.Roman Arutyunyan1-733/+0
2021-12-06QUIC: simplified configuration.Vladimir Homutov1-4/+1
2021-10-18HTTP/3: allowed QUIC stream connection reuse.Roman Arutyunyan1-6/+11
2021-10-18HTTP/3: adjusted QUIC connection finalization.Roman Arutyunyan1-15/+64
2021-10-07HTTP/3: traffic-based flood detection.Roman Arutyunyan1-13/+47
2021-10-06HTTP/3: removed client-side encoder support.Roman Arutyunyan1-149/+0
2021-07-08HTTP/3: bulk parse functions.Roman Arutyunyan1-16/+19
2021-07-29HTTP/3: http3_max_uni_streams directive.Roman Arutyunyan1-0/+14
2021-07-29HTTP/3: require mandatory uni streams before additional ones.Roman Arutyunyan1-2/+11
2021-07-01HTTP/3: quic-qpack term updates.Sergey Kandaurov1-2/+2
2021-06-11HTTP/3: client GOAWAY support.Roman Arutyunyan1-0/+15
2021-05-05HTTP/3: moved session initialization to a separate file.Roman Arutyunyan1-75/+1
2021-05-05HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.Roman Arutyunyan1-106/+37
2021-04-27HTTP/3: renamed ngx_http_v3_client_XXX() functions.Roman Arutyunyan1-8/+7
2021-05-05HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.Roman Arutyunyan1-17/+17
2021-05-05HTTP/3: reference h3c directly from ngx_http_connection_t.Roman Arutyunyan1-14/+9
2021-04-30HTTP/3: ngx_http_v3_get_session() macro.Roman Arutyunyan1-7/+7
2021-05-05HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c.Roman Arutyunyan1-0/+12
2021-03-30HTTP/3: keepalive timeout.Roman Arutyunyan1-0/+41
2021-03-15QUIC: connection shutdown.Roman Arutyunyan1-0/+4
2021-03-15HTTP/3: send GOAWAY when last request is accepted.Roman Arutyunyan1-0/+34
2021-03-16HTTP/3: do not push until a MAX_PUSH_ID frame is received.Sergey Kandaurov1-1/+2
2021-01-22HTTP/3: refactored request parser.Roman Arutyunyan1-36/+30
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-9/+9
2020-07-23HTTP/3: server pushes.Roman Arutyunyan1-0/+135
2020-07-27QUIC: limited the number of server-initiated streams.Roman Arutyunyan1-13/+15
2020-07-23HTTP/3: renamed server configuration variables from v3cf to h3scf.Roman Arutyunyan1-6/+6
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-7/+42
2020-07-02HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.Roman Arutyunyan1-14/+44
2020-07-02HTTP/3: refactored dynamic table implementation.Roman Arutyunyan1-4/+50
2020-05-19HTTP/3: prevent array access by negative index for unknown streams.Roman Arutyunyan1-1/+3
2020-04-23Assign connection number to every QUIC stream log.Roman Arutyunyan1-2/+0
2020-03-25Simplifed handling HTTP/3 streams.Roman Arutyunyan1-168/+77
2020-03-24When closing a QUIC connection, wait for all streams to finish.Roman Arutyunyan1-0/+21
2020-03-18Fixed HTTP/3 server stream creation.Roman Arutyunyan1-5/+5
2020-03-18Refactored HTTP/3 parser.Roman Arutyunyan1-574/+118
2020-03-13HTTP/3.Roman Arutyunyan1-0/+1097