aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/bus
Commit message (Collapse)AuthorAgeFilesLines
* fixed 64 bit issueAndreas Steffen2006-11-011-3/+4
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-9/+34
| | | | | | | | | 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
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-304-24/+18
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* added some missing 'AUD' entriesAndreas Steffen2006-10-281-14/+10
|
* improved signal handling and emittingMartin Willi2006-10-264-114/+78
|
* linked list cleanupsMartin Willi2006-10-241-8/+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-187-476/+561
| | | | | | | 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-278-0/+1100
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