aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/processor.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-273/+0
* Join worker threads when destroying the processor.Tobias Brunner2009-12-231-10/+24
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-12/+19
* 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-16/+16
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-3/+3
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* do not respawn cancelled threads if we are shutting downMartin Willi2008-12-121-1/+3
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-31/+35
* thread locking for sender and processor optimizedTobias Brunner2008-04-031-9/+27
* securing total_threads with the mutex while destroying the processorTobias Brunner2008-04-021-0/+2
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-8/+3
* introduced callback_job:Martin Willi2007-06-111-0/+233