strongswan/src/libcharon/bus
Tobias Brunner 73c33ff423 bus: Add a fast-path if log messages don't have to be logged
For some rwlock_t implementations acquiring the read lock could be quite
expensive even if there are no writers (e.g. because the implementation
requires acquiring a mutex to check for writers) particularly if the
lock is highly contended, like it is for the vlog() method.
2014-04-24 17:54:15 +02:00
..
listeners Fix various API doc issues and typos 2013-07-18 18:30:36 +02:00
bus.c bus: Add a fast-path if log messages don't have to be logged 2014-04-24 17:54:15 +02:00
bus.h bus: raise certificate validation alerts using credential manager hook 2013-07-18 16:00:30 +02:00