netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / python / ovs /
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...
2013-02-28 Andy Zhoupython: Do not include time stamp in syslog messages.
2013-02-11 Pavithra Rameshstream-unix: Use rundir as root for relative paths.
2013-02-04 Ben Pfaffpython/ovs/db/types: Fix English grammar for enums...
2013-01-16 James Pagepython: Workaround UNIX socket path length limits
2012-12-13 Ben Pfaffdaemon: Start monitor process, not daemon process,...
2012-11-22 Ben Pfaffpython/ovs/stream: Fix Stream.connect() retval for...
2012-11-20 Ben Pfaffsocket-util: Remove get_socket_error().
2012-11-20 Ben Pfaffsocket-util: Avoid using SO_ERROR.
2012-11-20 Ben Pfaffpython/ovs/socket_util: Fix error path in set_nonblocking.
2012-11-19 FUJITA Tomonoridon't use select.POLL* constants
2012-10-17 Isaku Yamahatastream.py: un-decorator Stream.register_method
2012-10-17 Reid Pricestream.py: Don't use class decorators.
2012-10-16 Isaku Yamahatapython/ovs/socket_util: don't use Exception, but ValueError
2012-10-15 Isaku Yamahatapython/ovs/stream: teach stream.py tcp socket
2012-10-15 Isaku Yamahatapython/ovs/socket_util: add tcp related helper function...
2012-09-27 Isaku Yamahatapython/ovs/db/idl: getattr(Row) raises TypeError, not...
2012-09-18 Ben Pfaffjsonrpc: Fix Python implementation of inactivity logic.
2012-09-13 Isaku Yamahatapython/ovs/db/idl.py: Transaction._substitute doesn...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: make SchemaHelper accept schema...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: add counterpart of ovsdb_idl_add_table()
2012-09-12 Isaku Yamahatapython/ovs: socket_util uses select.poll
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-09-05 Isaku Yamahatapython/ovs/poller: use select.select instead of select...
2012-08-03 Ben Pfaffdirs: dbdir default must be based on sysconfdir.
2012-08-02 Mehak MahajanFix a typo in commit f973f2af2.
2012-08-01 Ben PfaffMake the location of the database separately configurable.
2012-07-25 Justin PettitFix "*tivty" typos.
2012-07-02 Ben Pfaffpython: Call 'wait' methods correctly in jsonrpc and...
2012-07-02 Arun SharmaPython daemons: Changed log date time format.
2012-06-14 Ethan Jacksonlib: Utilize smaps in the idl.
2012-05-22 Ben Pfaffpython: Implement "vlog/set", "vlog/list" unixctl comma...
2012-05-22 Ben Pfaffpython: Implement "vlog/reopen" unixctl command in...
2012-05-22 Ben Pfaffpython: Break unixctl implementation into registry...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-04-12 Ethan Jacksonpython: Honor zero probe interval in reconnect.py
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
next