log

age author description
Fri, 04 Jul 2014 20:47:16 +0400 Maxim Dounin Upstream: p->downstream_error instead of closing connection.
Tue, 01 Jul 2014 20:52:08 +0400 Valentin Bartenev Upstream: fixed handling of write event after sending request.
Mon, 16 Jun 2014 19:43:25 +0400 Valentin Bartenev SSL: the "ssl_password_file" directive.
Thu, 26 Jun 2014 05:08:59 +0400 Maxim Dounin Configure: restored "nginx/" missed in 6e4bb1d6679d.
Thu, 26 Jun 2014 03:34:19 +0400 Maxim Dounin Core: removed meaningless check from ngx_palloc_block().
Thu, 26 Jun 2014 03:34:13 +0400 Maxim Dounin Fixed wrong sizeof() in ngx_http_init_locations().
Thu, 26 Jun 2014 03:34:05 +0400 Maxim Dounin Core: plugged socket leak during configuration test.
Thu, 26 Jun 2014 03:34:02 +0400 Maxim Dounin Configure: style.
Thu, 26 Jun 2014 02:35:01 +0400 Maxim Dounin Upstream: cache revalidation using If-None-Match.
Thu, 26 Jun 2014 02:28:23 +0400 Maxim Dounin Cache: ETag now saved into cache header.
Thu, 26 Jun 2014 02:27:21 +0400 Maxim Dounin Cache: version in cache files.
Thu, 26 Jun 2014 02:27:11 +0400 Maxim Dounin Entity tags: explicit flag to skip not modified filter.
Thu, 26 Jun 2014 02:21:20 +0400 Maxim Dounin Entity tags: weak comparison for If-None-Match.
Thu, 26 Jun 2014 02:21:01 +0400 Maxim Dounin Entity tags: downgrade strong etags to weak ones as needed.
Thu, 26 Jun 2014 02:20:09 +0400 Maxim Dounin Upstream: fixed cache revalidation with SSI.
Thu, 26 Jun 2014 02:20:05 +0400 Maxim Dounin Upstream: removed unused offset to content_length.
Thu, 26 Jun 2014 02:19:58 +0400 Maxim Dounin Upstream: no need to clear r->headers_out.last_modified_time.
Thu, 26 Jun 2014 02:19:55 +0400 Maxim Dounin Not modified filter: debug log format fixed.
Fri, 20 Jun 2014 12:55:41 +0400 Ruslan Ermilov Upstream: reduced diffs to the plus version of nginx.
Thu, 19 Jun 2014 13:55:59 +0400 Sergey Kandaurov FreeBSD has migrated to Bugzilla.
Wed, 04 Jun 2014 15:09:19 +0400 Ruslan Ermilov Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().
Wed, 18 Jun 2014 13:39:20 +0400 Ruslan Ermilov Version bump.
Tue, 17 Jun 2014 16:51:25 +0400 Maxim Dounin release-1.7.2 tag
Tue, 17 Jun 2014 16:51:25 +0400 Maxim Dounin nginx-1.7.2-RELEASE release-1.7.2
Tue, 17 Jun 2014 12:07:06 +0400 Maxim Dounin Configure: workaround for system perl on OS X (ticket #576).
Tue, 17 Jun 2014 11:38:55 +0400 Maxim Dounin Updated OpenSSL used for win32 builds.
Thu, 12 Jun 2014 21:13:24 +0400 Ruslan Ermilov Upstream: simplified some code that accesses peers.
Tue, 03 Jun 2014 10:53:48 -0700 Piotr Sikora Access log: fix default value, broken by cb308813b453.
Tue, 03 Jun 2014 17:53:03 +0400 Maxim Dounin Core: slab allocator free pages defragmentation.
Mon, 02 Jun 2014 16:16:22 +0400 Roman Arutyunyan Upstream: generic hash module.