aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/suites
Commit message (Collapse)AuthorAgeFilesLines
* 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