aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/jobs/callback_job.c
Commit message (Collapse)AuthorAgeFilesLines
* thread locking for sender and processor optimizedTobias Brunner2008-04-031-7/+0
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
|
* fixed callback_job cancellation for threads waiting in the busMartin Willi2007-11-191-1/+2
|
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-151-0/+1
|
* fixed daemon kill before threads are spawnedMartin Willi2007-11-141-7/+5
|
* made linked lists invoke() method consistent to clone_*() and destroy_*() ↵Martin Willi2007-08-091-1/+1
| | | | methods
* documentation fixes and updatesMartin Willi2007-06-111-1/+1
|
* introduced callback_job:Martin Willi2007-06-111-0/+213
simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere