aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/vici_builder.c
Commit message (Collapse)AuthorAgeFilesLines
* vici: Fall back to heap buffer when vararg printing on stack failsMartin Willi2015-03-181-21/+44
| | | | This avoids failures when building log event messages including larger hexdumps.
* vici: Add a destroy method to builder, allowing cancellation without errorMartin Willi2014-12-121-4/+10
| | | | | When cancelling a builder, finalize throws an error which we might prefer to avoid.
* vici: Provide a command dispatcher handling request and event registrationMartin Willi2014-05-071-0/+253