aboutsummaryrefslogtreecommitdiffstats
path: root/epan/maxmind_db.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+1
2021-05-12maxmin_db: Fix a memory leak in maxmind_db_pop_responseVasil Velichkov1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-04-02maxmind: add optional synchronous lookupsDavid Perry1-30/+76
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+2
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-2/+2
2019-03-04maxmind_db: Work around an apparent GLib bug.Gerald Combs1-3/+18
2019-02-16Re-implement "Map" feature for EndpointsPeter Wu1-1/+8
2019-02-11Change maxmind_db_lookup_ipv4 to look more like maxmind_db_lookup_ipv6Peter Wu1-5/+5
2019-02-11maxmind_db: improve debug messages, harden against bad inputPeter Wu1-18/+27
2019-02-11maxmind_db: fix broken GeoIP lookups due to bad address processingPeter Wu1-3/+1
2019-01-05maxmind_db: Close our pipe FDs inside a lock.Gerald Combs1-4/+15
2018-12-26maxmind_db: force buffer contain an empty string (CID: 1441961).Dario Lombardo1-0/+2
2018-12-03maxminddb: Expand a comment.Gerald Combs1-2/+8
2018-12-03Revert "maxmind: Simplify our read logic."Gerald Combs1-14/+28
2018-12-02maxmind: Simplify our read logic.Gerald Combs1-28/+14
2018-12-01maxmind: Process responses one character at a time.Gerald Combs1-22/+62
2018-11-30maxmind: Move response processing to a thread.Gerald Combs1-98/+150
2018-11-01wsutil: introduce ws_pipe_close() helper and use it to terminate mmdbresolvePascal Quantin1-2/+1
2018-11-01mmdb: do not lock the pipe mutex recursivelyPascal Quantin1-9/+11
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