summaryrefslogtreecommitdiffstats
path: root/src/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Rework LRU hash logic.Vsevolod Stakhov2014-02-181-26/+38
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* * LRU cache now is capable to get custom insert and delete functions that wou...0.4.4Vsevolod Stakhov2011-10-101-21/+66
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
* * Add LRU caching structureVsevolod Stakhov2011-06-101-0/+126
* * Retab, no functional changesVsevolod Stakhov2009-10-021-78/+79
* * Fix shared hashes avoiding its resizingVsevolod Stakhov2009-05-041-5/+6
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-5/+9
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-3/+2
* * Add BSD license textVsevolod Stakhov2009-02-161-11/+19
* * Fill hash buckets with zeroes to avoid invalid pointer usageVsevolod Stakhov2009-02-061-2/+2
* * Use prime number for hash nodes initial valueVsevolod Stakhov2009-01-271-1/+1
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-271-0/+293