aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network/sender.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-165/+0
* Added charon.send/receive_delay options to simulate different RTTsMartin Willi2010-03-031-0/+13
* Migrated sender_t to METHOD/INIT macrosMartin Willi2010-03-031-20/+19
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-6/+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-12/+12
* 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
* fixed sender destruction orderMartin Willi2008-11-051-2/+2
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-22/+25
* thread locking for sender and processor optimizedTobias Brunner2008-04-031-6/+16
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
* introduced callback_job:Martin Willi2007-06-111-39/+30
* 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-2/+9
* restructured file layoutMartin Willi2007-04-101-0/+149