| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "common: Prefer __register_atfork() to pthread_atfork() if possible" | Daiki Ueno | 2018-08-17 | 1 | -18/+1 |
* | Revert "build: Link to libpthread, if pthread_atfork() needs to be used" | Daiki Ueno | 2018-08-17 | 1 | -6/+4 |
* | build: Link to libpthread, if pthread_atfork() needs to be used | Daiki Ueno | 2018-08-10 | 1 | -4/+6 |
* | common: Prefer __register_atfork() to pthread_atfork() if possible | Daiki Ueno | 2018-08-10 | 1 | -1/+18 |
* | common: Use thread-local storage class when possible | Daiki Ueno | 2018-08-10 | 1 | -0/+22 |
* | common, p11-kit, trust: Use pthread_once only when necessary | Daiki Ueno | 2018-08-10 | 1 | -1/+3 |
* | common: Use static mutex initializer when possible | Daiki Ueno | 2018-08-10 | 1 | -4/+10 |
* | build: Don't use locale funcs if locale_t is not defined in locale.h | Daiki Ueno | 2018-05-28 | 1 | -3/+3 |
* | library: Use dedicated locale object for printing error | Daiki Ueno | 2018-05-01 | 1 | -0/+13 |
* | library: Initialize p11_virtual_mutex for Windows | Daiki Ueno | 2017-02-16 | 1 | -0/+2 |
* | library: Deinit p11_virtual_mutex | Daiki Ueno | 2017-02-16 | 1 | -0/+1 |
* | virtual: Move mutex into p11_library_init() | Daiki Ueno | 2017-02-14 | 1 | -0/+3 |
* | p11-kit: Use pthread_atfork() in a safe manner | Stef Walter | 2014-10-03 | 1 | -0/+11 |
* | Fix uninitialized p11_library_once | manphiz@gmail.com | 2013-05-28 | 1 | -1/+1 |
* | Don't use free() on memory allocated by LocalFree() | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -71/+14 |
* | Don't use library locks from p11-kit tool | Stef Walter | 2013-04-03 | 1 | -4/+0 |
* | Don't shove messages into debug output if they're already displayed | Stef Walter | 2013-03-08 | 1 | -2/+2 |
* | Fix syntax errors in OS_WIN32 ifdefs | Stef Walter | 2013-03-03 | 1 | -3/+3 |
* | Only do shared object and DLL initialization in libraries | Stef Walter | 2013-02-20 | 1 | -49/+11 |
* | Add internal function for turning on messages | Stef Walter | 2013-02-05 | 1 | -0/+8 |
* | Use the stdbool.h C99 bool type | Stef Walter | 2013-01-23 | 1 | -2/+2 |
* | Only initialize p11-kit libraries once | Stef Walter | 2013-01-09 | 1 | -4/+10 |
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -0/+286 |