aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/ruby
Commit message (Collapse)AuthorAgeFilesLines
* vici: Rebuild ruby gem on source file changesMartin Willi2015-03-181-1/+1
|
* 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: Support ruby gem out-of-tree buildsMartin Willi2015-02-271-1/+3
| | | | | | | Referencing $(srcdir) in the gemspec is not really an option, as "gem build" includes the full path in the gem, so we need to build in $(srcdir). As there does not seem to be a way to control the output of "gem build", we manually move the gem to $(builddir) in OOT builds.
* vici: Fix ruby gem author emailMartin Willi2015-01-221-1/+1
|
* 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 vici.gemspec.in and vici.rb to distributionTobias Brunner2014-10-141-0/+2
|
* vici: Use "gem"-assisted vici ruby gem building and installationMartin Willi2014-10-103-1/+22
|
* vici: Add a ruby gem providing a native vici interfaceMartin Willi2014-10-103-0/+586