summaryrefslogtreecommitdiff
path: root/python/ovs/jsonrpc.py
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-cs: Perform forced reconnects without a backoff.Dumitru Ceara2021-07-231-0/+13
* reconnect: Add Python implementation of received_attempt(), and test.Ben Pfaff2021-01-071-1/+4
* Remove dependency on python3-sixTimothy Redaelli2019-12-201-7/+4
* Un-revert Work around Python/C JSON unicode differencesTerry Wilson2019-01-151-2/+7
* python: jsonrpc: Pick new remote on disconnect.Ilya Maximets2018-12-271-3/+6
* Revert "Test the Python C JSON extension"Ilya Maximets2018-10-151-7/+2
* Work around Python/C JSON unicode differencesTerry Wilson2018-10-111-2/+7
* python jsonrpc: Allow jsonrpc_session to have more than one remote.Numan Siddique2018-08-141-8/+31
* python: Fix decoding error when the received data is larger than 4096.Guoshuai Li2018-03-091-2/+3
* python: make python idl unicode-tolerantLance Richardson2017-08-091-2/+1
* python: Allow tuning the session probe_interval from IDLLucas Alvares Gomes2017-04-131-2/+9
* Adapt to flake8-import-orderxurong000379972017-03-081-2/+2
* Python tests: Ported UNIX sockets to WindowsAlin Balutoiu2017-01-031-0/+6
* python: Add TCP passive-mode to IDL.Ofer Ben-Yacov2016-05-201-1/+1
* python: Deal with str and byte differences.Russell Bryant2016-02-021-0/+9
* python: Remove reamining direct type comparisons.Russell Bryant2016-02-021-2/+2
* python: Drop unicode type.Russell Bryant2016-02-021-2/+4
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-051-3/+3
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-051-1/+1
* python: Fix issue with probes for JSONRPC connectionsSumit Garg2015-06-251-1/+1
* jsonrpc: Only compose message to log if it's really going to be logged.Ben Pfaff2013-10-251-2/+3
* jsonrpc: Fix Python implementation of inactivity logic.Ben Pfaff2012-09-181-14/+14
* jsonrpc: Treat receiving part of a message as activity.Ben Pfaff2012-09-071-0/+14
* jsonrpc: Treat draining data from send queue as activity.Ben Pfaff2012-09-071-1/+11
* reconnect: Rename reconnect_received() to reconnect_activity().Ben Pfaff2012-09-071-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/+3
* python: Add ovs_error() helper function to Python.Ethan Jackson2012-03-021-2/+3
* jsonrpc.py: Don't swallow errors in transact_block().Ethan Jackson2012-03-021-1/+4
* python: Upgrade to vlog.Ethan Jackson2011-09-271-11/+12
* python: Style cleanup.Ethan Jackson2011-09-241-8/+12
* ovs.jsonrpc: Include result in Message.__str__() output.Ben Pfaff2011-09-231-0/+2
* python: Avoid shadowing standard or global names.Ben Pfaff2011-09-231-5/+5
* ovs.jsonrpc: Fix static method Session.open() reference to 'self'.Ben Pfaff2011-08-251-1/+1
* ovs.jsonrpc: Fix static method Message.__validate_arg reference to 'self'.Ben Pfaff2011-08-251-7/+6
* ovs.stream: Drop Stream.get_name() since clients can use 'name' directly.Ben Pfaff2011-08-241-1/+1
* ovs.jsonrpc: Use "not X" in place of "len(X) == 0" for testing strings.Ben Pfaff2011-08-241-3/+3
* ovs.jsonrpc: Remove Connection.get_name()--clients can use 'name' directly.Ben Pfaff2011-08-241-4/+1
* ovs.jsonrpc: Remove dead class variable Message.__next_id.Ben Pfaff2011-08-241-1/+0
* python: Avoid using 'type' as a variable name.Ben Pfaff2011-08-241-5/+5
* jsonrpc.py: Import "ovs.json".Justin Pettit2011-02-211-0/+1
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-0/+526