]> git.proxmox.com Git - mirror_ovs.git/history - python/ovs
rhel: Avoid logrotate error if /var/run/openvswitch does not exist
[mirror_ovs.git] / python / ovs /
2017-04-13 Lucas Alvares Gomespython: Allow tuning the session probe_interval from IDL
2017-03-09 xurong00037997Adapt to flake8-import-order
2017-02-17 Terry Wilsonpython: Prevent extra unexpected reply debug logs.
2017-02-15 Justin Pettitovsdb: Print enum elements for man pages in alphabetica...
2017-01-27 Alin Serdeanpython windows: Allow clients to read from server befor...
2017-01-14 Guoshuai Lipython: Catch exception "SSL.SysCallError" for send...
2017-01-04 Guoshuai Lipython: Add TCP/SSL probes for OVSDB python lib
2017-01-03 Alin BalutoiuPython tests: Daemon ported to Windows
2017-01-03 Alin BalutoiuPython tests: Ported UNIX sockets to Windows
2017-01-03 Alin BalutoiuPython tests: Add winutils.py module
2016-12-20 Ben Pfaffovsdb-idl: Change interface to conditional monitoring.
2016-12-12 Guoshuai Lipython: Update comment to mention SSL support.
2016-12-12 Guoshuai Lipython: Reconnect SSL connections when ovsdb-server...
2016-12-02 Daniele Di Proiettopython: Add double newline after fuction or class ...
2016-10-19 Ben Pfaffovsdb-idlc: Eliminate <prefix>_init() function from...
2016-10-15 Amitabha BiswasPython-IDL: getattr after mutate fix
2016-10-05 Numan Siddiquepython: Add SSL support to the python ovs client library
2016-09-01 Ben Pfaffovsdb-idlc: Make set and map update operations take...
2016-08-30 Amitabha Biswasovsdb: Fix mutation of newly inserted rows from Python...
2016-08-26 Liran Schourovsdb: Fix reference to table's row on condition_add...
2016-08-15 Amitabha Biswasovsdb-idl: Fix bugs in Python IDL partial set and map.
2016-08-14 Ryan Moatspython: Add support for partial map and partial set...
2016-08-03 Paul Bocapython tests: Fixed abs_file_name function for Windows
2016-08-03 Paul Bocapython tests: Fixed OSError not iterable on Windows
2016-08-03 Paul Bocapython tests: Added fcntl module for Windows
2016-08-03 Paul Bocapython tests: Fixed ctl file name for Windows
2016-08-03 Paul Bocapython tests: Register signal handlers only on supporte...
2016-08-03 Paul Bocapython tests: Implemented signal.alarm for Windows
2016-07-27 Numan Siddiquepython: Send old values of the updated cols in notify...
2016-07-26 Terry Wilsonpython: Serial JSON via Python's json lib.
2016-07-25 Zong Kai LIpython: add set type for ovs.idl.data.Datum.from_python
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-19 Liran Schourlib: add monitor_cond_change API to C IDL lib
2016-07-19 Liran Schourpython: move Python idl to work with monitor_cond
2016-07-06 Daniele Di Proiettovlog.py: Remove redundant setLevel() if "/dev/log"...
2016-07-06 Paul Bocavlog test: Disable default syslog logger
2016-06-08 Terry WilsonAdd optional C extension wrapper for Python JSON parsing
2016-06-08 Terry WilsonEnsure significand remains an integer in Python3 json...
2016-05-20 Ofer Ben-Yacovpython: Add TCP passive-mode to IDL.
2016-04-15 Russell Bryantpython: Update Python version checks.
2016-04-12 Ben Pfaffovsdb: Force columns that contain weak references to...
2016-02-10 Ben Pfaffvlog: Add vlog/close command.
2016-02-02 Russell Bryantpython: Deal with str and byte differences.
2016-02-02 Russell Bryantpython: Fix object comparisons in Python 3.
2016-02-02 Russell Bryantpython: Don't compare None and int.
2016-02-02 Russell Bryantpython: Remove reamining direct type comparisons.
2016-02-02 Russell Bryantpython: Use six.unichr().
2016-02-02 Russell Bryantpython: Drop use of sys.maxint.
2016-02-02 Russell Bryantpython: Don't use StringIO directly.
2016-02-02 Russell Bryantpython: Drop use of types.FunctionType.
2016-02-02 Russell Bryantpython: Drop use of types.StringTypes.
2016-02-02 Russell Bryantpython: Drop unicode type.
2016-02-02 Russell Bryantpython: Drop usage of long type.
2016-01-22 Russell Bryantpython: Convert dict iterators.
2016-01-20 Russell Bryantpython: Stop using xrange().
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Terry Wilsonpython: Start fixing some Python 3 issues.
2016-01-08 Numan Siddiquepython: Fix the TypeError exception seen when idl.Idl...
2016-01-06 Russell Bryantpython: Restrict line length to 79 chars.
2016-01-05 Russell Bryantpython: Resolve some indentation warnings.
2016-01-05 Russell Bryantpython: Add missing Apache License headers.
2016-01-05 Russell Bryantpython: Inherit from object.
2016-01-05 Russell Bryantpython: Fix several pep8 whitespace errors.
2016-01-05 Russell Bryantpython: Resolve pep8 comparison errors.
2016-01-05 Russell Bryantpython: Resolve pep8 blank line errors.
2016-01-05 Russell Bryantpython: Fix invalid varable/function references.
2016-01-05 Russell Bryantpython: Remove unused imports and variables.
2015-11-23 Shad Ansariovsdb-idl: Support for readonly columns that are fetche...
2015-06-25 Sumit Gargpython: Fix issue with probes for JSONRPC connections
2015-06-25 Sumit Gargpython: Fix writing to non-"alert" column for newly...
2015-06-25 Sumit Gargpython: Fix attempt to use a bool as a function.
2015-06-23 Ben PfaffIncrease prerequisite from Python 2.4 to Python 2.7.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-27 Terry WilsonAllow subclasses of Idl to define a notification hook
2015-02-20 Ben Pfaffsocket-util: Use correct address family in set_dscp...
2015-02-03 YAMAMOTO Takashivlog: Fix "/dev/log" test
2015-01-29 Gurucharan Shettyvlog: Don't fail syslog initialization in chroot.
2015-01-28 Gurucharan Shettyvlog: Ability to override the default log facility.
2015-01-08 Gurucharan Shettyvlog: Rename the currently used term 'facility' as...
2014-06-24 Gurucharan Shettysocket_util.py: Make set_dscp() python 2.4.3 compatible.
2014-06-04 Ryan Wilsontimeval: Add monotonic time functionality for NetBSD...
2014-05-31 Ryan Wilsontimeval: Import ctypes Python library within a try...
2014-05-30 Ryan Wilsontimeval: Use monotonic time in OVS Python timeval library.
2014-05-05 Gurucharan Shettyvlog: Use python 2.4 compatible functions.
2014-04-28 Dave TuckerPython Logging Formatting Improvements
2014-04-04 Ben Pfaffovsdb: Remove SPECS in favor of referring to RFC 7047.
2014-02-26 YAMAMOTO Takashisocket-util: Fix set_dscp for IPv6
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-24 Gurucharan Shettydaemon: Cleanup some functions.
2013-10-25 Ben Pfaffjsonrpc: Only compose message to log if it's really...
2013-10-18 YAMAMOTO Takashisocket-util: Add symlink based workaround for long...
2013-10-08 Ben Pfaffovsdb-idl: Remove write-only member 'commit_seqno'...
2013-09-17 Ben Pfaffvlog: Fix formatting of milliseconds in Python log...
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-04-18 Alex Wangpython: fix a typo error in python/ovs/socket_util.py.
2013-04-16 YAMAMOTO Takashipython/ovs/poller.py: workaround an eventlet bug
2013-04-08 Ben Pfaffpython.ovs.db.idl: Fix Row.delete() of a row already...
2013-04-05 Romain Lengletvlog: extend syslog format to make OVS logs easier...
2013-03-06 Ben Pfaffovsdb-idlc: Make no-op writes to write-only columns...
next