index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
/
plugins
/
vici
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
vici: Fix type error exception in Python bindings
odi79
2017-04-19
1
-1
/
+1
*
vici: Update get_pools() in Python and Ruby bindings
Tobias Brunner
2017-02-16
1
-2
/
+4
*
vici: Explicitly set the Python encoding type
Martin Willi
2017-02-13
1
-4
/
+4
*
vici: Check for closed connection in Python bindings
Weilu Jia
2016-12-14
1
-1
/
+4
*
vici: Fix indention of flush_certs() method in Python bindings
Tobias Brunner
2016-09-20
1
-1
/
+1
*
vici: flush-certs command flushes certificate cache
Andreas Steffen
2016-09-13
1
-0
/
+11
*
vici: Put source distribution in the dist dir in the build directory
Tobias Brunner
2016-05-11
1
-1
/
+3
*
vici: Add target to build a source package and universal wheel of the Python ...
Tobias Brunner
2016-05-11
1
-0
/
+6
*
vici: Add README.rst to be used as description on PyPI
Tobias Brunner
2016-05-11
4
-8
/
+28
*
vici: Replace dr with dev in version numbers for the Python egg
Tobias Brunner
2016-05-10
1
-5
/
+5
*
vici: Update setup.py
Tobias Brunner
2016-05-10
1
-4
/
+5
*
vici: Ensure we read exactly the specified amount of bytes from the socket in...
Tobias Brunner
2016-05-10
1
-2
/
+9
*
vici: Add redirect command
Tobias Brunner
2016-03-04
1
-0
/
+8
*
vici: Add listen methods to receive arbitrary events in Python library
Tobias Brunner
2015-08-17
1
-0
/
+34
*
vici: Move event (un-)registration to a helper method in Python library
Tobias Brunner
2015-08-17
3
-49
/
+60
*
vici: Make installation of Ruby Gem and Python Egg optional
Tobias Brunner
2015-05-21
1
-0
/
+2
*
vici: Support out-of-tree build of Python Egg
Tobias Brunner
2015-05-21
1
-5
/
+5
*
vici: Add support for python 3
Björn Schuberg
2015-03-18
5
-8
/
+29
*
vici: Execute python tests during "check" if py.test is available
Martin Willi
2015-03-18
1
-0
/
+4
*
vici: Add test of Packet layer in python library
Björn Schuberg
2015-03-18
1
-1
/
+47
*
vici: Add test of Message (de)serialization in python library
Björn Schuberg
2015-03-18
3
-0
/
+100
*
vici: Evaluate Python streamed command results, and raise CommandException
Martin Willi
2015-03-18
1
-1
/
+10
*
vici: Catch Python GeneratorExit to properly cancel streamed event iteration
Martin Willi
2015-03-18
1
-1
/
+7
*
vici: Return a Python generator instead of a list for streamed responses
Martin Willi
2015-03-18
1
-43
/
+21
*
vici: Raise a Python CommandException instead of returning a CommandResult
Martin Willi
2015-03-18
2
-82
/
+42
*
vici: Use OrderedDict to handle vici responses in Python library
Martin Willi
2015-03-18
1
-2
/
+3
*
vici: Support non-Unix sockets for vici connections using Python
Martin Willi
2015-03-18
2
-7
/
+9
*
vici: Add python egg setuptools building and installation using easy_install
Martin Willi
2015-03-18
1
-0
/
+15
*
vici: Generate a version specific setup.py for setuptools installation
Martin Willi
2015-03-18
3
-0
/
+41
*
vici: Include python package in distribution
Martin Willi
2015-03-18
1
-0
/
+5
*
vici: Add python package MIT license
Björn Schuberg
2015-03-18
2
-0
/
+20
*
vici: Expose Session as a top-level symbol in python package
Björn Schuberg
2015-03-18
1
-0
/
+1
*
vici: Introduce main API Session class in python package
Björn Schuberg
2015-03-18
1
-1
/
+244
*
vici: Add a python vici command execution handler
Björn Schuberg
2015-03-18
2
-1
/
+134
*
vici: Add vici python protocol handler
Björn Schuberg
2015-03-18
4
-0
/
+199