aboutsummaryrefslogtreecommitdiffstats
path: root/epan/maxmind_db.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-26maxmind_db.c: fix a memory leakPascal Quantin1-3/+3
2018-05-24maxmind: Move request processing to a thread.Gerald Combs1-33/+86
2018-05-18maxmind: Process our requests more often.Gerald Combs1-2/+12
2018-03-13Properly initialize mmdb_lookup_t.Gerald Combs1-3/+8
2018-03-11maxmind: check val_start before using it.Dario Lombardo1-4/+4
2018-03-11maxmind: use ws_strtou32 to convert AS numbers.Dario Lombardo1-3/+7
2018-03-10MaxMindDB: Add country ISO codes.Gerald Combs1-1/+4
2018-03-10MaxMind DB: Fixup IPv6 address interning.Gerald Combs1-2/+7
2018-03-10Process MaxMind DB data one line at a time.Gerald Combs1-77/+74
2018-03-09maxminf_db.c: ad an explicit cast to please gcc 7.3.1Pascal Quantin1-1/+1
2018-03-09GeoIP: avoid closing random file descriptorsPeter Wu1-6/+19
2018-03-09Add MaxMindDB 1.3.2 library to WindowsPascal Quantin1-2/+2
2018-03-09Intern MaxMinDB IPv6 addresses.Gerald Combs1-3/+14
2018-03-08MaxMind DB fixups.Gerald Combs1-9/+12
2018-03-06maxmind_db.c: fix a memory leakPascal Quantin1-0/+1
2018-03-06maxmind_db.c: add an explicit cast to please gcc 7.3.1Pascal Quantin1-1/+1
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-0/+513