summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Trailing space removed.Maxim Dounin1-1/+1
2017-02-16Docs: changes.xslt regenerated.Maxim Dounin1-4/+10
2017-02-16Docs: changes.xml dates converted to ISO 8601 format.Maxim Dounin2-413/+419
2017-02-16Version bump.Maxim Dounin1-2/+2
2017-02-14release-1.11.10 tagMaxim Dounin1-0/+1
2017-02-14nginx-1.11.10-RELEASErelease-1.11.10Maxim Dounin1-0/+102
2017-02-13Gzip: free chain links on the hot path (ticket #1046).Maxim Dounin1-6/+16
2017-02-10Upstream: read handler cleared on upstream finalization.Maxim Dounin1-0/+2
2017-02-10Cache: increased cache header Vary and ETag lengths to 128.Maxim Dounin1-3/+3
2017-02-10Slice filter: fetch slices in cloned subrequests.Roman Arutyunyan1-1/+4
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan10-4/+107
2016-12-22Cache: support for stale-while-revalidate and stale-if-error.Roman Arutyunyan3-21/+93
2017-02-08Request body: commented out debug printing of old buffers.Maxim Dounin1-0/+2
2017-02-08Request body: c->error on "100 Continue" errors (ticket #1194).Maxim Dounin1-0/+2
2017-02-06SSL: clear error queue after OPENSSL_init_ssl().Sergey Kandaurov1-1/+11
2017-02-02SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).Maxim Dounin1-0/+2
2017-02-01Configure: removed execute bit from auto/unix.Sergey Kandaurov1-0/+0
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev9-162/+266
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov5-19/+92
2017-01-27Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2017-01-26Upstream: removed unused bl_time and bl_state fields.Maxim Dounin1-3/+0
2017-01-24Upstream: removed unused ngx_http_upstream_conf_t.timeout field.Thibault Charbonnier1-1/+0
2017-01-25Upstream: removed compatibility shims from ngx_http_upstream_t.Vladimir Homutov1-3/+0
2017-01-26Version bump.Vladimir Homutov1-2/+2
2017-01-24release-1.11.9 tagMaxim Dounin1-0/+1
2017-01-24nginx-1.11.9-RELEASErelease-1.11.9Maxim Dounin1-0/+95
2017-01-24Updated zlib and PCRE used for win32 builds.Maxim Dounin1-2/+2
2017-01-20Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin2-0/+28
2017-01-20Removed pthread mutex / conditional variables debug messages.Maxim Dounin2-20/+0
2017-01-20Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin3-7/+18
2017-01-20Improved connection draining with small number of connections.Maxim Dounin2-2/+7
2017-01-20Added cycle parameter to ngx_drain_connections().Maxim Dounin1-5/+5
2017-01-19Stream: client SSL certificates were not checked in some cases.Vladimir Homutov1-1/+6
2017-01-19Stream: fixed handling of non-ssl sessions.Vladimir Homutov1-1/+5
2017-01-12Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov3-4/+16
2017-01-11Stream: avoid infinite loop in case of socket read error.Vladimir Homutov1-2/+3
2017-01-10Year 2017.Ruslan Ermilov1-2/+2
2017-01-10Version bump.Ruslan Ermilov1-2/+2
2016-12-27release-1.11.8 tagMaxim Dounin1-0/+1
2016-12-27nginx-1.11.8-RELEASErelease-1.11.8Maxim Dounin1-0/+107
2016-12-26Stream: speed up TCP peer recovery.Roman Arutyunyan3-0/+37
2016-12-24Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin3-7/+25
2016-12-24Win32: support 64-bit compilation with MSVC.Maxim Dounin4-16/+26
2016-12-24Win32: fixed some warnings reported by Borland C.Maxim Dounin5-11/+14
2016-12-24Win32: minimized redefinition of ssize_t.Maxim Dounin1-1/+1
2016-12-24Win32: minimized redefinition of intptr_t/uintptr_t.Maxim Dounin1-1/+1
2016-12-24Win32: stdint.h used for MinGW GCC.Maxim Dounin1-1/+1
2016-12-24Win32: fixed building with newer versions of MinGW GCC.Maxim Dounin1-0/+1
2016-12-24Win32: added a variable to specify compiler.Maxim Dounin1-1/+2
2016-12-23SSL: support AES256 encryption of tickets.Maxim Dounin2-16/+47