summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_geoip_module.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Fixed undefined behaviour with IPv4-mapped IPv6 addresses.Sergey Kandaurov1-1/+1
2017-08-01Variables: macros for null variables.Ruslan Ermilov1-1/+1
2016-07-12Stream: geoip module.Vladimir Homutov1-245/+134
2014-07-25GeoIP: not all variable fields were initialized.Yichun Zhang1-0/+6
2014-07-08Style: remove whitespace between function name and parentheses.Piotr Sikora1-3/+3
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov1-12/+10
2013-02-04GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.Ruslan Ermilov1-2/+0
2013-01-24GeoIP: IPv6 support.Ruslan Ermilov1-13/+145
2012-08-30Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addressesRuslan Ermilov1-1/+10
2012-05-29geoip: got rid of ugly casts when calling ngx_free().Ruslan Ermilov1-4/+4
2012-05-28Fixed broken build.Ruslan Ermilov1-2/+2
2012-05-28Fixed memory leak if $geoip_org variable was used.Ruslan Ermilov1-2/+13
2012-05-14geoip: trusted proxies support and partial IPv6 support.Ruslan Ermilov1-30/+130
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-05-16support IPv4 mapped to IPv6 in geoip moduleIgor Sysoev1-28/+42
2011-05-11geoip_orgIgor Sysoev1-0/+118
2011-05-11fix typoIgor Sysoev1-2/+2
2011-01-27utf8 parameter of geoip_country and geoip_cityIgor Sysoev1-2/+24
2010-08-03we can free GeoIPRecord just after GeoIP_region_name_by_code(),Igor Sysoev1-10/+4
2010-08-03fix segfault, the bug has been introduced in r3738Igor Sysoev1-0/+7
2010-08-03$geoip_region_nameIgor Sysoev1-0/+48
2010-08-03$geoip_dma_code and $geoip_area_codeIgor Sysoev1-0/+39
2009-12-22$geoip_city_continent_code, $geoip_latitude, $geoip_longitudeIgor Sysoev1-27/+79
2009-08-19fix memory leak if GeoIP City database was usedIgor Sysoev1-3/+19
2009-07-20ngx_http_geoip_moduleIgor Sysoev1-0/+360