aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network/sender.c
Commit message (Collapse)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 ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-12/+12
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-3/+3
| | | | enums mutex/condvar/rwlock_type_t.
* 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
| | | | | | | | | | | | 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-2/+9
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* restructured file layoutMartin Willi2007-04-101-0/+149
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