aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/load_tester/load_tester_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-230/+0
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-0/+1
* 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
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-151-6/+6
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-22/+22
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-2/+2
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* load tester got a "shutdown_when_complete" option, allows performance test us...Martin Willi2008-12-121-9/+15
* require explicit enabling of load-testing pluginMartin Willi2008-12-091-1/+9
* generating different initiator identities, configs and certificates on the flyMartin Willi2008-12-081-26/+24
* proper cancellation of load-testing initiatorsMartin Willi2008-11-231-1/+39
* added a MODP_NULL Diffie Hellman group to avoid calculation overhead in load-...Martin Willi2008-11-221-0/+6
* iterations = 0 for infinite iterationsMartin Willi2008-11-101-3/+3
* added delete_after_established optionMartin Willi2008-11-061-0/+10
* added a delay option to delay initiationsMartin Willi2008-11-041-9/+41
* added fake_kernel option to make dummy kernel implementation optionalMartin Willi2008-11-031-2/+6
* initiate connections simultaneously in load testerMartin Willi2008-10-221-2/+9
* a load testing plugin, to:Martin Willi2008-10-211-0/+122