aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/task_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not update hosts based on retransmitted messages.Tobias Brunner2010-10-121-0/+19
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+1
|
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-1/+2
|
* Use enumerator for queued_tasks migration to avoid infinite loopThomas Egerer2010-06-301-3/+5
|
* Migrate queued_tasks tasks, to avoid dangling pointersThomas Egerer2010-06-291-0/+7
|
* Add extra information in debug output for IKE_SA check{out, in}Thomas Egerer2010-06-071-1/+2
| | | | | | | This output helps tracing checkout and checkin of IKE_SAs when there is more than one IKE_SAs with the same name. I also added the type of in-air-exchange to the debug output issued by the task_manager in case a task initiation is delayed, came in handy for me.
* Added support for task enumeration in task_manager_tMartin Willi2010-06-071-0/+17
|
* Migrated task_manager_t to INIT/METHOD macrosMartin Willi2010-06-071-65/+45
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+1083