aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/load_tester/load_tester_plugin.c
Commit message (Collapse)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 ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* 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 ↵Tobias Brunner2009-08-141-2/+2
| | | | enums mutex/condvar/rwlock_type_t.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* load tester got a "shutdown_when_complete" option, allows performance test ↵Martin Willi2008-12-121-9/+15
| | | | using "time"
* 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 ↵Martin Willi2008-11-221-0/+6
| | | | load-testing
* 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
find multi-threading issues do performance profiling