ofproto: Fix potential leak during flow mods.
[sliver-openvswitch.git] / python /
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 Ansis Attekaovs-l3ping: A new test utility that allows to detect...
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-22 Ben PfaffUse PYTHONDONTWRITEBYTECODE=yes for invoking Python...
2012-05-22 Ben PfaffFix typo in "PYTHONPATH".
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-18 Ansis Attekaovs-test: Enhancements to the ovs-test tool
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.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-03-31 Ethan Jacksonunixctl.py: Allow callers to manually set unixctl version.
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-12 Ben Pfaffpython: Fix "make distcheck" error on version.py.
2012-03-12 Ben Pfaffovsdb-doc: Use minus sign in negative numbers in nroff...
2012-03-09 Ethan Jacksonidl: Convert python daemons to utilize SchemaHelper.
2012-03-08 Ethan Jacksonpython: Make build number format consistent with C.
2012-03-08 Ben Pfaffstream-unix: Do not bind a name for client sockets.
2012-03-08 Ben Pfaffpython socket_util: Use correct fatal_signal function...
2012-03-08 Ben Pfaffpython socket_util: Don't try to unbind None bind_path.
2012-03-02 Ethan Jacksonpython: Implement new SchemaHelper class.
2012-03-02 Ethan Jacksonpython: Port unixctl to Python.
2012-03-02 Ethan Jacksonpython: Add ovs_error() helper function to Python.
2012-03-02 Ethan Jacksonpython: New method to retrieve OVS version at runtime.
2012-03-02 Ethan Jacksontests: Add code coverage for Python.
2012-03-02 Ethan Jacksonjsonrpc.py: Don't swallow errors in transact_block().
2011-11-28 Ben Pfaffdaemon: Better log when fork child dies early from...
2011-11-18 Ansis Attekaovs-test: A new tool that allows to diagnose connectivi...
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-10-12 Ben Pfaffovs.db.types: Consistently use commas in formatting...
2011-09-29 Ben Pfaffovs.daemon: Fix bug introduced by "pychecker" warning...
2011-09-29 Ben Pfaffovs.daemon: Fix semantics of --pidfile option.
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-27 Ethan Jacksonpython: Upgrade daemon module to argparse.
2011-09-27 Ethan Jacksonstream.py: Make usage() function return a string.
2011-09-27 Ethan Jacksonpython: Create new vlog module.
2011-09-27 Ethan Jacksonpython: Backport argparse to older platforms.
2011-09-26 Ben Pfaffjson.py: Typo in parsing code.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-24 Ethan Jacksonovsuuid.py: Fix use of undefined symbol.
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-09-23 Ben Pfaffovs.db.types: Add table reference to ovs.db.types.BaseType.
2011-09-23 Ben Pfaffpython: Accept multiple forms of strings and lists...
2011-09-23 Ben Pfaffpython: Change 'clone' function names to 'copy'.
2011-09-23 Ben Pfaffovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.
2011-09-23 Ben Pfaffovs.jsonrpc: Include result in Message.__str__() output.
2011-09-23 Ben Pfaffovs.db.data: Make Datum.check_constraints() work.
2011-09-23 Ben Pfaffovs.db.data: Fix Atom.new()'s handling of Boolean values.
2011-09-23 Ben Pfaffovs.json: Remove commented-out debug code.
next