Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -78/+79 |
| | |||||
* | * Fix shared hashes avoiding its resizing | Vsevolod Stakhov | 2009-05-04 | 1 | -5/+6 |
| | |||||
* | * Add counters for rspamd symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -5/+9 |
| | | | | * Fix shared hashes | ||||
* | * Prepare to migrate to cmake (still need to write install target and ↵ | Vsevolod Stakhov | 2009-02-16 | 1 | -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 text | Vsevolod Stakhov | 2009-02-16 | 1 | -11/+19 |
| | |||||
* | * Fill hash buckets with zeroes to avoid invalid pointer usage | Vsevolod Stakhov | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | * Use prime number for hash nodes initial value | Vsevolod Stakhov | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | * Add new hash for storing hash data in shared memory | Vsevolod Stakhov | 2009-01-27 | 1 | -0/+293 |
* Add rwlocks implementation (primitive) in memory pool library |