]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/processing/processor.c
processor: Fix incompatible function types warnings
[people/ms/strongswan.git] / src / libstrongswan / processing / processor.c
2021-11-17  Tobias Brunnerprocessor: Fix incompatible function types warnings
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2017-05-23  Tobias BrunnerMerge branch 'fuzzing'
2017-05-23  Tobias Brunnerprocessor: Move priority threads assignment to set_thre...
2014-05-07  Martin WilliMerge branch 'vici'
2014-05-07  Martin Williprocessor: Flush pending jobs during cancel(), not...
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlib: All settings use configured namespace
2013-07-19  Martin Williprocessor: force synchronous execute_job() if set_threa...
2013-07-18  Martin WilliMerge branch 'ipc-service'
2013-07-18  Martin Williprocessor: remove the now unused get_threads() method...
2013-07-18  Martin Williprocessor: add an execute_job() method to directly...
2013-07-18  Martin Williprocessor: add a getter for the threads passed to set_t...
2013-06-28  Tobias Brunnerprocessor: Simplified the main loop
2013-06-28  Tobias Brunnerprocessor: Don't hold the lock while destroying jobs
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-06-25  Tobias BrunnerMake rescheduling a job more predictable
2012-06-25  Tobias BrunnerCentralized thread cancellation in processor_t
2012-06-25  Tobias BrunnerGive processor_t more control over the lifecycle of...
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2011-12-16  Tobias BrunnerLog worker thread ID with two digits.
2011-11-25  Tobias BrunnerFixed compiler warnings regarding enum comparison.
2011-06-08  Tobias BrunnerPrevent deadlock while shutting down thread pool.
2011-05-16  Tobias BrunnerUpdate working thread count without allocation.
2011-05-16  Tobias BrunnerMake sure working thread count is correctly updated
2011-05-16  Martin WilliCount number of threads active in each class, and reser...
2011-05-16  Martin WilliReserve threads for job priority classes based on stron...
2011-05-16  Martin WilliProcessor job scheduling respects job priority classes
2011-05-05  Martin WilliMigrated processor to INIT/METHOD macros
2011-03-15  Martin WilliDo not invoke processor restart() if not required
2010-11-16  Martin WilliRemove obsolete pool_size argument in processor_create()
2010-09-02  Tobias BrunnerMoved scheduler and thread pool to libstrongswan.