log

age author description
Fri, 06 Dec 2013 16:00:49 -0800 Piotr Sikora Fixed incorrect ngx_str_set() usage, broken in c82b2e020b9f.
Fri, 06 Dec 2013 19:58:27 +0400 Maxim Dounin Contrib: added vim to README.
Wed, 04 Dec 2013 14:45:44 -0800 Evan Miller Contrib: add vim scripts to contrib/ directory.
Fri, 06 Dec 2013 13:16:56 +0400 Ruslan Ermilov Configure: enable -Wconditional-uninitialized with clang.
Wed, 04 Dec 2013 23:13:13 +0400 Maxim Dounin Fixed build without SSL, broken by c82b2e020b9f.
Wed, 04 Dec 2013 23:01:27 +0400 Maxim Dounin SSL support in the uwsgi module.
Tue, 03 Dec 2013 22:07:03 +0400 Mathew Rodley Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Tue, 03 Dec 2013 21:44:08 +0400 Maxim Dounin Fixed "setfib=" on non-first listening socket.
Tue, 03 Dec 2013 17:12:16 +0400 Vladimir Homutov Improved code readablity in ngx_http_upstream_init_round_robin().
Tue, 03 Dec 2013 15:11:24 +0400 Ruslan Ermilov Fixed null pointer dereference with $upstream_cache_last_modified.
Fri, 29 Nov 2013 17:23:47 +0400 Maxim Dounin Win32: fixed init_process without master process (ticket #453).
Fri, 29 Nov 2013 17:23:38 +0400 Maxim Dounin Upstream: skip empty cache headers.
Fri, 29 Nov 2013 17:16:06 +0400 Maxim Dounin SSL: fixed c->read->ready handling in ngx_ssl_recv().
Fri, 29 Nov 2013 17:11:36 +0400 Maxim Dounin Version bump.
Tue, 19 Nov 2013 15:25:24 +0400 Maxim Dounin release-1.4.4 tag stable-1.4
Tue, 19 Nov 2013 15:25:24 +0400 Maxim Dounin nginx-1.4.4-RELEASE stable-1.4 release-1.4.4
Tue, 19 Nov 2013 06:57:58 +0400 Ruslan Ermilov Proper backtracking after space in a request line. stable-1.4
Tue, 19 Nov 2013 15:23:03 +0400 Maxim Dounin Version bump. stable-1.4
Tue, 19 Nov 2013 14:03:47 +0400 Maxim Dounin release-1.5.7 tag
Tue, 19 Nov 2013 14:03:47 +0400 Maxim Dounin nginx-1.5.7-RELEASE release-1.5.7
Tue, 19 Nov 2013 06:57:58 +0400 Ruslan Ermilov Proper backtracking after space in a request line.
Mon, 18 Nov 2013 20:48:22 +0400 Maxim Dounin Upstream: cache revalidation with conditional requests.
Mon, 11 Nov 2013 18:49:35 +0400 Valentin Bartenev SPDY: fixed request hang with the auth request module.
Mon, 11 Nov 2013 01:59:47 -0800 Piotr Sikora Configure: call "make distclean" for libatomic.
Mon, 04 Nov 2013 17:00:25 -0800 Piotr Sikora Configure: call "make clean" for OpenSSL only if Makefile exists.
Thu, 31 Oct 2013 18:23:49 +0400 Maxim Dounin Win32: plugged memory leak.
Thu, 31 Oct 2013 04:16:20 +0400 Maxim Dounin Gunzip: proper error handling on gunzipping an empty response.
Thu, 31 Oct 2013 04:12:53 +0400 Maxim Dounin Gunzip: "error" logging level on inflate() errors.
Thu, 31 Oct 2013 04:02:59 +0400 Maxim Dounin Removed extra allocation for $sent_http_last_modified.
Thu, 31 Oct 2013 04:02:21 +0400 Maxim Dounin Auth basic: "info" logging level on no user/password.
Mon, 28 Oct 2013 15:01:36 -0700 Yichun Zhang Gzip, gunzip: flush pending data when incoming chain is NULL.
Thu, 31 Oct 2013 04:00:37 +0400 Maxim Dounin Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.
Thu, 24 Oct 2013 14:18:37 -0700 Piotr Sikora Core: apply missed options to sockets added during binary upgrade.
Mon, 21 Oct 2013 18:20:32 +0800 Xiaochen Wang Upstream: optimize loops in ngx_http_upstream_init_round_robin().
Fri, 18 Oct 2013 18:13:49 +0400 Maxim Dounin Fixed "satisfy any" if 403 is returned after 401 (ticket #285).
Fri, 18 Oct 2013 18:13:44 +0400 Maxim Dounin Headers filter: empty Cache-Control is no longer added.
Fri, 18 Oct 2013 18:13:35 +0400 Maxim Dounin Style.
Fri, 11 Oct 2013 16:05:24 -0700 Piotr Sikora SSL: added ability to set keys used for Session Tickets (RFC5077).
Mon, 14 Oct 2013 13:59:35 +0400 Maxim Dounin SSL: SSL_CTX_set_timeout() now always called.
Mon, 14 Oct 2013 13:44:09 +0400 Maxim Dounin SSL: fixed build with OpenSSL 0.9.7.
Tue, 08 Oct 2013 16:07:14 +0400 Maxim Dounin release-1.4.3 tag stable-1.4
Tue, 08 Oct 2013 16:07:13 +0400 Maxim Dounin nginx-1.4.3-RELEASE stable-1.4 release-1.4.3
Mon, 30 Sep 2013 22:10:13 +0400 Maxim Dounin Mail: fixed segfault with ssl/starttls at mail{} level and no cert. stable-1.4
Mon, 30 Sep 2013 22:10:08 +0400 Maxim Dounin Mail: fixed overrun of allocated memory (ticket #411). stable-1.4
Fri, 20 Sep 2013 17:57:21 +0300 Markus Linnala Core: fix misallocation at ngx_crypt_apr1 (ticket #412). stable-1.4
Wed, 04 Sep 2013 20:48:30 +0400 Maxim Dounin Win32: $request_time fixed. stable-1.4
Fri, 23 Aug 2013 22:18:39 +0400 Maxim Dounin Fixed try_files with empty argument (ticket #390). stable-1.4
Tue, 30 Jul 2013 11:43:21 +0400 Sergey Kandaurov Autoindex: improved ngx_de_info() error handling. stable-1.4
Tue, 30 Jul 2013 11:43:21 +0400 Sergey Kandaurov Autoindex: return NGX_ERROR on error if headers were sent. stable-1.4
Wed, 24 Jul 2013 22:24:25 +0400 Valentin Bartenev SPDY: fixed segfault with "client_body_in_file_only" enabled. stable-1.4
Mon, 07 Oct 2013 20:30:03 +0400 Maxim Dounin Version bump. stable-1.4
Wed, 02 Oct 2013 15:07:17 +0400 Maxim Dounin Limit req: fixed "nodelay" parsing.
Wed, 02 Oct 2013 15:07:15 +0400 Maxim Dounin Upstream: fixed "down" and "backup" parsing.
Wed, 02 Oct 2013 11:51:04 +0400 Sergey Kandaurov Unused macro and variable removed.
Wed, 02 Oct 2013 11:50:56 +0400 Sergey Kandaurov Version bump.
Tue, 01 Oct 2013 17:44:51 +0400 Maxim Dounin release-1.5.6 tag
Tue, 01 Oct 2013 17:44:51 +0400 Maxim Dounin nginx-1.5.6-RELEASE release-1.5.6
Tue, 01 Oct 2013 00:14:37 +0400 Valentin Bartenev SPDY: ignore priority when queuing blocked frames.
Tue, 01 Oct 2013 00:12:30 +0400 Valentin Bartenev SPDY: set empty write handler during connection finalization.
Tue, 01 Oct 2013 00:04:00 +0400 Valentin Bartenev SPDY: fixed connection leak while waiting for request headers.