Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only do shared object and DLL initialization in libraries | Stef Walter | 2013-02-20 | 1 | -0/+2 |
| | | | | | | Don't do library initialization on shared object load when not running in a library. We'll want to plug into this and do different things per library in the future. | ||||
* | Add internal function for turning on messages | Stef Walter | 2013-02-05 | 1 | -0/+2 |
| | | | | To be used from tests | ||||
* | Only initialize p11-kit libraries once | Stef Walter | 2013-01-09 | 1 | -2/+4 |
| | | | | * Make the gcc constructor call p11_library_init_once() | ||||
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -0/+80 |
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. |