log src/http/modules/ngx_http_geo_module.c @ 7430:286ae954009d

age author description
Fri, 14 Dec 2018 18:11:06 +0300 Maxim Dounin Geo: fixed handling of AF_UNIX client addresses (ticket #1684).
Wed, 21 Feb 2018 15:50:43 +0300 Ruslan Ermilov Geo: optimized configuration parser.
Wed, 21 Feb 2018 15:50:42 +0300 Ruslan Ermilov Geo: fixed memory allocation error handling (closes #1482).
Wed, 09 Aug 2017 15:03:27 +0300 Sergey Kandaurov Fixed calls to ngx_open_file() in certain places.
Wed, 09 Aug 2017 14:59:46 +0300 Sergey Kandaurov Style.
Thu, 25 Aug 2016 12:59:39 +0300 Sergey Kandaurov Geo: fixed indentation.
Tue, 23 Aug 2016 15:59:42 +0300 Ruslan Ermilov Geo: fixed warnings when removing nonexistent ranges.
Tue, 23 Aug 2016 15:59:14 +0300 Ruslan Ermilov Geo: fixed insertion of ranges specified in descending order.
Tue, 23 Aug 2016 15:59:06 +0300 Ruslan Ermilov Geo: fixed removing a range in certain cases.
Tue, 23 Aug 2016 15:57:29 +0300 Ruslan Ermilov Geo: fixed overflow when iterating over ranges.
Thu, 18 Aug 2016 17:11:03 +0300 Valentin Bartenev Geo: fixed access to already freed memory.
Tue, 08 Jul 2014 03:03:13 -0700 Piotr Sikora Style: add whitespace between control statement and parentheses.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Thu, 21 Mar 2013 16:03:24 +0000 Ruslan Ermilov Use NGX_DEFAULT_POOL_SIZE macro where appropriate.