summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_geo_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-26Remove short read checksno-short-read-checksAndrew Clayton1-7/+0
2024-03-18Fixed undefined behaviour with IPv4-mapped IPv6 addresses.Sergey Kandaurov1-2/+2
2024-03-14Geo: fixed uninitialized memory access.Piotr Sikora1-3/+1
2018-12-14Geo: fixed handling of AF_UNIX client addresses (ticket #1684).Maxim Dounin1-0/+13
2018-02-21Geo: fixed indentation.Sergey Kandaurov1-11/+11
2018-02-21Geo: optimized configuration parser.Ruslan Ermilov1-1/+5
2018-02-21Geo: fixed memory allocation error handling (closes #1482).Ruslan Ermilov1-11/+16
2017-08-09Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov1-1/+1
2017-08-09Style.Sergey Kandaurov1-0/+1
2016-08-23Geo: fixed warnings when removing nonexistent ranges.Ruslan Ermilov1-7/+3
2016-08-23Geo: fixed insertion of ranges specified in descending order.Ruslan Ermilov1-3/+8
2016-08-23Geo: fixed removing a range in certain cases.Ruslan Ermilov1-1/+1
2016-08-23Geo: fixed overflow when iterating over ranges.Ruslan Ermilov1-2/+10
2016-08-18Geo: fixed access to already freed memory.Valentin Bartenev1-1/+6
2016-06-30Stream: geo module.Vladimir Homutov1-0/+1572