aboutsummaryrefslogtreecommitdiffstats
path: root/mmdbresolve.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-26mmdbresolve: check the return value of mallocXuNiu1-0/+4
2019-05-15mmdbresolve: Improve our main loop check.Gerald Combs1-2/+6
2019-02-16Re-implement "Map" feature for EndpointsPeter Wu1-1/+3
2018-05-24maxmind: Move request processing to a thread.Gerald Combs1-0/+15
2018-03-10Avoid the realloc() warning from VS Code Analyzer.Guy Harris1-3/+5
2018-03-09entry_data.type is unsigned, so print it with %u.Guy Harris1-1/+1
2018-03-09Check for realloc() failing.Guy Harris1-0/+4
2018-03-09mmdbresolve: remove leak (found by clang).Dario Lombardo1-0/+2
2018-03-06mmdbresolve: Process our command line arguments by hand.Gerald Combs1-13/+15
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-0/+169