log src/http/modules/ngx_http_map_module.c @ 7605:02a539522be4

age author description
Thu, 08 Dec 2016 17:51:49 +0300 Ruslan Ermilov Map: the "volatile" parameter.
Thu, 08 Dec 2016 17:29:01 +0300 Ruslan Ermilov Map: simplified "map" block parser.
Thu, 12 May 2016 16:43:19 +0300 Dmitry Volyntsev Map: support of complex values in resulting strings.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Mon, 17 Aug 2015 18:09:17 +0300 Maxim Dounin Win32: MSVC 2015 compatibility.
Wed, 04 Sep 2013 21:16:59 +0400 Maxim Dounin Handling of ngx_int_t != intptr_t case.
Thu, 21 Mar 2013 16:03:24 +0000 Ruslan Ermilov Use NGX_DEFAULT_POOL_SIZE macro where appropriate.
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Tue, 28 Aug 2012 13:31:01 +0000 Ruslan Ermilov Fixed the "include" directive.
Thu, 16 Aug 2012 10:58:18 +0000 Maxim Dounin Map: fixed optimization of variables as values.
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