log

age author description
Mon, 02 Mar 2015 21:44:42 +0300 Maxim Dounin Upstream: upstream argument in ngx_http_upstream_process_request().
Mon, 02 Mar 2015 21:44:32 +0300 Maxim Dounin Upstream: avoid duplicate finalization.
Mon, 02 Mar 2015 21:15:46 +0300 Roman Arutyunyan SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket.
Mon, 02 Mar 2015 19:47:13 +0300 Roman Arutyunyan Cache: do not inherit last_modified and etag from stale response.
Mon, 02 Mar 2015 18:41:29 +0300 Roman Arutyunyan Upstream hash: speedup consistent hash init.
Fri, 27 Feb 2015 16:28:31 +0300 Sergey Kandaurov Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client.
Wed, 25 Feb 2015 17:48:05 +0300 Maxim Dounin Mail: client SSL certificates support.
Wed, 25 Feb 2015 17:47:49 +0300 Maxim Dounin Mail: added Auth-SSL header to indicate SSL.
Wed, 25 Feb 2015 17:47:43 +0300 Maxim Dounin Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers.
Tue, 24 Feb 2015 23:52:47 +0300 Ruslan Ermilov SSL: account sent bytes in ngx_ssl_write().
Tue, 24 Feb 2015 18:37:14 +0300 Maxim Dounin Core: fixed potential buffer overrun when initializing hash.
Tue, 17 Feb 2015 16:27:52 +0300 Ruslan Ermilov Cache: reduced diffs to the plus version of nginx.
Tue, 17 Feb 2015 14:26:44 +0300 Roman Arutyunyan Core: make ngx_connection_local_sockaddr() always assign address.
Wed, 11 Feb 2015 20:18:55 +0300 Sergey Kandaurov Configure: typo fixed.
Wed, 11 Feb 2015 20:00:07 +0300 Valentin Bartenev Unbreak building on FreeBSD without file AIO.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Fri, 23 Jan 2015 15:23:29 +0300 Ruslan Ermilov Mail: fixed the duplicate listen address detection.
Fri, 23 Jan 2015 15:23:27 +0300 Ruslan Ermilov Mail: fixed a comment.
Thu, 22 Jan 2015 16:23:32 +0300 Ruslan Ermilov Upstream: detect port absence in fastcgi_pass with IP literal.
Wed, 11 Feb 2015 15:51:03 +0300 Ruslan Ermilov Version bump.
Tue, 10 Feb 2015 17:33:32 +0300 Maxim Dounin release-1.7.10 tag
Tue, 10 Feb 2015 17:33:32 +0300 Maxim Dounin nginx-1.7.10-RELEASE release-1.7.10
Tue, 10 Feb 2015 16:54:12 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 10 Feb 2015 01:51:08 +0300 Sergey Kandaurov Core: fixed build on Tru64 UNIX.
Wed, 21 Jan 2015 00:26:32 +0100 Damien Tournoud Fixed try_files directory test to match only a directory.
Wed, 04 Feb 2015 16:22:43 +0300 Roman Arutyunyan Core: fixed a race resulting in extra sem_post()'s.
Mon, 02 Feb 2015 21:28:09 +0300 Roman Arutyunyan Core: reverted prefix-based temp files (a9138c35120d).
Mon, 02 Feb 2015 19:38:35 +0300 Roman Arutyunyan Cache: added temp_path to file cache.
Mon, 02 Feb 2015 19:38:32 +0300 Roman Arutyunyan Core: supported directory skipping in ngx_walk_tree().
Wed, 28 Jan 2015 21:33:06 +0300 Valentin Bartenev Fixed AIO handling in the output chain.