Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -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 Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | * LRU cache now is capable to get custom insert and delete functions that ↵0.4.4 | Vsevolod Stakhov | 2011-10-10 | 1 | -21/+66 |
| | | | | would allow to use custom storage engines for it | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 1 | -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 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 |