Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build warning on mingw64 | Stef Walter | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Rename non-static functions to have a _p11_xxx prefix. | Stef Walter | 2011-10-24 | 1 | -26/+42 |
| | | | | | | | * Work around issues with brain-dead linkers not respecting the libtool -export-symbol-regex argument https://bugs.freedesktop.org/show_bug.cgi?id=42020 | ||||
* | Fix bug in hashtable rewrite. | Stef Walter | 2011-07-27 | 1 | -1/+1 |
| | | | | * Initialization mixup. | ||||
* | Reimplement and remove apache licensed bits of code. | Stef Walter | 2011-07-27 | 1 | -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 |