summaryrefslogtreecommitdiff
path: root/p11-kit/hashmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in hashtable rewrite.Stef Walter2011-07-271-1/+1
| | | | * Initialization mixup.
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-271-0/+372
* Reimplement the various bits of the hash table that were still based on the apache apr code. Use different algorithms for hashing, lookup and other stuff. * Use this as an opportunity to cleanup that code and make it more legible. https://bugzilla.redhat.com/show_bug.cgi?id=725905