aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/vici_message.c
Commit message (Collapse)AuthorAgeFilesLines
* vici: Return default value for get_int() if message value is empty stringMartin Willi2014-10-141-0/+4
| | | | | This is the behavior of some strtol() implementations, and it makes sense, so force it.
* Split swanctl --raw mode into single-line and --pretty modeAndreas Steffen2014-06-141-17/+49
|
* vici: Fix descending into non-matching sections during key findMartin Willi2014-05-071-1/+1
|
* vici: Add generic callback based vici message parsingMartin Willi2014-05-071-0/+95
|
* vici: Move dumping to core message class, use it in libviciMartin Willi2014-05-071-0/+67
|
* vici: Add some convenience getters on messageMartin Willi2014-05-071-1/+200
|
* vici: Provide a command dispatcher handling request and event registrationMartin Willi2014-05-071-126/+56
|
* vici: Add a fully asynchronous IPC socket segmenting messages on/from streamMartin Willi2014-05-071-0/+404