summaryrefslogtreecommitdiff
path: root/src/database.c
AgeCommit message (Collapse)Author
2017-06-21Fix an OOB access error in database code.HEADmasterPaweł Redman
2017-04-11Remove a potential race condition in database code.Paweł Redman
2017-04-06Invalidate cached results on reloads.Paweł Redman
2017-04-06Fix a memory leak.Paweł Redman
2017-04-06Implement on-the-fly reloading of lists.Paweł Redman
2017-04-06Refactor large parts of the program.Paweł Redman
The new design assures revDNS/WHOIS queries will be done exactly once, no matter how many requests the Schachtmeister gets. This commit also adds cache timeouts.