aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
| | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c.
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
|
* * LRU cache now is capable to get custom insert and delete functions that ↵0.4.4Vsevolod Stakhov2011-10-101-21/+66
| | | | would allow to use custom storage engines for it
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
|
* * Add LRU caching structureVsevolod Stakhov2011-06-101-0/+126
| | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well.
* * 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
| | | | * Fix shared hashes
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-3/+2
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * 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
* Add rwlocks implementation (primitive) in memory pool library