summaryrefslogtreecommitdiff
path: root/p11-kit/tests/mock-module-ep.c
Commit message (Collapse)AuthorAgeFilesLines
* Add public iterator API to p11-kitStef Walter2013-02-051-1/+1
|
* Add more mock-module implementationStef Walter2013-02-041-1/+3
| | | | | * Move mock code into the common/ directory to be used by multiple components of p11-kit
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-0/+52
Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally.