summaryrefslogtreecommitdiff
path: root/src/http/modules
Commit message (Expand)AuthorAgeFilesLines
* Gzip: compatibility with recent zlib-ng versions.Maxim Dounin2023-03-271-6/+12
* SSL: enabled TLSv1.3 by default.Maxim Dounin2023-03-244-8/+12
* Fixed "zero size buf" alerts with subrequests.Maxim Dounin2023-01-284-4/+4
* Style.Maxim Dounin2023-01-282-3/+3
* Gzip static: ranges support (ticket #2349).Maxim Dounin2023-01-241-0/+2
* SSI: handling of subrequests from other modules (ticket #1263).Ciel Zhao2022-11-212-1/+29
* Mp4: disabled duplicate atoms.Roman Arutyunyan2022-10-191-0/+147
* SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov2022-10-171-2/+2
* Range filter: clearing of pre-existing Content-Range headers.Maxim Dounin2022-07-151-0/+13
* Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin2022-06-293-21/+177
* Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov2022-06-141-2/+1
* Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().Maxim Dounin2022-06-071-1/+1
* Upstream: handling of certificates specified as an empty string.Sergey Kandaurov2022-06-073-6/+9
* Headers filter: improved memory allocation error handling.Maxim Dounin2022-05-301-0/+4
* Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin2022-05-301-3/+8
* Upstream: header handlers can now return parsing errors.Maxim Dounin2022-05-305-10/+30
* Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin2022-05-301-0/+2
* All known output headers can be linked lists now.Maxim Dounin2022-05-3010-0/+13
* Perl: combining unknown headers during $r->header_in() lookup.Maxim Dounin2022-05-301-40/+44
* Perl: all known input headers are handled identically.Maxim Dounin2022-05-301-20/+2
* Reworked multi headers to use linked lists.Maxim Dounin2022-05-307-82/+51
* Uwsgi: combining headers with identical names (ticket #1724).Maxim Dounin2022-05-301-6/+51
* SCGI: combining headers with identical names (ticket #1724).Maxim Dounin2022-05-301-5/+45
* FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin2022-05-301-11/+55
* Moved Huffman coding out of HTTP/2.Ruslan Ermilov2021-12-211-8/+8
* SSL: $ssl_curve (ticket #2135).Sergey Kandaurov2021-11-011-0/+3
* Mp4: mp4_start_key_frame directive.Roman Arutyunyan2021-10-281-27/+194
* Mp4: added ngx_http_mp4_update_mdhd_atom() function.Roman Arutyunyan2021-10-281-8/+32
* HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-10-201-7/+6
* SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2021-10-141-0/+3
* HTTP/2: removed support for NPN.Vladimir Homutov2021-10-151-54/+5
* Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin2021-10-184-4/+4
* Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal2021-10-071-0/+1
* SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin2021-08-164-25/+25
* Improved logging of invalid headers.Maxim Dounin2021-06-284-12/+20
* Disabled control characters and space in header names.Maxim Dounin2021-06-281-1/+1
* Disabled spaces in URIs (ticket #196).Maxim Dounin2021-06-281-2/+2
* gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.Sergey Kandaurov2021-06-171-0/+4
* gRPC: handling GOAWAY with a higher last stream identifier.Sergey Kandaurov2021-06-171-0/+9
* Location header escaping in redirects (ticket #882).Ruslan Ermilov2021-05-242-4/+38
* Upstream: variables support in certificates.Maxim Dounin2021-05-063-73/+111
* Auth basic: changed alcf->user_file to be a pointer.Maxim Dounin2021-05-061-9/+12
* Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin2021-05-065-32/+26
* Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin2021-04-081-1/+1
* Introduced the "keepalive_time" directive.Maxim Dounin2021-04-081-0/+14
* Gzip: updated handling of zlib variant from Intel.Maxim Dounin2021-04-051-26/+9
* Gzip: support for zlib-ng.Maxim Dounin2021-04-051-2/+21
* Fixed handling of already closed connections.Maxim Dounin2021-03-281-2/+7
* gRPC: fixed handling of padding on DATA frames.Maxim Dounin2021-03-231-11/+24
* SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin2021-03-054-8/+8