aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/sender.c
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-101-149/+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
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-15/+58
| | | | | do header parsing in receiver, ready for cookie integration
* improved signal handling and emittingMartin Willi2006-10-261-3/+3
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-17/+5
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-2/+1
| | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-14/+6
| | | | | 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/+126