aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/processing
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce priority classes for jobsMartin Willi2011-05-162-2/+30
|
* Migrated scheduler_t to INIT/METHOD macrosMartin Willi2011-05-051-33/+24
|
* Migrated callback_job to INIT/METHOD macrosMartin Willi2011-05-052-38/+38
|
* Migrated processor to INIT/METHOD macrosMartin Willi2011-05-051-42/+35
|
* Do not invoke processor restart() if not requiredMartin Willi2011-03-151-1/+2
| | | | | Doing so might result in a deadlock during shutdown if a delayed restart is locked on the bus during the debug statement.
* Remove obsolete pool_size argument in processor_create()Martin Willi2010-11-161-1/+1
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-022-6/+4
|
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-027-0/+1298