summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-18HTTP/3: fixed NGX_HTTP_V3_VARLEN_INT_LEN value.Roman Arutyunyan1-1/+1
2023-09-14HTTP/3: postponed session creation to init() callback.Roman Arutyunyan1-3/+6
2023-05-12HTTP/3: removed server push support.Roman Arutyunyan1-13/+0
2023-05-11QUIC: style.Maxim Dounin1-2/+2
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan1-5/+3
2022-11-30QUIC: application init() callback.Roman Arutyunyan1-0/+1
2022-08-22HTTP/3: renamed functions.Roman Arutyunyan1-2/+2
2022-10-19QUIC: idle mode for main connection.Roman Arutyunyan1-0/+2
2022-10-19HTTP/3: unified hq code with regular HTTP/3 code.Roman Arutyunyan1-1/+4
2022-06-08HTTP/3: updated SETTINGS_MAX_FIELD_SECTION_SIZE name.Sergey Kandaurov1-1/+1
2022-01-31QUIC: allowed main QUIC connection for some operations.Roman Arutyunyan1-3/+6
2022-01-26HTTP/3: removed draft versions support in ALPN.Sergey Kandaurov1-3/+0
2021-12-30HTTP/3: improved processing of multiple Cookie field lines.Sergey Kandaurov1-0/+1
2021-12-07HTTP/3: renamed files.Roman Arutyunyan1-2/+2
2021-12-06QUIC: simplified configuration.Vladimir Homutov1-1/+4
2021-12-04HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan1-2/+5
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan1-3/+7
2021-12-02HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.Sergey Kandaurov1-1/+1
2021-10-18HTTP/3: allowed QUIC stream connection reuse.Roman Arutyunyan1-0/+4
2021-10-07HTTP/3: traffic-based flood detection.Roman Arutyunyan1-0/+4
2021-08-04HTTP/3: replaced macros with values.Roman Arutyunyan1-5/+0
2021-07-29HTTP/3: http3_max_uni_streams directive.Roman Arutyunyan1-0/+2
2021-06-11HTTP/3: client GOAWAY support.Roman Arutyunyan1-0/+1
2021-05-05HTTP/3: separate header files for existing source files.Roman Arutyunyan1-74/+6
2021-05-05HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.Roman Arutyunyan1-0/+1
2021-04-27HTTP/3: renamed ngx_http_v3_client_XXX() functions.Roman Arutyunyan1-7/+7
2021-05-05HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.Roman Arutyunyan1-1/+1
2021-05-05HTTP/3: reference h3c directly from ngx_http_connection_t.Roman Arutyunyan1-12/+7
2021-04-30HTTP/3: ngx_http_v3_get_session() macro.Roman Arutyunyan1-0/+3
2021-04-16HTTP/3: keepalive_time support.Sergey Kandaurov1-0/+2
2021-04-12HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c.Sergey Kandaurov1-1/+0
2021-03-30HTTP/3: keepalive timeout.Roman Arutyunyan1-0/+8
2021-03-15QUIC: connection shutdown.Roman Arutyunyan1-0/+3
2021-03-15HTTP/3: send GOAWAY when last request is accepted.Roman Arutyunyan1-0/+1
2021-02-17HTTP/3: limited client header size.Roman Arutyunyan1-0/+1
2021-02-17HTTP/3: introduced ngx_http_v3_parse_t structure.Roman Arutyunyan1-0/+6
2021-02-16HTTP/3: removed http3_max_field_size.Roman Arutyunyan1-2/+0
2021-01-25HTTP/3: refactored request body parser.Roman Arutyunyan1-2/+2
2021-01-12HTTP/3: added comment.Roman Arutyunyan1-0/+1
2021-01-22HTTP/3: refactored request parser.Roman Arutyunyan1-7/+3
2020-11-27HTTP/3: introduced ngx_http_v3_filter.Roman Arutyunyan1-2/+0
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-3/+3
2020-11-10QUIC: multiple versions support in ALPN.Sergey Kandaurov1-3/+2
2020-07-23HTTP/3: server pushes.Roman Arutyunyan1-0/+21
2020-07-13HTTP/3: header encoding functions.Roman Arutyunyan1-0/+12
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-3/+2
2020-07-02HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.Roman Arutyunyan1-0/+3
2020-06-30HTTP/3: error code definitions for HTTP/3 and QPACK.Roman Arutyunyan1-0/+23
2020-07-02HTTP/3: refactored dynamic table implementation.Roman Arutyunyan1-16/+37
2020-06-29HTTP/3: http3_max_field_size directive to limit string size.Roman Arutyunyan1-0/+3