maxmind: Simplify our read logic.
[metze/wireshark/wip.git] / epan / maxmind_db.c
2018-12-02 Gerald Combsmaxmind: Simplify our read logic.
2018-12-01 Gerald Combsmaxmind: Process responses one character at a time.
2018-11-30 Gerald Combsmaxmind: Move response processing to a thread.
2018-11-01 Pascal Quantinwsutil: introduce ws_pipe_close() helper and use it...
2018-11-01 Pascal Quantinmmdb: do not lock the pipe mutex recursively
2018-05-26 Pascal Quantinmaxmind_db.c: fix a memory leak
2018-05-24 Gerald Combsmaxmind: Move request processing to a thread.
2018-05-18 Gerald Combsmaxmind: Process our requests more often.
2018-03-13 Gerald CombsProperly initialize mmdb_lookup_t.
2018-03-11 Dario Lombardomaxmind: check val_start before using it.
2018-03-11 Dario Lombardomaxmind: use ws_strtou32 to convert AS numbers.
2018-03-10 Gerald CombsMaxMindDB: Add country ISO codes.
2018-03-10 Gerald CombsMaxMind DB: Fixup IPv6 address interning.
2018-03-10 Gerald CombsProcess MaxMind DB data one line at a time.
2018-03-09 Pascal Quantinmaxminf_db.c: ad an explicit cast to please gcc 7.3.1
2018-03-09 Peter WuGeoIP: avoid closing random file descriptors
2018-03-09 Pascal QuantinAdd MaxMindDB 1.3.2 library to Windows
2018-03-09 Gerald CombsIntern MaxMinDB IPv6 addresses.
2018-03-08 Gerald CombsMaxMind DB fixups.
2018-03-06 Pascal Quantinmaxmind_db.c: fix a memory leak
2018-03-06 Pascal Quantinmaxmind_db.c: add an explicit cast to please gcc 7.3.1
2018-03-06 Gerald CombsTransition from GeoIP Legacy to MaxMindDB.