log src/http/modules/ngx_http_rewrite_module.c @ 7746:88eca63261c3

age author description
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Rewrite: disallow empty replacements.
Fri, 21 Sep 2018 15:59:33 +0300 Maxim Dounin Rewrite: removed r->err_status special handling (ticket #1634).
Tue, 31 Jan 2017 21:19:58 +0300 Dmitry Volyntsev Variables: generic prefix variables.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Fri, 11 Sep 2015 17:04:04 +0300 Maxim Dounin Fixed segfault with incorrect location nesting.
Wed, 27 Aug 2014 21:38:08 +0400 Maxim Dounin Variables: updated list of prefixes in ngx_http_rewrite_set().
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Thu, 13 Dec 2012 15:05:19 +0000 Ruslan Ermilov Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
Wed, 16 May 2012 13:22:03 +0000 Ruslan Ermilov Capped the status code that may be returned with "return" and "try_files".
Tue, 28 Feb 2012 11:31:05 +0000 Ruslan Ermilov Fixed spelling in single-line comments.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Thu, 13 Oct 2011 12:43:22 +0000 Igor Sysoev Skipping location rewrite phase for server null location.
Tue, 27 Sep 2011 11:11:30 +0000 Maxim Dounin Fix for double content when return is used in error_page handler.
Fri, 18 Jun 2010 15:15:20 +0000 Igor Sysoev return code text
Mon, 07 Jun 2010 11:51:37 +0000 Igor Sysoev merge r3487, r3525: stable-0.7
Sun, 23 May 2010 19:36:12 +0000 Igor Sysoev autodetect redirect if URI is rewritten to a string starting with $scheme
Mon, 16 Nov 2009 12:19:02 +0000 Igor Sysoev regex named captures
Mon, 26 Oct 2009 17:46:25 +0000 Igor Sysoev merge r3185: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Tue, 06 Oct 2009 09:46:16 +0000 Igor Sysoev fix building by gcc45
Mon, 27 Jul 2009 11:04:28 +0000 Igor Sysoev fix return value
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Fri, 06 Mar 2009 12:15:07 +0000 Igor Sysoev now regex captures are per-request entities
Thu, 27 Nov 2008 14:13:48 +0000 Igor Sysoev r2055 merge: stable-0.6
Fri, 20 Jun 2008 14:48:28 +0000 Igor Sysoev auto detect https redirect in rewrite
Sat, 24 May 2008 14:14:13 +0000 Igor Sysoev locations tree
Sun, 14 Oct 2007 18:56:15 +0000 Igor Sysoev fix English grammar
Tue, 05 Jun 2007 11:42:59 +0000 Igor Sysoev use pointer to an array instead of array for inclusive locations inside location
Sat, 05 May 2007 05:40:29 +0000 Igor Sysoev fix building by msvc