aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/network
Commit message (Collapse)AuthorAgeFilesLines
...
* Added socket plugin feature loading callbackMartin Willi2011-10-142-0/+51
|
* Fixed common misspellings.Tobias Brunner2011-07-201-2/+2
| | | | Mostly found by 'codespell'.
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-162-4/+4
|
* Added init_limit_half_open and a init_limit_job_load (replacing ↵Martin Willi2011-05-161-92/+107
| | | | job_threshold) options, some refactorings
* Added a job_threshold option to drop IKE_SA_INITs if a certain job load reachedMartin Willi2011-05-161-0/+28
|
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-153-22/+76
| | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated.
* Avoid recursive loop if no socket implementations are loaded.Tobias Brunner2010-10-141-2/+13
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-022-7/+5
|
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-1/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-022-3/+5
|
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-191-1/+1
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-1/+3
|
* Fixed typo.Tobias Brunner2010-07-051-2/+2
|
* Added simple conditional packet receive delayMartin Willi2010-05-181-9/+38
|
* Added simple conditional packet send delayMartin Willi2010-05-181-2/+39
|
* Moving charon to libcharon.Tobias Brunner2010-03-199-0/+1219