Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: Use separate method to set default loggers | Tobias Brunner | 2017-01-25 | 1 | -1/+1 |
| | | | | | This way it is not necessary to pass the same values to reload the loggers. | ||||
* | unit-tests: Enable optional logging in libcharon unit tests | Tobias Brunner | 2016-10-05 | 1 | -0/+17 |
| | |||||
* | unit-tests: Don't unload plugins before calling libcharon_deinit() | Tobias Brunner | 2016-06-17 | 1 | -3/+0 |
| | | | | | | | libcharon_deinit() already calls all the functions we called manually. Unloading the plugins will not work if charon->initialize() is called as charon's static plugin features would already be unloaded before the destroyed members are accessed in destroy() to flush them. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -3/+0 |
| | |||||
* | unit-tests: Forward variable argument list in TEST_SUITE_DEPEND | Martin Willi | 2015-07-12 | 1 | -2/+2 |
| | | | | | For some plugin features, such as crypters or AEADs, we have some additional feature arguments, such as the key size. | ||||
* | unit-tests: Load libstrongswan plugins in libcharon tests | Martin Willi | 2015-07-12 | 1 | -0/+14 |
| | |||||
* | libcharon: Add a test runner | Martin Willi | 2015-02-20 | 1 | -0/+56 |