summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-26Remove short read checksno-short-read-checksAndrew Clayton1-7/+0
2023-09-13QUIC: "handshake_timeout" configuration parameter.Roman Arutyunyan1-2/+6
2023-05-12HTTP/3: removed server push support.Roman Arutyunyan1-130/+2
2023-05-11QUIC: removed "quic_mtu" directive.Roman Arutyunyan1-37/+0
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan1-25/+25
2022-11-30QUIC: application init() callback.Roman Arutyunyan1-0/+1
2022-10-19QUIC: idle mode for main connection.Roman Arutyunyan1-0/+2
2022-01-18QUIC: the "quic_active_connection_id_limit" directive.Vladimir Homutov1-0/+12
2021-12-06QUIC: simplified configuration.Vladimir Homutov1-196/+34
2021-12-01HTTP/3: $http3 variable.Roman Arutyunyan1-7/+25
2021-12-04HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan1-0/+16
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan1-1/+430
2021-08-04HTTP/3: replaced macros with values.Roman Arutyunyan1-8/+4
2021-07-29HTTP/3: http3_max_uni_streams directive.Roman Arutyunyan1-0/+12
2021-05-31HTTP/3: removed $http3 that served its purpose.Sergey Kandaurov1-50/+1
2021-02-16HTTP/3: removed http3_max_field_size.Roman Arutyunyan1-12/+0
2020-07-23HTTP/3: server pushes.Roman Arutyunyan1-2/+131
2020-07-23Style: moved function declarations to match usual code style.Roman Arutyunyan1-11/+9
2020-07-23HTTP/3: renamed server configuration variables from v3cf to h3scf.Roman Arutyunyan1-7/+7
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-243/+0
2020-07-02HTTP/3: refactored dynamic table implementation.Roman Arutyunyan1-0/+24
2020-06-29HTTP/3: http3_max_field_size directive to limit string size.Roman Arutyunyan1-0/+12
2020-05-29QUIC draft-28 transport parameters support.Sergey Kandaurov1-1/+3
2020-05-29Renamed max_packet_size to max_udp_payload_size, from draft-28.Sergey Kandaurov1-14/+15
2020-05-14Address validation using Retry packets.Sergey Kandaurov1-0/+18
2020-04-22HTTP/3: directives with limited values converted to post handler.Sergey Kandaurov1-30/+50
2020-04-22HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot.Sergey Kandaurov1-15/+15
2020-04-16Added handling of incorrect values in TP configuration.Vladimir Homutov1-4/+30
2020-04-15Added primitive flow control mechanisms.Vladimir Homutov1-4/+6
2020-03-28HTTP/3: http3 variable.Sergey Kandaurov1-0/+24
2020-03-23Respect QUIC max_idle_timeout.Roman Arutyunyan1-1/+1
2020-03-23Limit output QUIC packets with client max_packet_size.Roman Arutyunyan1-3/+6
2020-03-20Adedd the http "quic" variable.Vladimir Homutov1-1/+52
2020-03-20Configurable transport parameters.Vladimir Homutov1-2/+180
2020-03-13HTTP/3.Roman Arutyunyan1-0/+46