summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSL: fixed possible use-after-free in $ssl_server_name.Maxim Dounin2017-08-221-6/+15
* SSL: the $ssl_client_escaped_cert variable (ticket #857).Maxim Dounin2017-08-224-0/+40
* Range filter: changed type for total length to off_t.Maxim Dounin2017-08-101-8/+9
* Restored ngx_event_aio_t layout for debug logging.Maxim Dounin2017-08-101-2/+2
* Style.Maxim Dounin2017-08-103-7/+7
* Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov2017-08-093-3/+4
* Style.Sergey Kandaurov2017-08-096-0/+7
* Version bump.Sergey Kandaurov2017-08-091-2/+2
* release-1.13.4 tagMaxim Dounin2017-08-081-0/+1
* nginx-1.13.4-RELEASErelease-1.13.4Maxim Dounin2017-08-081-0/+65
* Updated PCRE used for win32 builds.Maxim Dounin2017-08-081-1/+1
* Slab: fixed initialization on win32.Ruslan Ermilov2017-08-083-10/+20
* Upstream: copy peer data in shared memory.Ruslan Ermilov2017-08-042-16/+138
* Referer: fixed $invalid_referer.Ruslan Ermilov2017-08-041-14/+25
* Upstream zone: store peers->name and its data in shared memory.Ruslan Ermilov2017-08-012-0/+36