log

age author description
Wed, 23 May 2012 10:36:12 +0000 Maxim Dounin Fixed warning during nginx.xs compilation.
Tue, 22 May 2012 13:12:14 +0000 Ruslan Ermilov Fixed potential null pointer dereference in ngx_resolver_create().
Mon, 21 May 2012 10:55:10 +0000 Ruslan Ermilov Removed historical and now redundant syntax pre-checks in ngx_parse_url().
Thu, 17 May 2012 18:10:34 +0000 Maxim Dounin Fixed core variables dynamic access after reconfiguration.
Thu, 17 May 2012 17:41:40 +0000 Maxim Dounin Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
Thu, 17 May 2012 15:12:45 +0000 Valentin Bartenev Fixed building --with-cpp_test_module on some systems.
Thu, 17 May 2012 13:47:04 +0000 Valentin Bartenev Fixed the ngx_regex.h header file compatibility with C++.
Wed, 16 May 2012 13:27:04 +0000 Ruslan Ermilov Zero padded the returned and logged HTTP status code, and fixed possible
Wed, 16 May 2012 13:22:03 +0000 Ruslan Ermilov Capped the status code that may be returned with "return" and "try_files".
Wed, 16 May 2012 13:14:53 +0000 Ruslan Ermilov Added syntax checking of the second parameter of the "split_clients" directive.
Wed, 16 May 2012 13:09:39 +0000 Ruslan Ermilov Version bump.
Tue, 15 May 2012 14:24:09 +0000 Maxim Dounin release-1.3.0 tag
Tue, 15 May 2012 14:23:49 +0000 Maxim Dounin nginx-1.3.0-RELEASE release-1.3.0
Tue, 15 May 2012 14:20:06 +0000 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 15 May 2012 08:10:59 +0000 Ruslan Ermilov Fixed win32 build after changes in r4624.
Mon, 14 May 2012 16:30:33 +0000 Valentin Bartenev Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
Mon, 14 May 2012 15:52:37 +0000 Ruslan Ermilov Reverted previous attempt to fix complation warning introduced in
Mon, 14 May 2012 14:00:17 +0000 Ruslan Ermilov geoip: trusted proxies support and partial IPv6 support.
Mon, 14 May 2012 13:53:22 +0000 Ruslan Ermilov geo: chains of trusted proxies and partial IPv6 support.
Mon, 14 May 2012 13:15:22 +0000 Ruslan Ermilov Fixed compilation warning introduced in r4624.
Mon, 14 May 2012 12:41:03 +0000 Ruslan Ermilov realip: chains of trusted proxies and IPv6 support.
Mon, 14 May 2012 12:27:41 +0000 Ruslan Ermilov New function ngx_http_get_forwarded_addr() to look up real client address.
Mon, 14 May 2012 09:58:07 +0000 Maxim Dounin Upstream: fixed ip_hash rebalancing with the "down" flag.
Mon, 14 May 2012 09:57:20 +0000 Maxim Dounin Upstream: smooth weighted round-robin balancing.
Mon, 14 May 2012 09:48:05 +0000 Maxim Dounin Fixed possible request hang with filter finalization.
Mon, 14 May 2012 09:13:45 +0000 Maxim Dounin Resolver: protection from duplicate responses.
Fri, 11 May 2012 13:33:06 +0000 Maxim Dounin Accept moderation in case of EMFILE/ENFILE.
Fri, 11 May 2012 13:19:22 +0000 Maxim Dounin Rewrite: fixed escaping and possible segfault (ticket #162).
Fri, 11 May 2012 13:14:58 +0000 Maxim Dounin Fastcgi: fixed padding handling on fixed-size records.
Fri, 11 May 2012 13:09:24 +0000 Maxim Dounin Added r->state reset on fastcgi/scgi/uwsgi request start.