aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/suites/test_message.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-3/+9
|
* vici: Add get_bool() convenience getter for VICI messagesTobias Brunner2015-08-211-0/+31
|
* vici: Return default value for get_int() if message value is empty stringMartin Willi2014-10-141-1/+1
| | | | | This is the behavior of some strtol() implementations, and it makes sense, so force it.
* vici: Add some convenience getters on messageMartin Willi2014-05-071-0/+76
|
* vici: Provide a command dispatcher handling request and event registrationMartin Willi2014-05-071-0/+65
|
* vici: Add a fully asynchronous IPC socket segmenting messages on/from streamMartin Willi2014-05-071-0/+266