summaryrefslogtreecommitdiff
path: root/service/ClusterGeoIpService.cpp
AgeCommit message (Collapse)Author
2017-01-30Cluster build fix.Adam Ierymenko
2016-04-18Store lat/lon too for testing and future display use.Adam Ierymenko
2016-04-18Replace cluster-geo subprocess with in-memory loaded CSV of GeoIP data. This ↵Adam Ierymenko
is faster, cheaper, more reliable. We use https://db-ip.com/ but others would work too.
2016-04-18.Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2015-11-16Fix 64-bit int warning.Adam Ierymenko
2015-11-16Docs and tweak some caching values.Adam Ierymenko
2015-10-23(1) Fix bug in geo-ip service that prevented cache lookup, (2) fix problem ↵Adam Ierymenko
in SelfAwareness (will need to test ALL versions in the wild with this), and (3) add more TRACE instrumentation to Cluster.
2015-10-22.Adam Ierymenko
2015-10-22.Adam Ierymenko
2015-10-22More cluster wiring...Adam Ierymenko
2015-10-22GeoIP cluster service works.Adam Ierymenko
2015-10-22Run geoip cluster service sub-process.Adam Ierymenko