aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Link libstrongswan directly to dumm/irdumm, fixes build with newer binutilsMartin Willi2011-05-191-4/+3
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-1911-31/+19
* stroke: Usage output updated.Tobias Brunner2011-05-161-0/+6
* Update working thread count without allocation.Tobias Brunner2011-05-161-22/+15
* Make sure working thread count is correctly updatedTobias Brunner2011-05-161-4/+23
* Migrated controller_t to INIT/METHOD macrosMartin Willi2011-05-162-99/+98
* Provide get_priority() method in controller jobsMartin Willi2011-05-161-0/+9
* Added a load tester strongswan.conf option to throttle initiationMartin Willi2011-05-163-6/+51
* Migrated load_tester_listern to INIT/METHOD macrosMartin Willi2011-05-161-20/+17
* Added strongswan.conf option to override half open IKE_SA timeoutMartin Willi2011-05-161-1/+2
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-1625-50/+54
* Introduce a highest priority job for critical thread servicesMartin Willi2011-05-162-2/+5
* Show total and half-open SA count in statusallMartin Willi2011-05-161-1/+6
* Added a get_count() method to IKE_SA managerMartin Willi2011-05-162-3/+27
* Fixed identiation in private_ike_sa_managerMartin Willi2011-05-161-57/+57
* Added a callback_job constructor supporting custom prioritiesMartin Willi2011-05-162-4/+36
* Added a DPD option for load-testerMartin Willi2011-05-161-1/+8
* Don't simulate traffic on load-tester kernel interfaceMartin Willi2011-05-161-1/+1
* Show how many threads are active in each class in statusallMartin Willi2011-05-161-3/+8
* Count number of threads active in each class, and reserve threads only if non...Martin Willi2011-05-162-17/+66
* Added a statusallnb stroke command to show status non-blockingMartin Willi2011-05-167-8/+30
* Added init_limit_half_open and a init_limit_job_load (replacing job_threshold...Martin Willi2011-05-161-92/+107
* Added preshared_key/eap_password load_tester options to set custom credentialsMartin Willi2011-05-161-10/+13
* Added initiator/responder_id load tester options to enforce different identitiesMartin Willi2011-05-161-30/+73
* Migrated load_tester_config to INIT/METHOD macrosMartin Willi2011-05-161-28/+22
* Migrated load_tester_creds to INIT/METHOD macrosMartin Willi2011-05-161-43/+37
* Fix load tester shared key enumerator, provide dedicated EAP passwordMartin Willi2011-05-161-8/+51
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-1613-28/+65
* Added a job_threshold option to drop IKE_SA_INITs if a certain job load reachedMartin Willi2011-05-161-0/+28
* Use high priority for retransmit/dpd/keepalive jobsMartin Willi2011-05-163-3/+3
* Use job priorities in process_message job based on exchange typesMartin Willi2011-05-161-1/+16
* Reserve threads for job priority classes based on strongswan.conf optionsMartin Willi2011-05-161-1/+17
* Added job priority enum namesMartin Willi2011-05-164-2/+29
* Processor job scheduling respects job priority classesMartin Willi2011-05-163-17/+55
* Introduce priority classes for jobsMartin Willi2011-05-1618-3/+147
* Added a stroke memusage command to show memory usageMartin Willi2011-05-165-0/+31
* Added a leak detective method to report current memory usage with backtracesMartin Willi2011-05-162-0/+101
* Make leak detective publicMartin Willi2011-05-163-18/+8
* Migrated leak_detective to INIT/METHOD macrosMartin Willi2011-05-161-12/+12
* Added a frame enumerator to backtrace_tMartin Willi2011-05-162-0/+45
* Added an equals function to backtrace_tMartin Willi2011-05-162-0/+33
* Migrated backtrace_t to METHOD macroMartin Willi2011-05-161-16/+11
* fixed whitelist enablingAndreas Steffen2011-05-141-2/+3
* do not call recommendations if recs does not existAndreas Steffen2011-05-141-1/+1
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-144-6/+47
* Don't compile login() in openssl_rsa_private_key_t if ENGINE support is disab...Tobias Brunner2011-05-131-0/+2
* fetcher.c added to Android.mk.Tobias Brunner2011-05-131-1/+1
* Disable whitelist plugin by defaultMartin Willi2011-05-121-1/+1
* Protect the communication with the SIM card during a transaction from access ...Duncan Salerno2011-05-121-12/+46
* protection against insane IMCs and IMVsAndreas Steffen2011-05-116-6/+125