summaryrefslogtreecommitdiff
path: root/p11-kit/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-271-195/+0
| | | | | | | | | | * 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
* Refactor configurationStef Walter2011-06-081-1/+9
| | | | | * Move configuration loading into conf.c * Have user modules with same name merge/override modules in system.
* Fix up copyright lines.Stef Walter2011-04-011-2/+2
|
* Documentation and API cleanup.Stef Walter2011-03-311-0/+187
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.