log

age author description
Fri, 20 Jan 2017 14:03:19 +0300 Maxim Dounin Added cycle parameter to ngx_drain_connections().
Thu, 19 Jan 2017 16:20:07 +0300 Vladimir Homutov Stream: client SSL certificates were not checked in some cases.
Thu, 19 Jan 2017 16:17:05 +0300 Vladimir Homutov Stream: fixed handling of non-ssl sessions.
Thu, 12 Jan 2017 19:22:03 +0300 Sergey Kandaurov Mail: make it possible to disable SASL EXTERNAL.
Wed, 11 Jan 2017 12:01:56 +0300 Vladimir Homutov Stream: avoid infinite loop in case of socket read error.
Tue, 10 Jan 2017 17:13:06 +0300 Ruslan Ermilov Year 2017.
Tue, 10 Jan 2017 17:13:01 +0300 Ruslan Ermilov Version bump.
Tue, 27 Dec 2016 17:23:08 +0300 Maxim Dounin release-1.11.8 tag
Tue, 27 Dec 2016 17:23:07 +0300 Maxim Dounin nginx-1.11.8-RELEASE release-1.11.8
Mon, 26 Dec 2016 14:27:05 +0300 Roman Arutyunyan Stream: speed up TCP peer recovery.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: compatiblity with OpenSSL 1.1.0.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: support 64-bit compilation with MSVC.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: fixed some warnings reported by Borland C.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: minimized redefinition of ssize_t.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: minimized redefinition of intptr_t/uintptr_t.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: stdint.h used for MinGW GCC.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: fixed building with newer versions of MinGW GCC.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: added a variable to specify compiler.
Fri, 23 Dec 2016 17:28:20 +0300 Maxim Dounin SSL: support AES256 encryption of tickets.
Thu, 22 Dec 2016 11:58:52 +0300 Ruslan Ermilov Fixed missing "Location" field with some relative redirects.
Wed, 21 Dec 2016 23:10:51 +0300 Ruslan Ermilov Core: relative redirects (closes #1000).
Wed, 21 Dec 2016 22:01:24 +0300 Ruslan Ermilov Limited recursion when evaluating variables.
Tue, 20 Dec 2016 12:05:14 +0300 Vladimir Homutov Stream: client SSL certificates verification support.
Mon, 19 Dec 2016 14:02:39 +0300 Roman Arutyunyan Stream ssl_preread: relaxed SSL version check.
Fri, 16 Dec 2016 19:54:37 +0300 Ruslan Ermilov Configure: detect nginx version for nginx.pm at make time.
Fri, 16 Dec 2016 18:21:55 +0300 Dmitry Volyntsev Resolver: fixed handling of partially resolved SRV.
Fri, 16 Dec 2016 18:21:55 +0300 Dmitry Volyntsev Resolver: fixed a race between parallel name and addr resolves.
Fri, 16 Dec 2016 18:21:42 +0300 Dmitry Volyntsev Resolver: fixed possible premature stop of the resend timer.
Fri, 16 Dec 2016 14:53:28 +0300 Ruslan Ermilov Resolver: fixed possible use-after-free in worker on fast shutdown.
Thu, 15 Dec 2016 21:44:34 +0300 Ruslan Ermilov Resolver: fixed possible use-after-free in worker on fast shutdown.
Thu, 15 Dec 2016 19:00:23 +0300 Maxim Dounin SSL: backed out changeset e7cb5deb951d, reimplemented properly.
Tue, 13 Dec 2016 14:19:30 -0800 Piotr Sikora SSL: fix call to BIO_get_mem_data().
Thu, 15 Dec 2016 16:25:42 +0300 Valentin Bartenev Access log: support for json escaping.
Tue, 13 Dec 2016 00:49:44 +0100 Armin Grodon Contrib: added 'commentstring' for vim-commentary support.
Tue, 13 Dec 2016 22:00:49 +0300 Ruslan Ermilov The size of cmcf->phase_engine.handlers explained.
Tue, 13 Dec 2016 22:00:42 +0300 Ruslan Ermilov Version bump.
Tue, 13 Dec 2016 18:21:23 +0300 Maxim Dounin release-1.11.7 tag
Tue, 13 Dec 2016 18:21:23 +0300 Maxim Dounin nginx-1.11.7-RELEASE release-1.11.7
Sat, 10 Dec 2016 13:23:38 +0300 Valentin Bartenev HTTP/2: prevented creating temp files for requests without body.
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling.
Thu, 08 Dec 2016 17:51:49 +0300 Ruslan Ermilov Map: the "volatile" parameter.
Thu, 08 Dec 2016 17:29:01 +0300 Ruslan Ermilov Map: simplified "map" block parser.
Thu, 08 Dec 2016 17:22:07 +0300 Ruslan Ermilov Slab: commented bitmap initialization for small allocations.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: free pages statistics.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: slots statistics.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: simplified some math.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: simplified allocation from slots.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: fixed the number of pages calculation.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: added comment about list heads.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: improved code readability.
Wed, 07 Dec 2016 19:03:31 +0300 Maxim Dounin Core: fixed environment on exit.
Wed, 07 Dec 2016 19:03:26 +0300 Maxim Dounin Perl: removed special environment handling for the perl module.
Wed, 07 Dec 2016 19:03:19 +0300 Maxim Dounin Perl: added PERL_SET_INTERP().
Wed, 07 Dec 2016 13:54:30 +0300 Sergey Kandaurov Fixed spelling of logical AND operator, no functional changes.
Tue, 22 Nov 2016 13:40:08 +0800 hucongcong Mp4: fixed setting wrong mdat atom size in very rare cases.
Mon, 05 Dec 2016 22:23:23 +0300 Maxim Dounin SSL: $ssl_curves (ticket #1088).
Mon, 05 Dec 2016 22:23:23 +0300 Maxim Dounin SSL: $ssl_ciphers (ticket #870).
Mon, 05 Dec 2016 22:23:23 +0300 Maxim Dounin SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin SSL: $ssl_client_verify extended with a failure reason.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: improved error logging context.