aboutsummaryrefslogtreecommitdiff
path: root/src/http/v3/ngx_http_v3_module.c
Commit message (Expand)AuthorAge
* QUIC: "handshake_timeout" configuration parameter.Roman Arutyunyan2023-09-13
* HTTP/3: removed server push support.Roman Arutyunyan2023-05-12
* QUIC: removed "quic_mtu" directive.Roman Arutyunyan2023-05-11
* HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan2023-02-27
* QUIC: application init() callback.Roman Arutyunyan2022-11-30
* QUIC: idle mode for main connection.Roman Arutyunyan2022-10-19
* QUIC: the "quic_active_connection_id_limit" directive.Vladimir Homutov2022-01-18
* QUIC: simplified configuration.Vladimir Homutov2021-12-06
* HTTP/3: $http3 variable.Roman Arutyunyan2021-12-01
* HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan2021-12-04
* HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan2021-12-06
* HTTP/3: replaced macros with values.Roman Arutyunyan2021-08-04
* HTTP/3: http3_max_uni_streams directive.Roman Arutyunyan2021-07-29
* HTTP/3: removed $http3 that served its purpose.Sergey Kandaurov2021-05-31
* HTTP/3: removed http3_max_field_size.Roman Arutyunyan2021-02-16
* HTTP/3: server pushes.Roman Arutyunyan2020-07-23
* Style: moved function declarations to match usual code style.Roman Arutyunyan2020-07-23
* HTTP/3: renamed server configuration variables from v3cf to h3scf.Roman Arutyunyan2020-07-23
* QUIC: added "quic" listen parameter.Roman Arutyunyan2020-07-21
* HTTP/3: refactored dynamic table implementation.Roman Arutyunyan2020-07-02
* HTTP/3: http3_max_field_size directive to limit string size.Roman Arutyunyan2020-06-29
* QUIC draft-28 transport parameters support.Sergey Kandaurov2020-05-29
* Renamed max_packet_size to max_udp_payload_size, from draft-28.Sergey Kandaurov2020-05-29
* Address validation using Retry packets.Sergey Kandaurov2020-05-14
* HTTP/3: directives with limited values converted to post handler.Sergey Kandaurov2020-04-22
* HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot.Sergey Kandaurov2020-04-22
* Added handling of incorrect values in TP configuration.Vladimir Homutov2020-04-16
* Added primitive flow control mechanisms.Vladimir Homutov2020-04-15
* HTTP/3: http3 variable.Sergey Kandaurov2020-03-28
* Respect QUIC max_idle_timeout.Roman Arutyunyan2020-03-23
* Limit output QUIC packets with client max_packet_size.Roman Arutyunyan2020-03-23
* Adedd the http "quic" variable.Vladimir Homutov2020-03-20
* Configurable transport parameters.Vladimir Homutov2020-03-20
* HTTP/3.Roman Arutyunyan2020-03-13