aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/processing/processor.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Make rescheduling a job more predictableTobias Brunner2012-06-251-19/+35
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-19/+54
* Give processor_t more control over the lifecycle of a jobTobias Brunner2012-06-251-50/+112
* Log worker thread ID with two digits.Tobias Brunner2011-12-161-2/+2
* Fixed compiler warnings regarding enum comparison.Tobias Brunner2011-11-251-1/+1
* Prevent deadlock while shutting down thread pool.Tobias Brunner2011-06-081-2/+2
* Update working thread count without allocation.Tobias Brunner2011-05-161-22/+15
* Make sure working thread count is correctly updatedTobias Brunner2011-05-161-4/+23
* Count number of threads active in each class, and reserve threads only if non...Martin Willi2011-05-161-16/+57
* Reserve threads for job priority classes based on strongswan.conf optionsMartin Willi2011-05-161-1/+17
* Processor job scheduling respects job priority classesMartin Willi2011-05-161-11/+44
* Migrated processor to INIT/METHOD macrosMartin Willi2011-05-051-42/+35
* Do not invoke processor restart() if not requiredMartin Willi2011-03-151-1/+2
* Remove obsolete pool_size argument in processor_create()Martin Willi2010-11-161-1/+1
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-021-0/+273