aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/control/controller.h
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-211-1/+4
|
* controller: Use the CHILD_SA unique_id to terminate CHILD_SAsMartin Willi2015-02-201-2/+2
|
* Don't modify the message string passed to logger, as it gets reusedMartin Willi2012-07-131-2/+2
|
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-021-10/+9
| | | | | | | This also allows us to generate the log message only once for all loggers that need it (avoids calls to custom printf specifier callbacks). To update the log levels loggers can simply be registered again.
* Fixed return value of controller_t functions if callback returns FALSE.Tobias Brunner2012-05-021-10/+10
|
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-3/+11
|
* Replaced simple iterator usages.Tobias Brunner2011-07-061-1/+1
|
* Migrated controller_t to INIT/METHOD macrosMartin Willi2011-05-161-1/+1
|
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-1/+2
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+140