summaryrefslogtreecommitdiffstats
path: root/src/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* * 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