summaryrefslogtreecommitdiff
path: root/python/ovs/jsonrpc.py
Commit message (Expand)AuthorAgeFilesLines
* 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