summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-29Fixed mismerge of ssl_reject_handshake in 71b7453fb11f.Sergey Kandaurov1-10/+11
2021-09-01Merged with the default branch.Sergey Kandaurov4-25/+25
2021-10-20HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov1-7/+6
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov1-0/+3
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov1-54/+5
2021-10-18Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin4-4/+4
2021-10-07Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal1-0/+1
2021-08-16SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin4-25/+25
2021-08-02QUIC: stream limits in "hq" mode.Roman Arutyunyan1-0/+35
2021-07-20QUIC: the "quic_gso" directive.Vladimir Homutov1-0/+9
2021-07-15Merged with the default branch.Sergey Kandaurov5-15/+36
2021-06-30QUIC: consider max_ack_delay=16384 invalid.Roman Arutyunyan1-1/+1
2021-06-28Improved logging of invalid headers.Maxim Dounin4-12/+20
2021-06-28Disabled control characters and space in header names.Maxim Dounin1-1/+1
2021-06-28Disabled spaces in URIs (ticket #196).Maxim Dounin1-2/+2
2021-06-17gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.Sergey Kandaurov1-0/+4
2021-06-17gRPC: handling GOAWAY with a higher last stream identifier.Sergey Kandaurov1-0/+9
2021-05-28Merged with the default branch.Sergey Kandaurov7-118/+187
2021-05-24Location header escaping in redirects (ticket #882).Ruslan Ermilov2-4/+38
2021-05-06Upstream: variables support in certificates.Maxim Dounin3-73/+111
2021-05-06Auth basic: changed alcf->user_file to be a pointer.Maxim Dounin1-9/+12
2021-05-06Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin5-32/+26
2021-05-05HTTP/3: reference h3c directly from ngx_http_connection_t.Roman Arutyunyan2-1/+5
2021-04-13QUIC: normalize header inclusion.Sergey Kandaurov1-2/+0
2021-04-08Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin1-1/+1
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+14
2021-04-16Merged with the default branch.Sergey Kandaurov2-15/+31
2021-04-05Gzip: updated handling of zlib variant from Intel.Maxim Dounin1-26/+9
2021-04-05Gzip: support for zlib-ng.Maxim Dounin1-2/+21
2021-03-28Fixed handling of already closed connections.Maxim Dounin1-2/+7
2021-03-23gRPC: fixed handling of padding on DATA frames.Maxim Dounin1-11/+24
2021-03-30Merged with the default branch.Sergey Kandaurov2-13/+31
2021-03-22HTTP/3: set initial_max_streams_uni default value to 3.Roman Arutyunyan1-1/+1
2021-03-16QUIC: fixed hq ALPN id for the final draft.Sergey Kandaurov1-1/+1
2021-03-10Merged with the default branch.Sergey Kandaurov4-34/+71
2021-03-05SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin4-8/+8
2021-03-02Proxy: variables support in "proxy_cookie_flags" flags.Ruslan Ermilov1-26/+63
2021-02-17Merged with the default branch.Sergey Kandaurov2-10/+7
2021-02-08QUIC: the "quic_host_key" directive.Vladimir Homutov1-16/+133
2021-01-29QUIC: stateless retry.Vladimir Homutov1-4/+2
2021-01-19Removed incorrect optimization of HEAD requests.Maxim Dounin1-10/+0
2021-01-12Upstream: fixed zero size buf alerts on extra data (ticket #2117).Maxim Dounin1-0/+7
2021-01-22HTTP/3: refactored request parser.Roman Arutyunyan2-1/+38
2020-12-22QUIC: fixed building ALPN callback without debug and http2.Sergey Kandaurov1-1/+1
2020-12-15Merged with the default branch.Sergey Kandaurov2-12/+0
2020-12-11Fixed double close of non-regular files in flv and mp4.Maxim Dounin2-12/+0
2020-11-27HTTP/3: introduced ngx_http_v3_filter.Roman Arutyunyan1-46/+4
2020-11-18gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.Pavel Pautov1-0/+1
2020-11-17HTTP/3: finalize chunked response body chain with NULL.Roman Arutyunyan1-0/+3
2020-11-24Merged with the default branch.Sergey Kandaurov1-28/+11