Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed VICI protocol versioning | Andreas Steffen | 2015-12-11 | 1 | -26/+0 |
| | |||||
* | Define VICI protocol versions | Andreas Steffen | 2015-12-11 | 1 | -0/+26 |
| | |||||
* | vici: Relicense libvici.h under MIT | Martin Willi | 2015-04-14 | 1 | -9/+20 |
| | | | | | | libvici currently relies on libstrongswan, and therefore is bound to the GPLv2. But to allow alternatively licensed reimplementations without copyleft based on the same interface, we liberate the header. | ||||
* | vici: Don't include-depend on libstrongswan for boolean types | Martin Willi | 2014-10-10 | 1 | -3/+1 |
| | | | | | | | | As we want to avoid the libstrongswan include dependencies for libvici, avoid the use of the bool type. Unfortunately this change may break the ABI for vici_dump(). As this function is mostly for debugging purposes, we do it nonetheless; my apologies if somebody already relies on the ABI stability of that function. | ||||
* | libvici: Add missing argument to Doxygen comment | Tobias Brunner | 2014-06-30 | 1 | -0/+1 |
| | |||||
* | Split swanctl --raw mode into single-line and --pretty mode | Andreas Steffen | 2014-06-14 | 1 | -1/+4 |
| | |||||
* | vici: Document errno values to expect from libvici API | Martin Willi | 2014-05-07 | 1 | -8/+23 |
| | |||||
* | vici: Complete libvici doxygen comments | Martin Willi | 2014-05-07 | 1 | -2/+17 |
| | |||||
* | vici: Add a callback based recursive parser function | Martin Willi | 2014-05-07 | 1 | -0/+41 |
| | |||||
* | vici: Move dumping to core message class, use it in libvici | Martin Willi | 2014-05-07 | 1 | -1/+2 |
| | |||||
* | vici: Add convenience value/string/integer getter to libvici | Martin Willi | 2014-05-07 | 1 | -0/+39 |
| | |||||
* | vici: Add a libvici low-level client library | Martin Willi | 2014-05-07 | 1 | -0/+344 |