aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/queues/send_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-144/+0
| | | | | do header parsing in receiver, ready for cookie integration
* improved signal handling and emittingMartin Willi2006-10-261-1/+1
|
* linked list cleanupsMartin Willi2006-10-241-9/+1
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-181-10/+4
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* introduced printf() specifiers for:Martin Willi2006-09-271-3/+2
| | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-1/+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
* cleanups in kernel interface codeMartin Willi2006-07-181-2/+2
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-28/+19
| | | | | still some cases which cause trouble
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-1/+15
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* (no commit message)Martin Willi2006-05-101-0/+153