summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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