aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_ctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-041-1/+2
|
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-9/+3
| | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation.
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
|
* Use wrapped threading functions in ha pluginMartin Willi2011-01-201-4/+5
|
* Set ownership/permissions of HA control socketMartin Willi2010-10-201-1/+9
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+2
|
* Use a sync message cache to resynchronize IKE_SAs without rekeyingMartin Willi2010-07-261-2/+8
|
* Migrated ha plugin to INIT/METHOD macrosMartin Willi2010-07-261-7/+9
|
* Moved ha plugin to libcharonMartin Willi2010-04-071-0/+132