Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vici: Add Windows support | Martin Willi | 2014-06-04 | 3 | -2/+12 |
| | |||||
* | vici: Increase vici message length header from 16 to 32 bits | Martin Willi | 2014-05-07 | 1 | -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 delivery | Martin Willi | 2014-05-07 | 1 | -0/+76 |
| | |||||
* | vici: Add some convenience getters on message | Martin Willi | 2014-05-07 | 1 | -0/+76 |
| | |||||
* | vici: Raise events with an optional identifier for specific connections | Martin Willi | 2014-05-07 | 2 | -3/+3 |
| | |||||
* | vici: Add a libvici low-level client library | Martin Willi | 2014-05-07 | 2 | -0/+387 |
| | |||||
* | vici: Provide a command dispatcher handling request and event registration | Martin Willi | 2014-05-07 | 1 | -0/+65 |
| | |||||
* | vici: Add a fully asynchronous IPC socket segmenting messages on/from stream | Martin Willi | 2014-05-07 | 2 | -0/+397 |