summaryrefslogtreecommitdiff
path: root/python/ovs/stream.py
Commit message (Expand)AuthorAgeFilesLines
* python-stream: Handle SSL error in do_handshake.Stefan Hoffmann2023-04-261-1/+2
* python: Replace pyOpenSSL with ssl.Timothy Redaelli2021-11-031-37/+54
* python: Don't raise an Exception on failure to connect via SSL.Terry Wilson2020-11-161-2/+13
* Remove dependency on python3-sixTimothy Redaelli2019-12-201-4/+2
* Shutdown SSL connection before closing socketTerry Wilson2019-07-121-0/+8
* python: Avoid flake8 warning for unused variables.Ben Pfaff2019-01-111-1/+1
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-3/+13
* python: Catch setsockopt exceptions for TCP stream.Ilya Maximets2018-12-201-1/+5
* ovs python: ovs.stream.open_block() returns success even if the remote is unr...Numan Siddique2018-08-141-2/+9
* DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-061-2/+2
* python: Tighten the check if we need encodingJakub Sitnicki2018-04-191-5/+2
* python: Fix a double encoding attempt on an Unicode stringJakub Sitnicki2018-04-181-4/+0
* windows,python: remove dead code in send_waitAlin Balutoiu2017-09-131-2/+0
* windows,python: remove unnecessary codeAlin Balutoiu2017-09-131-23/+18
* windows, python: create a different event for socketsAlin Balutoiu2017-09-131-8/+11
* windows, python: Remove code duplication in send/recv functionsAlin Balutoiu2017-08-231-42/+36
* python: fix python3 encode/decode on WindowsAlin Balutoiu2017-08-181-11/+15
* python: make python idl unicode-tolerantLance Richardson2017-08-091-2/+4
* python ovs: Fix SSL exceptions with pyOpenSSL v0.13Numan Siddique2017-05-231-1/+0
* Adapt to flake8-import-orderxurong000379972017-03-081-2/+2
* python windows: Allow clients to read from server before disconnect.Alin Serdean2017-01-271-0/+3
* python: Catch exception "SSL.SysCallError" for send by SSL.Guoshuai Li2017-01-141-1/+3
* 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