Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -52/+0 |
| | | | | | | | | | | | 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. | ||||
* | Initialize mutexes correctly in mock module | Stef Walter | 2012-07-26 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=44740 | ||||
* | Win32 build fixes | Stef Walter | 2012-06-29 | 1 | -0/+1 |
| | | | | | | * Remove unused functions * Use getprogname() instead of calc_progname() which no longer exists * Fix up exporting of functions in the mock module | ||||
* | Build some test modules for testing main p11-kit functionality | Stef Walter | 2012-04-02 | 1 | -0/+50 |
* And put together a test for duplicate modules |