Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -2/+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. | ||||
* | Use '.module' extension on module configs | Stef Walter | 2012-07-24 | 1 | -0/+2 |
* And want alphanumeric/_.- filenames * Currently this is just a warning, soon it will be enforced * The name of a module does not include the extension Andreas Metzler and Ubuntu both worked on this patch, and I've made some more changes. See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436 https://bugs.freedesktop.org/show_bug.cgi?id=52158 |