strongswan/src/libcharon/plugins/vici/python/vici
Tobias Brunner 756cd28fb8 vici: Ensure we read exactly the specified amount of bytes from the socket in Python
recv() will return less bytes than specified (as that's the buffer size)
if not as many are ready to be read from the socket.
2016-05-10 11:42:29 +02:00
..
test vici: Add test of Packet layer in python library 2015-03-18 13:59:15 +01:00
__init__.py vici: Expose Session as a top-level symbol in python package 2015-03-18 13:59:13 +01:00
compat.py vici: Add support for python 3 2015-03-18 13:59:15 +01:00
exception.py vici: Move event (un-)registration to a helper method in Python library 2015-08-17 11:12:17 +02:00
protocol.py vici: Ensure we read exactly the specified amount of bytes from the socket in Python 2016-05-10 11:42:29 +02:00
session.py vici: Add redirect command 2016-03-04 16:02:59 +01:00