Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-11 | tests: Fix memleak in run-threaded | Andre Heinecke | 1 | -0/+1 | |
* tests/run-threaded.c (verify): Free msg. | |||||
2018-11-16 | Add SPDX identifiers to most source files | Werner Koch | 1 | -18/+19 | |
-- Signed-off-by: Werner Koch <[email protected]> | |||||
2018-11-15 | tests: Add run-threaded for multithread tests | Andre Heinecke | 1 | -0/+678 | |
* tests/Makefile.am (run-threaded): Add. * tests/run-threaded.c: New. -- This test is intended to help detect race conditions or other multithread problems. It can also be used to put the whole GnuPG system under extreme load. |