summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15HTTP/3: graceful shutdown on keepalive timeout expiration.Roman Arutyunyan1-1/+1
2023-09-14HTTP/3: postponed session creation to init() callback.Roman Arutyunyan1-1/+3
2023-05-12HTTP/3: removed server push support.Roman Arutyunyan1-4/+0
2023-05-04HTTP/3: fixed ngx_http_v3_init_session() error handling.Sergey Kandaurov1-3/+0
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan1-13/+3
2022-11-30QUIC: application init() callback.Roman Arutyunyan1-20/+8
2022-11-30QUIC: removed cancelable flag from QUIC and HTTP/3 events.Roman Arutyunyan1-1/+0
2022-10-19HTTP/3: unified hq code with regular HTTP/3 code.Roman Arutyunyan1-4/+20
2022-01-27HTTP/3: delayed Insert Count Increment instruction.Roman Arutyunyan1-0/+8
2022-01-31QUIC: allowed main QUIC connection for some operations.Roman Arutyunyan1-2/+2
2021-10-18HTTP/3: adjusted QUIC connection finalization.Roman Arutyunyan1-2/+10
2021-10-07HTTP/3: traffic-based flood detection.Roman Arutyunyan1-0/+19
2021-06-11HTTP/3: client GOAWAY support.Roman Arutyunyan1-0/+1
2021-04-28HTTP/3: clean up table from session cleanup handler.Roman Arutyunyan1-0/+2
2021-05-05HTTP/3: moved session initialization to a separate file.Roman Arutyunyan1-0/+85
2020-07-13HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.Roman Arutyunyan1-227/+0
2020-07-13HTTP/3: header encoding functions.Roman Arutyunyan1-0/+128
2020-07-02HTTP/3: fixed prefixed integer encoding and decoding.Roman Arutyunyan1-9/+8
2020-04-21HTTP/3: fixed encoding variable-length integers.Roman Arutyunyan1-5/+9
2020-03-18Refactored HTTP/3 parser.Roman Arutyunyan1-80/+0
2020-03-13HTTP/3.Roman Arutyunyan1-0/+176