aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_geo_module.c
Commit message (Expand)AuthorAge
* Fixed undefined behaviour with IPv4-mapped IPv6 addresses.Sergey Kandaurov2024-03-18
* Geo: fixed uninitialized memory access.Piotr Sikora2024-03-14
* Geo: fixed handling of AF_UNIX client addresses (ticket #1684).Maxim Dounin2018-12-14
* Geo: fixed indentation.Sergey Kandaurov2018-02-21
* Geo: optimized configuration parser.Ruslan Ermilov2018-02-21
* Geo: fixed memory allocation error handling (closes #1482).Ruslan Ermilov2018-02-21
* Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov2017-08-09
* Style.Sergey Kandaurov2017-08-09
* Geo: fixed warnings when removing nonexistent ranges.Ruslan Ermilov2016-08-23
* Geo: fixed insertion of ranges specified in descending order.Ruslan Ermilov2016-08-23
* Geo: fixed removing a range in certain cases.Ruslan Ermilov2016-08-23
* Geo: fixed overflow when iterating over ranges.Ruslan Ermilov2016-08-23
* Geo: fixed access to already freed memory.Valentin Bartenev2016-08-18
* Stream: geo module.Vladimir Homutov2016-06-30