ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / python /
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.
2011-09-23 Ben Pfaffovs.json: Actually implement the "pretty" option for...
2011-09-23 Ben Pfaffpython: Avoid shadowing standard or global names.
2011-09-23 Ben Pfaffpython: Avoid "unused parameter" warnings from pychecker.
2011-09-23 Ben Pfaffovs.db.types: Always initialize ref_type attribute.
2011-09-17 Ethan Jacksondaemon.py: Silence return warning.
2011-09-17 Ethan Jacksondaemon.py: Don't shadow built-in 'file' variable.
2011-09-16 Ethan Jacksondaemon.py: Whitespace cleanup.
2011-09-15 Ben PfaffMark "uninstall-local" targets phony.
2011-08-25 Ben Pfaffovs.db.types: Remove write-only variable from constrain...
2011-08-25 Ben Pfaffpython: Remove unused imports.
2011-08-25 Ben Pfaffovs.stream: Remove unused parameter from usage().
2011-08-25 Ben Pfaffovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match...
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-25 Ben Pfaffovs.json: Use Exception, which exists, instead of Error...
2011-08-25 Ben Pfaffovs.db.idl: Fix error message format arguments.
2011-08-25 Ben Pfaffovs.daemon: Add missing format string argument.
2011-08-25 Ben Pfaffovs.daemon: Fix name of EALREADY error.
2011-08-25 Ben Pfaffovs.daemon: Add missing 'global' when setting _pidfile_...
2011-08-25 Ben Pfaffovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
2011-08-24 Ben Pfaffpython: Use enumerate() builtin function to simplify...
2011-08-24 Ben Pfaffovs.stream: Simplify logic in Stream.wait().
2011-08-24 Ben Pfaffovs.stream: Drop Stream.get_name() since clients can...
2011-08-24 Ben Pfaffovs.stream: Use %d in place of %ld since the two are...
2011-08-24 Ben Pfaffovs.reconnect: Fix typo in documentation.
2011-08-24 Ben Pfaffovs.reconnect: Make Reconnect.Reconnect inherit from...
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 Pfaffovs.json: Optimize __dump_string().
2011-08-24 Ben Pfaffovs.fatal_signal: Remove unnecessary "global" statement.
2011-08-24 Ben Pfaffovs.fatal_signal: Reorder definitions to be more easily...
2011-08-24 Ben Pfaffovs.db.types: Introduce DEFAULT_MIN, DEFAULT_MAX as...
2011-08-24 Ben Pfaffovs.db.types: Use toAtomicType() instead of open-coding it.
2011-08-24 Ben Pfaffovs.db.types: Simplify code to avoid try/except case.
2011-08-24 Ben Pfaffovs.db.types: Use .append instead of += for adding...
2011-08-24 Ben Pfaffovs.db.schema: Factor common checks for identifiers...
2011-08-24 Ben Pfaffovs.db.parser: Simplify code.
2011-08-24 Ben Pfaffovs.db.idl: Use top-level class to represent IDL rows.
2011-08-24 Ben Pfaffovs.db.idl: Actually use Idl.__modify_row()'s return...
2011-08-24 Ben Pfaffovs.db.idl: Improve error reporting for bad <row-update>s.
2011-08-24 Ben Pfaffovsdb-data: Simplify converting an OVSDB datum to JSON...
2011-08-24 Ben Pfaffdaemon: Stylistic improvement for __read_pidfile in...
2011-08-24 Ben Pfaffdaemon: Correct comment in Python implementation.
2011-08-24 Ben Pfaffpython: Avoid using 'tuple' as a variable name.
next