summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.13.7-RELEASErelease-1.13.7Maxim Dounin2017-11-211-0/+83
* Updated OpenSSL used for win32 builds.Maxim Dounin2017-11-211-1/+1
* Fixed worker_shutdown_timeout in various cases.Maxim Dounin2017-11-203-2/+18
* Gzip: support for a zlib variant from Intel.Maxim Dounin2017-11-181-5/+33
* Xslt: fixed parameters parsing (ticket #1416).Ruslan Ermilov2017-11-161-2/+13
* SSI: fixed type.hucongcong2017-10-271-8/+7
* FastCGI: adjust buffer position when parsing incomplete records.Maxim Dounin2017-11-091-0/+1
* Core: free shared memory zones only after reconfiguration.Maxim Dounin2017-10-171-7/+17
* Postpone filter: handled ngx_http_postpone_filter_add() failures.Sergey Kandaurov2017-10-161-2/+7
* Fixed type of ngx_conf_t.handler_conf.Ruslan Ermilov2017-10-131-1/+1
* SSL: include <openssl/hmac.h>.Alessandro Ghedini2017-10-111-0/+1
* Upstream: disabled upgrading in subrequests.Roman Arutyunyan2017-10-111-0/+7
* Upstream: fixed $upstream_status when upstream returns 503/504.Ruslan Ermilov2017-10-111-0/+5
* Version bump.Ruslan Ermilov2017-10-111-2/+2
* release-1.13.6 tagMaxim Dounin2017-10-101-0/+1
* nginx-1.13.6-RELEASErelease-1.13.6Maxim Dounin2017-10-101-0/+120
* Upstream: fixed error handling of stale and revalidated cache send.Sergey Kandaurov2017-10-101-6/+36
* Upstream: even better handling of invalid headers in cache files.Maxim Dounin2017-10-091-0/+1
* Upstream hash: reordered peer checks.Maxim Dounin2017-10-052-14/+14
* Upstream hash: limited number of tries in consistent case.Maxim Dounin2017-10-052-6/+14
* Fixed build without IPv6, broken by 874171c3c71a.Maxim Dounin2017-10-051-1/+3
* Fixed handling of unix sockets in $binary_remote_addr.Maxim Dounin2017-10-042-0/+24
* Fixed handling of non-null-terminated unix sockets.Maxim Dounin2017-10-043-1/+21
* Fixed buffer overread with unix sockets after accept().Maxim Dounin2017-10-042-0/+12
* HTTP/2: enforce writing the sync request body buffer to file.Valentin Bartenev2017-10-041-5/+2
* Cache: fixed caching of intercepted errors (ticket #1382).Maxim Dounin2017-10-031-5/+15
* Upstream: better handling of invalid headers in cache files.Maxim Dounin2017-10-021-0/+10
* MIME: added most common OpenDocument types.Maxim Dounin2017-10-021-79/+83
* MIME: style.Maxim Dounin2017-10-021-8/+10
* Fixed the NGX_UNIX_ADDRSTRLEN macro.Ruslan Ermilov2017-09-251-2/+3
* Modules compatibility: down flag promoted to a bitmask.Ruslan Ermilov2017-09-222-2/+2
* Style.Ruslan Ermilov2017-09-221-1/+1
* Do not use the obsolete NGX_SOCKADDRLEN macro.Ruslan Ermilov2017-09-222-2/+2
* Removed more remnants of the old pthread implementation.Ruslan Ermilov2017-09-182-65/+15
* HTTP/2: shortened some debug log messages.Maxim Dounin2017-09-143-8/+8
* HTTP/2: fixed debug log about indexed headers.Maxim Dounin2017-09-141-1/+1
* HTTP/2: added logging of 400 (Bad Request) reasons.Maxim Dounin2017-09-141-0/+13
* Stream: fixed logging UDP upstream timeout.Roman Arutyunyan2017-09-121-1/+5
* Introduced time truncation to December 31, 9999 (ticket #1368).Maxim Dounin2017-09-131-0/+10
* Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t.Maxim Dounin2017-09-131-8/+10
* Fixed reference to time parsing code after 8b6fa4842133.Maxim Dounin2017-09-131-1/+1
* Style.Maxim Dounin2017-09-131-2/+3
* HTTP/2: signal 0-byte HPACK's dynamic table size.Piotr Sikora2017-08-303-1/+16
* Trailing space removed.Maxim Dounin2017-09-111-1/+1
* Stream: relaxed next upstream condition (ticket #1317).Roman Arutyunyan2017-09-111-2/+6
* Version bump.Roman Arutyunyan2017-09-111-2/+2
* release-1.13.5 tagMaxim Dounin2017-09-051-0/+1
* nginx-1.13.5-RELEASErelease-1.13.5Maxim Dounin2017-09-051-0/+53
* Secure link: fixed stack buffer overflow.Roman Arutyunyan2017-08-221-2/+1
* Upstream: unconditional parsing of last_modified_time.Maxim Dounin2017-08-231-17/+3