Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adopt rspamd for the next glib release. | Vsevolod Stakhov | 2012-01-31 | 1 | -0/+17 |
| | | | | | Fix several issues in threads handling inside keystorage. Fix sigsuspend usage in keystorage. | ||||
* | Add expire and whitelist options to ip_score plugin. | Vsevolod Stakhov | 2011-12-16 | 1 | -1/+2 |
| | | | | Some fixes to expiration of keys (still need to be reworked however). | ||||
* | * Add <no_overwrite> flag for keystorage preventing from overwriting keys ↵ | Vsevolod Stakhov | 2011-12-01 | 1 | -7/+17 |
| | | | | | | (works for cryptographic keys). * Add <ref> flag for file backend that enables reference count for items in this backend. | ||||
* | Another fix to locking logic. | Vsevolod Stakhov | 2011-11-24 | 1 | -1/+6 |
| | |||||
* | * Implement binary safe keys. | Vsevolod Stakhov | 2011-11-17 | 1 | -17/+21 |
| | | | | * Use more fast hashing. | ||||
* | * Add incr and decr commands to kvstorage. | Vsevolod Stakhov | 2011-11-10 | 1 | -1/+6 |
| | | | | * Add integers detection inside kvstorage. | ||||
* | * Add judy storage for fast caching. | Vsevolod Stakhov | 2011-11-07 | 1 | -2/+8 |
| | | | | Fix LRU expiration. | ||||
* | * Implement sync command for manual synchronization with backend. | Vsevolod Stakhov | 2011-11-07 | 1 | -0/+2 |
| | |||||
* | Do not free elements that are still in cache. | Vsevolod Stakhov | 2011-11-03 | 1 | -0/+2 |
| | |||||
* | * Implement sqlite3 backend for kvstorage. | Vsevolod Stakhov | 2011-11-02 | 1 | -1/+2 |
| | |||||
* | Store keys inside elements. | Vsevolod Stakhov | 2011-11-01 | 1 | -1/+5 |
| | |||||
* | Fixes to BDB initialization. | Vsevolod Stakhov | 2011-11-01 | 1 | -1/+2 |
| | |||||
* | * Add initial support of bdb backend | Vsevolod Stakhov | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | * Add array operations | Vsevolod Stakhov | 2011-11-01 | 1 | -1/+12 |
| | | | | Fix memory freeing for elements in kvstorage. | ||||
* | * Implement basic functionality of key value storage | Vsevolod Stakhov | 2011-10-31 | 1 | -1/+2 |
| | |||||
* | * Add ordinary hash and radix tree as kv cache implementations | Vsevolod Stakhov | 2011-10-14 | 1 | -5/+26 |
| | |||||
* | * Initial implementation of key-value storage | Vsevolod Stakhov | 2011-10-11 | 1 | -0/+137 |
Detect and link against bdb Change version to 0.4.5 |