summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* The "ipv4=" parameter of the "resolver" directive.Ruslan Ermilov2022-07-122-15/+54
* SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin2022-07-121-0/+12
* Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin2022-06-294-27/+235
* Version bump.Maxim Dounin2022-06-291-2/+2
* release-1.23.0 tagMaxim Dounin2022-06-211-0/+1
* nginx-1.23.0-RELEASErelease-1.23.0Maxim Dounin2022-06-211-0/+101
* Updated OpenSSL used for win32 builds.Maxim Dounin2022-06-211-1/+1
* Misc: win32 sources now preserved in release tarballs.Maxim Dounin2022-06-201-6/+0
* Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed2022-06-181-748/+264
* Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov2022-06-141-2/+1
* Resolver: make TCP write timer event cancelable.Aleksei Bavshin2022-06-011-0/+1
* Stream: don't flush empty buffers created for read errors.Aleksei Bavshin2022-05-231-1/+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-075-12/+20
* Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.Maxim Dounin2022-06-072-7/+24
* Upstream: fixed build without http cache (broken by cd73509f21e2).Maxim Dounin2022-05-311-4/+5
* Headers filter: improved memory allocation error handling.Maxim Dounin2022-05-301-0/+4
* Multiple WWW-Authenticate headers with "satisfy any;".Maxim Dounin2022-05-301-2/+3
* Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin2022-05-301-3/+8
* Upstream: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin2022-05-301-9/+17
* Upstream: handling of multiple Vary headers (ticket #1423).Maxim Dounin2022-05-301-5/+43
* Upstream: duplicate headers ignored or properly linked.Maxim Dounin2022-05-302-9/+104
* Upstream: header handlers can now return parsing errors.Maxim Dounin2022-05-306-13/+80
* Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin2022-05-302-0/+11
* All known output headers can be linked lists now.Maxim Dounin2022-05-3014-0/+25
* Upstream: simplified Accept-Ranges handling.Maxim Dounin2022-05-302-3/+1
* Upstream: simplified Content-Encoding handling.Maxim Dounin2022-05-302-37/+3
* Upstream: style.Maxim Dounin2022-05-301-7/+17
* 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
* All non-unique input headers are now linked lists.Maxim Dounin2022-05-302-59/+12
* Reworked multi headers to use linked lists.Maxim Dounin2022-05-3017-245/+175
* Combining unknown headers during variables lookup (ticket #1316).Maxim Dounin2022-05-303-21/+74
* 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-305-13/+138
* Perl: fixed $r->header_in("Connection").Maxim Dounin2022-05-301-0/+4
* Fixed runtime handling of systems without EPOLLRDHUP support.Marcus Ball2022-05-302-2/+6
* Version bump.Maxim Dounin2022-05-301-2/+2
* Updated OpenSSL and zlib used for win32 builds.Maxim Dounin2022-05-241-2/+2
* Configure: recognize arm64 machine name as a synonym for aarch64.Sergey Kandaurov2022-04-291-1/+1
* SSL: logging level of "application data after close notify".Sergey Kandaurov2022-02-081-0/+6
* Year 2022.Sergey Kandaurov2022-02-041-1/+1
* HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin2022-02-031-1/+1
* HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin2022-02-036-3/+14
* Cache: fixed race in ngx_http_file_cache_forced_expire().Maxim Dounin2022-02-011-0/+5
* Core: added autotest for UDP segmentation offloading.Vladimir Homutov2022-01-262-0/+20
* Core: added function for local source address cmsg.Vladimir Homutov2022-01-253-82/+77
* Core: made the ngx_sendmsg() function non-static.Vladimir Homutov2022-01-252-70/+127
* Core: the ngx_event_udp.h header file.Vladimir Homutov2022-01-253-7/+27