summaryrefslogtreecommitdiff
path: root/python/ovs/stream.py
Commit message (Expand)AuthorAgeFilesLines
* python: Add TCP/SSL probes for OVSDB python libGuoshuai Li2017-01-041-9/+26
* Python tests: Ported UNIX sockets to WindowsAlin Balutoiu2017-01-031-17/+335
* python: Update comment to mention SSL support.Guoshuai Li2016-12-121-2/+2
* python: Reconnect SSL connections when ovsdb-server restarts.Guoshuai Li2016-12-121-0/+6
* python: Add double newline after fuction or class (E305).Daniele Di Proietto2016-12-021-0/+4
* python: Add SSL support to the python ovs client libraryNuman Siddique2016-10-051-3/+88
* python: Add TCP passive-mode to IDL.Ofer Ben-Yacov2016-05-201-10/+23
* python: Update Python version checks.Russell Bryant2016-04-151-3/+1
* python: Deal with str and byte differences.Russell Bryant2016-02-021-0/+6
* python: Convert dict iterators.Russell Bryant2016-01-211-1/+3
* python: Start fixing some Python 3 issues.Terry Wilson2016-01-121-5/+7
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-051-2/+2
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-111-0/+4
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* don't use select.POLL* constantsFUJITA Tomonori2012-11-191-4/+3
* stream.py: un-decorator Stream.register_methodIsaku Yamahata2012-10-171-7/+4
* stream.py: Don't use class decorators.Reid Price2012-10-161-2/+2
* python/ovs/stream: teach stream.py tcp socketIsaku Yamahata2012-10-151-10/+56
* Fix "*tivty" typos.Justin Pettit2012-07-251-1/+1
* python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff2012-07-021-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-121-0/+13
* stream-unix: Do not bind a name for client sockets.Ben Pfaff2012-03-071-13/+5
* python: Upgrade to vlog.Ethan Jackson2011-09-271-3/+5
* stream.py: Make usage() function return a string.Ethan Jackson2011-09-271-11/+7
* python: Style cleanup.Ethan Jackson2011-09-241-7/+10
* python: Remove unused imports.Ben Pfaff2011-08-251-1/+0
* ovs.stream: Remove unused parameter from usage().Ben Pfaff2011-08-251-1/+1
* ovs.stream: Simplify logic in Stream.wait().Ben Pfaff2011-08-241-3/+3
* ovs.stream: Drop Stream.get_name() since clients can use 'name' directly.Ben Pfaff2011-08-241-3/+0
* ovs.stream: Use %d in place of %ld since the two are equivalent in Python.Ben Pfaff2011-08-241-3/+3
* python: Avoid using 'tuple' as a variable name.Ben Pfaff2011-08-241-4/+3
* ovs.stream: Fix logic bug in Stream.connect().Ben Pfaff2011-08-241-0/+1
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-0/+316