Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * LRU cache now is capable to get custom insert and delete functions that ↵0.4.4 | Vsevolod Stakhov | 2011-10-10 | 1 | -1/+24 |
| | | | | would allow to use custom storage engines for it | ||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+48 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | * Fix shared hashes avoiding its resizing | Vsevolod Stakhov | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | * Prepare to migrate to cmake (still need to write install target and ↵ | Vsevolod Stakhov | 2009-02-16 | 1 | -2/+0 |
| | | | | | | | | 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 | ||||
* | * Make doxygen happy about structures members | Vsevolod Stakhov | 2009-02-06 | 1 | -19/+4 |
| | |||||
* | * Add some comments and documentation | Vsevolod Stakhov | 2009-02-05 | 1 | -6/+47 |
| | |||||
* | * Add new hash for storing hash data in shared memory | Vsevolod Stakhov | 2009-01-27 | 1 | -0/+62 |
* Add rwlocks implementation (primitive) in memory pool library |