log src/http/modules/ngx_http_geo_module.c @ 4996:f95b3772d832

age author description
Wed, 26 Dec 2012 05:03:51 +0000 Ruslan Ermilov Geo: made "default" affect both IPv4 and IPv6 when using prefixes.
Tue, 25 Dec 2012 10:00:39 +0000 Ruslan Ermilov Geo: properly initialize ngx_cidr_t when dealing with "default".
Tue, 25 Dec 2012 08:21:56 +0000 Ruslan Ermilov Geo: IPv6 support.
Mon, 24 Dec 2012 16:40:55 +0000 Ruslan Ermilov Trailing whitespace fix.
Fri, 21 Dec 2012 08:46:52 +0000 Ruslan Ermilov Geo: ensure that default entry is always present.
Fri, 21 Dec 2012 08:44:39 +0000 Ruslan Ermilov There's no need to normalize address returned by ngx_ptocidr().
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Fri, 14 Dec 2012 19:56:03 +0000 Ruslan Ermilov Geo: fixed the "ranges" without ranges case.
Fri, 14 Dec 2012 19:35:37 +0000 Ruslan Ermilov Geo: improved ngx_http_geo_block() code readability.
Thu, 13 Dec 2012 15:05:19 +0000 Ruslan Ermilov Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
Thu, 30 Aug 2012 14:58:11 +0000 Ruslan Ermilov Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses
Thu, 16 Aug 2012 13:01:41 +0000 Maxim Dounin Geo: fixed handling of ranges without default set.
Fri, 08 Jun 2012 09:41:55 +0000 Ruslan Ermilov Fixed spelling of "endianness", and called it "byte ordering" in the
Mon, 14 May 2012 13:53:22 +0000 Ruslan Ermilov geo: chains of trusted proxies and partial IPv6 support.
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.