aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/scheduler.c
Commit message (Collapse)AuthorAgeFilesLines
* execute events if difference is 0, prevents a busywaitMartin Willi2008-12-121-2/+3
|
* optimized the scheduler for performance by replacing the linked list with a ↵Tobias Brunner2008-11-251-47/+109
| | | | heap.
* replacing the pthread_mutex in scheduler_t with the wrapped implementation.Tobias Brunner2008-11-251-22/+18
| | | | added a method to condvar_t which allows to wait for an absolute timeout.
* 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-3/+5
|
* introduced callback_job:Martin Willi2007-06-111-28/+186
| | | | | | | | | | | | 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
* simplified capability droppingMartin Willi2007-05-091-2/+1
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-1/+1
| | | | added --with-uid/--with-gid configure option
* reducing capabilities of the threads to a minimumMartin Willi2007-05-031-0/+3
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* restructured file layoutMartin Willi2007-04-101-0/+102
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads