summaryrefslogtreecommitdiff
path: root/common/library.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-212/+0
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-031-0/+11
* Fix uninitialized p11_library_oncemanphiz@gmail.com2013-05-281-1/+1
* Don't use free() on memory allocated by LocalFree()Stef Walter2013-04-031-1/+1
* Separate library init from message codeStef Walter2013-04-031-71/+14
* Don't use library locks from p11-kit toolStef Walter2013-04-031-4/+0
* Don't shove messages into debug output if they're already displayedStef Walter2013-03-081-2/+2
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-031-3/+3
* Only do shared object and DLL initialization in librariesStef Walter2013-02-201-49/+11
* Add internal function for turning on messagesStef Walter2013-02-051-0/+8
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-2/+2
* Only initialize p11-kit libraries onceStef Walter2013-01-091-4/+10
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-0/+286