summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-07-19nginx-1.23.1-RELEASErelease-1.23.1Maxim Dounin1-0/+66
2022-07-19Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2022-07-15Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).Maxim Dounin1-0/+2
2022-07-15Range filter: clearing of pre-existing Content-Range headers.Maxim Dounin1-0/+13
2022-07-14Resolver: fixed memory leak for the "ipv4=off" case.Sergey Kandaurov1-4/+1
2022-07-12The "ipv4=" parameter of the "resolver" directive.Ruslan Ermilov2-15/+54
2022-07-12SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin1-0/+12
2022-06-29Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin4-27/+235
2022-06-29Version bump.Maxim Dounin1-2/+2
2022-06-21release-1.23.0 tagMaxim Dounin1-0/+1
2022-06-21nginx-1.23.0-RELEASErelease-1.23.0Maxim Dounin1-0/+101
2022-06-21Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2022-06-20Misc: win32 sources now preserved in release tarballs.Maxim Dounin1-6/+0
2022-06-18Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed1-748/+264
2022-06-14Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov1-2/+1
2022-06-01Resolver: make TCP write timer event cancelable.Aleksei Bavshin1-0/+1
2022-05-23Stream: don't flush empty buffers created for read errors.Aleksei Bavshin1-1/+1
2022-06-07Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().Maxim Dounin1-1/+1
2022-06-07Upstream: handling of certificates specified as an empty string.Sergey Kandaurov5-12/+20
2022-06-07Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.Maxim Dounin2-7/+24
2022-05-31Upstream: fixed build without http cache (broken by cd73509f21e2).Maxim Dounin1-4/+5
2022-05-30Headers filter: improved memory allocation error handling.Maxim Dounin1-0/+4
2022-05-30Multiple WWW-Authenticate headers with "satisfy any;".Maxim Dounin1-2/+3
2022-05-30Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-3/+8
2022-05-30Upstream: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-9/+17
2022-05-30Upstream: handling of multiple Vary headers (ticket #1423).Maxim Dounin1-5/+43
2022-05-30Upstream: duplicate headers ignored or properly linked.Maxim Dounin2-9/+104
2022-05-30Upstream: header handlers can now return parsing errors.Maxim Dounin6-13/+80
2022-05-30Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin2-0/+11
2022-05-30All known output headers can be linked lists now.Maxim Dounin14-0/+25
2022-05-30Upstream: simplified Accept-Ranges handling.Maxim Dounin2-3/+1
2022-05-30Upstream: simplified Content-Encoding handling.Maxim Dounin2-37/+3
2022-05-30Upstream: style.Maxim Dounin1-7/+17
2022-05-30Perl: combining unknown headers during $r->header_in() lookup.Maxim Dounin1-40/+44
2022-05-30Perl: all known input headers are handled identically.Maxim Dounin1-20/+2
2022-05-30All non-unique input headers are now linked lists.Maxim Dounin2-59/+12
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin17-245/+175
2022-05-30Combining unknown headers during variables lookup (ticket #1316).Maxim Dounin3-21/+74
2022-05-30Uwsgi: combining headers with identical names (ticket #1724).Maxim Dounin1-6/+51
2022-05-30SCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-5/+45
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin5-13/+138
2022-05-30Perl: fixed $r->header_in("Connection").Maxim Dounin1-0/+4
2022-05-30Fixed runtime handling of systems without EPOLLRDHUP support.Marcus Ball2-2/+6
2022-05-30Version bump.Maxim Dounin1-2/+2
2022-05-24Updated OpenSSL and zlib used for win32 builds.Maxim Dounin1-2/+2
2022-04-29Configure: recognize arm64 machine name as a synonym for aarch64.Sergey Kandaurov1-1/+1
2022-02-08SSL: logging level of "application data after close notify".Sergey Kandaurov1-0/+6
2022-02-04Year 2022.Sergey Kandaurov1-1/+1
2022-02-03HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin1-1/+1
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin6-3/+14