| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: Replace fsf snail mail with contact URL | dimitri staessens | 2017-08-13 | 1 | -2/+1 | 
| | | |||||
| * | lib: Fix TPM thread count on failure | dimitri staessens | 2017-08-13 | 1 | -1/+1 | 
| | | |||||
| * | lib: Fix instability in threadpool manager | dimitri staessens | 2017-08-12 | 1 | -31/+57 | 
| | | | | | | | The threadpool manager now tracks threads to prevent cyclic behaviour where too many threads shut down and the TPM responds with creating additional threads. | ||||
| * | lib: Add threadpool manager | dimitri staessens | 2017-07-26 | 1 | -0/+266 | 
| This adds a threadpool manager component in the library that is used in the IRMd and IPCPs. The threadpool manager now doesn't detach threads but does a join when they exit. This solves a data race in the previous implementation where some threads were not completely finished upon release of some resources. | |||||
