aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/bus/bus.h
Commit message (Collapse)AuthorAgeFilesLines
* dynamic logging configuration through strongswan.confMartin Willi2008-11-111-0/+5
| | | | fallback to existing ipsec.conf/stroke loglevel configuration
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-4/+47
|
* reintegrated bus-refactoring branchMartin Willi2008-10-141-189/+137
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-27/+41
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* avoid heap allocation in bus->signal for performance reasonsMartin Willi2008-07-171-4/+0
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-40/+26
|
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-151-37/+11
|
* added vsignal todoMartin Willi2007-10-251-0/+4
|
* backports from the p2p-nat-t branch:Tobias Brunner2007-07-191-1/+1
| | | | | | * double assignment of function ''destroy'' in some jobs * typos
* documentation fixes and updatesMartin Willi2007-06-111-5/+11
|
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-0/+11
|
* merged tasking branch into trunkMartin Willi2007-02-281-1/+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-301-9/+5
| | | | | | | 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
* improved signal handling and emittingMartin Willi2006-10-261-109/+73
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-74/+220
| | | | | | | 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-0/+232
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