aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/scheduler.c
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-101-102/+0
| | | | | | | | | 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
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+0
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* improved signal handling and emittingMartin Willi2006-10-261-3/+3
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-19/+7
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* fixed a at-least-one-year-old bug which caused crashed in the schedulerMartin Willi2006-08-311-7/+7
|
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-12/+2
| | | | | still some cases which cause trouble
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* made thread ids unsigned again, to avoid negative thread ids on some systemsMartin Willi2006-07-041-1/+1
|
* - applied andreas's patchMartin Willi2006-05-181-1/+1
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* (no commit message)Martin Willi2006-05-101-0/+124