aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/scheduler.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-130/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-5/+5
|
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-311-2/+0
|
* use monotonic time source in convar->timed_wait, and in the scheduler using itMartin Willi2009-08-311-0/+3
|
* typoTobias Brunner2009-05-181-1/+1
|
* documented the idea behind the current implementation of the schedulerTobias Brunner2009-05-151-3/+49
|
* 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-7/+23
| | | | added schedule_job_ms for ms resolution events
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-25/+13
|
* introduced callback_job:Martin Willi2007-06-111-16/+29
| | | | | | | | | | | | 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
* cleaned up apidocMartin Willi2007-04-111-2/+2
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-0/+68
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