]> git.proxmox.com Git - ovs.git/history - python/ovs/jsonrpc.py
bump version to 2.15.0+ds1-2+deb11u3.1
[ovs.git] / python / ovs / jsonrpc.py
2021-02-19 Thomas GoirandMerge tag '2.15.0+ds1' into debian/victoria
2021-02-19 Thomas GoirandMerge tag 'v2.15.0' into master-dfsg
2021-01-07 Ben Pfaffreconnect: Add Python implementation of received_attemp...
2020-03-17 Thomas GoirandMerge tag '2.13.0+dfsg1' into debian/2.13
2020-03-17 Thomas GoirandMerge tag '2.13.0' into master-dfsg
2019-12-20 Timothy RedaelliRemove dependency on python3-six
2019-07-11 Thomas GoirandMerge branch 'branch-2.11-ds' into debian/train
2019-01-15 Terry WilsonUn-revert Work around Python/C JSON unicode differences
2018-12-27 Ilya Maximetspython: jsonrpc: Pick new remote on disconnect.
2018-10-15 Ilya MaximetsRevert "Test the Python C JSON extension"
2018-10-11 Terry WilsonWork around Python/C JSON unicode differences
2018-08-31 Thomas GoirandMerge tag '2.10.0+ds1' into debian/rocky
2018-08-31 Thomas GoirandMerge tag '2.10.0' into master-dfsg
2018-08-30 Thomas GoirandMerge tag '2.9.2+ds1' into debian/rocky
2018-08-30 Thomas GoirandMerge tag '2.9.2' into master-dfsg
2018-08-15 Numan Siddiquepython jsonrpc: Allow jsonrpc_session to have more...
2018-08-14 Numan Siddiquepython jsonrpc: Allow jsonrpc_session to have more...
2018-03-09 Guoshuai Lipython: Fix decoding error when the received data is...
2018-03-09 Guoshuai Lipython: Fix decoding error when the received data is...
2017-08-09 Lance Richardsonpython: make python idl unicode-tolerant
2017-08-09 Lance Richardsonpython: make python idl unicode-tolerant
2017-04-13 Lucas Alvares Gomespython: Allow tuning the session probe_interval from IDL
2017-03-09 xurong00037997Adapt to flake8-import-order
2017-01-03 Alin BalutoiuPython tests: Ported UNIX sockets to Windows
2016-05-20 Ofer Ben-Yacovpython: Add TCP passive-mode to IDL.
2016-02-02 Russell Bryantpython: Deal with str and byte differences.
2016-02-02 Russell Bryantpython: Remove reamining direct type comparisons.
2016-02-02 Russell Bryantpython: Drop unicode type.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-05 Russell Bryantpython: Fix several pep8 whitespace errors.
2016-01-05 Russell Bryantpython: Resolve pep8 comparison errors.
2015-06-25 Sumit Gargpython: Fix issue with probes for JSONRPC connections
2013-10-25 Ben Pfaffjsonrpc: Only compose message to log if it's really...
2012-09-18 Ben Pfaffjsonrpc: Fix Python implementation of inactivity logic.
2012-09-07 Ben Pfaffjsonrpc: Treat receiving part of a message as activity.
2012-09-07 Ben Pfaffjsonrpc: Treat draining data from send queue as activity.
2012-09-07 Ben Pfaffreconnect: Rename reconnect_received() to reconnect_act...
2012-07-02 Ben Pfaffpython: Call 'wait' methods correctly in jsonrpc and...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-02 Ethan Jacksonpython: Add ovs_error() helper function to Python.
2012-03-02 Ethan Jacksonjsonrpc.py: Don't swallow errors in transact_block().
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-23 Ben Pfaffovs.jsonrpc: Include result in Message.__str__() output.
2011-09-23 Ben Pfaffpython: Avoid shadowing standard or global names.
2011-08-25 Ben Pfaffovs.jsonrpc: Fix static method Session.open() reference...
2011-08-25 Ben Pfaffovs.jsonrpc: Fix static method Message.__validate_arg...
2011-08-24 Ben Pfaffovs.stream: Drop Stream.get_name() since clients can...
2011-08-24 Ben Pfaffovs.jsonrpc: Use "not X" in place of "len(X) == 0"...
2011-08-24 Ben Pfaffovs.jsonrpc: Remove Connection.get_name()--clients...
2011-08-24 Ben Pfaffovs.jsonrpc: Remove dead class variable Message.__next_id.
2011-08-24 Ben Pfaffpython: Avoid using 'type' as a variable name.
2011-02-22 Justin Pettitjsonrpc.py: Import "ovs.json".
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...