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