aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/ruby/lib
Commit message (Collapse)AuthorAgeFilesLines
* vici: Use default Unix vici socket if none passed to ruby constructorMartin Willi2015-03-181-1/+4
| | | | | While we currently have a static path instead of one generated with Autotools, this at least is congruent to what we have in the Python library.
* vici: Make sure to send/recv all requested bytes over socketMartin Willi2014-12-041-3/+22
| | | | | | As the underlying C functions, send/recv on ruby sockets are not guaranteed to send/recv all requested bytes. Use wrapper functions to make sure we get all bytes needed.
* vici: Add a ruby gem providing a native vici interfaceMartin Willi2014-10-101-0/+569