index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
ovs
/
jsonrpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovsdb-cs: Perform forced reconnects without a backoff.
Dumitru Ceara
2021-07-23
1
-0
/
+13
*
reconnect: Add Python implementation of received_attempt(), and test.
Ben Pfaff
2021-01-07
1
-1
/
+4
*
Remove dependency on python3-six
Timothy Redaelli
2019-12-20
1
-7
/
+4
*
Un-revert Work around Python/C JSON unicode differences
Terry Wilson
2019-01-15
1
-2
/
+7
*
python: jsonrpc: Pick new remote on disconnect.
Ilya Maximets
2018-12-27
1
-3
/
+6
*
Revert "Test the Python C JSON extension"
Ilya Maximets
2018-10-15
1
-7
/
+2
*
Work around Python/C JSON unicode differences
Terry Wilson
2018-10-11
1
-2
/
+7
*
python jsonrpc: Allow jsonrpc_session to have more than one remote.
Numan Siddique
2018-08-14
1
-8
/
+31
*
python: Fix decoding error when the received data is larger than 4096.
Guoshuai Li
2018-03-09
1
-2
/
+3
*
python: make python idl unicode-tolerant
Lance Richardson
2017-08-09
1
-2
/
+1
*
python: Allow tuning the session probe_interval from IDL
Lucas Alvares Gomes
2017-04-13
1
-2
/
+9
*
Adapt to flake8-import-order
xurong00037997
2017-03-08
1
-2
/
+2
*
Python tests: Ported UNIX sockets to Windows
Alin Balutoiu
2017-01-03
1
-0
/
+6
*
python: Add TCP passive-mode to IDL.
Ofer Ben-Yacov
2016-05-20
1
-1
/
+1
*
python: Deal with str and byte differences.
Russell Bryant
2016-02-02
1
-0
/
+9
*
python: Remove reamining direct type comparisons.
Russell Bryant
2016-02-02
1
-2
/
+2
*
python: Drop unicode type.
Russell Bryant
2016-02-02
1
-2
/
+4
*
python: Fix several pep8 whitespace errors.
Russell Bryant
2016-01-05
1
-3
/
+3
*
python: Resolve pep8 comparison errors.
Russell Bryant
2016-01-05
1
-1
/
+1
*
python: Fix issue with probes for JSONRPC connections
Sumit Garg
2015-06-25
1
-1
/
+1
*
jsonrpc: Only compose message to log if it's really going to be logged.
Ben Pfaff
2013-10-25
1
-2
/
+3
*
jsonrpc: Fix Python implementation of inactivity logic.
Ben Pfaff
2012-09-18
1
-14
/
+14
*
jsonrpc: Treat receiving part of a message as activity.
Ben Pfaff
2012-09-07
1
-0
/
+14
*
jsonrpc: Treat draining data from send queue as activity.
Ben Pfaff
2012-09-07
1
-1
/
+11
*
reconnect: Rename reconnect_received() to reconnect_activity().
Ben Pfaff
2012-09-07
1
-1
/
+1
*
python: Call 'wait' methods correctly in jsonrpc and stream code.
Ben Pfaff
2012-07-02
1
-1
/
+1
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
stream: By default disable probing on unix sockets.
Ethan Jackson
2012-04-12
1
-0
/
+3
*
python: Add ovs_error() helper function to Python.
Ethan Jackson
2012-03-02
1
-2
/
+3
*
jsonrpc.py: Don't swallow errors in transact_block().
Ethan Jackson
2012-03-02
1
-1
/
+4
*
python: Upgrade to vlog.
Ethan Jackson
2011-09-27
1
-11
/
+12
*
python: Style cleanup.
Ethan Jackson
2011-09-24
1
-8
/
+12
*
ovs.jsonrpc: Include result in Message.__str__() output.
Ben Pfaff
2011-09-23
1
-0
/
+2
*
python: Avoid shadowing standard or global names.
Ben Pfaff
2011-09-23
1
-5
/
+5
*
ovs.jsonrpc: Fix static method Session.open() reference to 'self'.
Ben Pfaff
2011-08-25
1
-1
/
+1
*
ovs.jsonrpc: Fix static method Message.__validate_arg reference to 'self'.
Ben Pfaff
2011-08-25
1
-7
/
+6
*
ovs.stream: Drop Stream.get_name() since clients can use 'name' directly.
Ben Pfaff
2011-08-24
1
-1
/
+1
*
ovs.jsonrpc: Use "not X" in place of "len(X) == 0" for testing strings.
Ben Pfaff
2011-08-24
1
-3
/
+3
*
ovs.jsonrpc: Remove Connection.get_name()--clients can use 'name' directly.
Ben Pfaff
2011-08-24
1
-4
/
+1
*
ovs.jsonrpc: Remove dead class variable Message.__next_id.
Ben Pfaff
2011-08-24
1
-1
/
+0
*
python: Avoid using 'type' as a variable name.
Ben Pfaff
2011-08-24
1
-5
/
+5
*
jsonrpc.py: Import "ovs.json".
Justin Pettit
2011-02-21
1
-0
/
+1
*
Implement initial Python bindings for Open vSwitch database.
Ben Pfaff
2010-08-25
1
-0
/
+526