Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -57/+44 |
| | | | | | | | | * Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code | ||||
* | Add p11_array_clear() function | Stef Walter | 2013-02-05 | 1 | -0/+27 |
| | | | | * Clears an array without freeing the array itself | ||||
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -0/+194 |
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. |