aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* * 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