summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.11.10-RELEASErelease-1.11.10Maxim Dounin2017-02-141-0/+102
* Gzip: free chain links on the hot path (ticket #1046).Maxim Dounin2017-02-131-6/+16
* Upstream: read handler cleared on upstream finalization.Maxim Dounin2017-02-101-0/+2
* Cache: increased cache header Vary and ETag lengths to 128.Maxim Dounin2017-02-101-3/+3
* Slice filter: fetch slices in cloned subrequests.Roman Arutyunyan2017-02-101-1/+4
* Upstream: proxy_cache_background_update and friends.Roman Arutyunyan2017-02-1010-4/+107
* Cache: support for stale-while-revalidate and stale-if-error.Roman Arutyunyan2016-12-223-21/+93
* Request body: commented out debug printing of old buffers.Maxim Dounin2017-02-081-0/+2
* Request body: c->error on "100 Continue" errors (ticket #1194).Maxim Dounin2017-02-081-0/+2
* SSL: clear error queue after OPENSSL_init_ssl().Sergey Kandaurov2017-02-061-1/+11
* SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).Maxim Dounin2017-02-021-0/+2
* Configure: removed execute bit from auto/unix.Sergey Kandaurov2017-02-011-0/+0
* Variables: generic prefix variables.Dmitry Volyntsev2017-01-319-162/+266
* Implemented the "server_tokens build" option.Ruslan Ermilov2017-01-315-19/+92
* Updated OpenSSL used for win32 builds.Maxim Dounin2017-01-271-1/+1
* Upstream: removed unused bl_time and bl_state fields.Maxim Dounin2017-01-261-3/+0
* Upstream: removed unused ngx_http_upstream_conf_t.timeout field.Thibault Charbonnier2017-01-241-1/+0
* Upstream: removed compatibility shims from ngx_http_upstream_t.Vladimir Homutov2017-01-251-3/+0
* Version bump.Vladimir Homutov2017-01-261-2/+2
* release-1.11.9 tagMaxim Dounin2017-01-241-0/+1
* nginx-1.11.9-RELEASErelease-1.11.9Maxim Dounin2017-01-241-0/+95
* Updated zlib and PCRE used for win32 builds.Maxim Dounin2017-01-241-2/+2
* Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin2017-01-202-0/+28
* Removed pthread mutex / conditional variables debug messages.Maxim Dounin2017-01-202-20/+0
* Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin2017-01-203-7/+18
* Improved connection draining with small number of connections.Maxim Dounin2017-01-202-2/+7
* Added cycle parameter to ngx_drain_connections().Maxim Dounin2017-01-201-5/+5
* Stream: client SSL certificates were not checked in some cases.Vladimir Homutov2017-01-191-1/+6
* Stream: fixed handling of non-ssl sessions.Vladimir Homutov2017-01-191-1/+5
* Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov2017-01-123-4/+16
* Stream: avoid infinite loop in case of socket read error.Vladimir Homutov2017-01-111-2/+3
* Year 2017.Ruslan Ermilov2017-01-101-2/+2
* Version bump.Ruslan Ermilov2017-01-101-2/+2
* release-1.11.8 tagMaxim Dounin2016-12-271-0/+1
* nginx-1.11.8-RELEASErelease-1.11.8Maxim Dounin2016-12-271-0/+107
* Stream: speed up TCP peer recovery.Roman Arutyunyan2016-12-263-0/+37
* Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin2016-12-243-7/+25
* Win32: support 64-bit compilation with MSVC.Maxim Dounin2016-12-244-16/+26
* Win32: fixed some warnings reported by Borland C.Maxim Dounin2016-12-245-11/+14
* Win32: minimized redefinition of ssize_t.Maxim Dounin2016-12-241-1/+1
* Win32: minimized redefinition of intptr_t/uintptr_t.Maxim Dounin2016-12-241-1/+1
* Win32: stdint.h used for MinGW GCC.Maxim Dounin2016-12-241-1/+1
* Win32: fixed building with newer versions of MinGW GCC.Maxim Dounin2016-12-241-0/+1
* Win32: added a variable to specify compiler.Maxim Dounin2016-12-241-1/+2
* SSL: support AES256 encryption of tickets.Maxim Dounin2016-12-232-16/+47
* Fixed missing "Location" field with some relative redirects.Ruslan Ermilov2016-12-224-18/+10
* Core: relative redirects (closes #1000).Ruslan Ermilov2016-12-214-2/+16
* Limited recursion when evaluating variables.Ruslan Ermilov2016-12-212-13/+61
* Stream: client SSL certificates verification support.Vladimir Homutov2016-12-202-0/+157
* Stream ssl_preread: relaxed SSL version check.Roman Arutyunyan2016-12-191-1/+1