summaryrefslogtreecommitdiffstats
path: root/src/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* * LRU cache now is capable to get custom insert and delete functions that ↵0.4.4Vsevolod Stakhov2011-10-101-1/+24
| | | | would allow to use custom storage engines for it
* * Add LRU caching structureVsevolod Stakhov2011-06-101-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 resizingVsevolod Stakhov2009-05-041-1/+1
|
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-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 membersVsevolod Stakhov2009-02-061-19/+4
|
* * Add some comments and documentationVsevolod Stakhov2009-02-051-6/+47
|
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-271-0/+62
* Add rwlocks implementation (primitive) in memory pool library