aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/python
Commit message (Expand)AuthorAgeFilesLines
* vici: Fix type error exception in Python bindingsodi792017-04-191-1/+1
* vici: Update get_pools() in Python and Ruby bindingsTobias Brunner2017-02-161-2/+4
* vici: Explicitly set the Python encoding typeMartin Willi2017-02-131-4/+4
* vici: Check for closed connection in Python bindingsWeilu Jia2016-12-141-1/+4
* vici: Fix indention of flush_certs() method in Python bindingsTobias Brunner2016-09-201-1/+1
* vici: flush-certs command flushes certificate cacheAndreas Steffen2016-09-131-0/+11
* vici: Put source distribution in the dist dir in the build directoryTobias Brunner2016-05-111-1/+3
* vici: Add target to build a source package and universal wheel of the Python ...Tobias Brunner2016-05-111-0/+6
* vici: Add README.rst to be used as description on PyPITobias Brunner2016-05-114-8/+28
* vici: Replace dr with dev in version numbers for the Python eggTobias Brunner2016-05-101-5/+5
* vici: Update setup.pyTobias Brunner2016-05-101-4/+5
* vici: Ensure we read exactly the specified amount of bytes from the socket in...Tobias Brunner2016-05-101-2/+9
* vici: Add redirect commandTobias Brunner2016-03-041-0/+8
* vici: Add listen methods to receive arbitrary events in Python libraryTobias Brunner2015-08-171-0/+34
* vici: Move event (un-)registration to a helper method in Python libraryTobias Brunner2015-08-173-49/+60
* vici: Make installation of Ruby Gem and Python Egg optionalTobias Brunner2015-05-211-0/+2
* vici: Support out-of-tree build of Python EggTobias Brunner2015-05-211-5/+5
* vici: Add support for python 3Björn Schuberg2015-03-185-8/+29
* vici: Execute python tests during "check" if py.test is availableMartin Willi2015-03-181-0/+4
* vici: Add test of Packet layer in python libraryBjörn Schuberg2015-03-181-1/+47
* vici: Add test of Message (de)serialization in python libraryBjörn Schuberg2015-03-183-0/+100
* vici: Evaluate Python streamed command results, and raise CommandExceptionMartin Willi2015-03-181-1/+10
* vici: Catch Python GeneratorExit to properly cancel streamed event iterationMartin Willi2015-03-181-1/+7
* vici: Return a Python generator instead of a list for streamed responsesMartin Willi2015-03-181-43/+21
* vici: Raise a Python CommandException instead of returning a CommandResultMartin Willi2015-03-182-82/+42
* vici: Use OrderedDict to handle vici responses in Python libraryMartin Willi2015-03-181-2/+3
* vici: Support non-Unix sockets for vici connections using PythonMartin Willi2015-03-182-7/+9
* vici: Add python egg setuptools building and installation using easy_installMartin Willi2015-03-181-0/+15
* vici: Generate a version specific setup.py for setuptools installationMartin Willi2015-03-183-0/+41
* vici: Include python package in distributionMartin Willi2015-03-181-0/+5
* vici: Add python package MIT licenseBjörn Schuberg2015-03-182-0/+20
* vici: Expose Session as a top-level symbol in python packageBjörn Schuberg2015-03-181-0/+1
* vici: Introduce main API Session class in python packageBjörn Schuberg2015-03-181-1/+244
* vici: Add a python vici command execution handlerBjörn Schuberg2015-03-182-1/+134
* vici: Add vici python protocol handlerBjörn Schuberg2015-03-184-0/+199