log src/http/modules/ngx_http_map_module.c @ 4744:5b93a9ac60ed

age author description
Fri, 29 Jun 2012 20:33:26 +0000 Ruslan Ermilov map: strip final dot before looking up in a map of hostnames.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 30 May 2011 14:24:17 +0000 Igor Sysoev revert r3875 since now map uses case sensetive regexes by default
Mon, 30 May 2011 12:36:17 +0000 Igor Sysoev change ngx_http_map_find(): use case sensitive regexes
Mon, 21 Mar 2011 15:18:59 +0000 Igor Sysoev map tests values in low case only, so caseless regex has no sense
Wed, 16 Mar 2011 15:32:31 +0000 Igor Sysoev allow regex as "map" parameter
Fri, 26 Nov 2010 12:25:51 +0000 Igor Sysoev allow variable as "map" value
Thu, 25 Nov 2010 15:36:24 +0000 Igor Sysoev use "\" to escape "default", "include", and "hostnames" values instead of "!"
Thu, 25 Nov 2010 15:24:29 +0000 Igor Sysoev allow empty value as "map" parameter
Thu, 25 Nov 2010 15:22:43 +0000 Igor Sysoev allow expressions in the first "map" parameter
Wed, 23 Jun 2010 16:34:54 +0000 Igor Sysoev style fix
Sat, 12 Sep 2009 09:28:37 +0000 Igor Sysoev If .domain.com, .sub.domain.com, and .domain-some.com were defined,
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Mon, 04 Aug 2008 10:18:36 +0000 Igor Sysoev ngx_hash_strlow()