Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate all enumerators to venumerate() interface change | Tobias Brunner | 2017-05-26 | 1 | -3/+9 |
| | |||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -2/+2 |
| | |||||
* | vici: Add get_bool() convenience getter for VICI messages | Tobias Brunner | 2015-08-21 | 1 | -0/+31 |
| | |||||
* | vici: Return default value for get_int() if message value is empty string | Martin Willi | 2014-10-14 | 1 | -1/+1 |
| | | | | | This is the behavior of some strtol() implementations, and it makes sense, so force it. | ||||
* | 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 |