aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-358/+0
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-7/+7
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-32/+32
* use monotonic time source in convar->timed_wait, and in the scheduler using itMartin Willi2009-08-311-3/+3
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-2/+2
* documented the idea behind the current implementation of the schedulerTobias Brunner2009-05-151-2/+3
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-211-37/+78
* 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 h...Tobias Brunner2008-11-251-47/+109
* replacing the pthread_mutex in scheduler_t with the wrapped implementation.Tobias Brunner2008-11-251-22/+18
* 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
* simplified capability droppingMartin Willi2007-05-091-2/+1
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-1/+1
* reducing capabilities of the threads to a minimumMartin Willi2007-05-031-0/+3
* restructured file layoutMartin Willi2007-04-101-0/+102