aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/suites
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-3/+9
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* 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 Windows supportMartin Willi2014-06-043-2/+12
|
* vici: Increase vici message length header from 16 to 32 bitsMartin Willi2014-05-071-6/+6
| | | | | | | | | While we currently have no need for messages larger than 65KB, we should design the protocol to be future-proof, as we plan to keep at least to lowest protocol layer stable. To avoid any allocation issues, we currently keep the message size limit at 512KB.
* vici: Add a test case raising events during request, checks in-order deliveryMartin Willi2014-05-071-0/+76
|
* vici: Add some convenience getters on messageMartin Willi2014-05-071-0/+76
|
* vici: Raise events with an optional identifier for specific connectionsMartin Willi2014-05-072-3/+3
|
* vici: Add a libvici low-level client libraryMartin Willi2014-05-072-0/+387
|
* 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-072-0/+397