Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / 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.
2011-08-24 Ben Pfaffpython: Avoid using 'type' as a variable name.
2011-08-24 Ben Pfaffpython: Take advantage of Python "x < y < z" syntax.
2011-08-24 Ben Pfaffpython: Avoid lots of \" in quoted strings by using...
2011-08-24 Ben Pfaffpython: Join a list of strings instead of concatenating...
2011-08-24 Ben Pfaffpython: Use getattr() and setattr() instead of __dict__.
2011-08-24 Ben Pfaffovs.db.data: Fix bugs in Atom.is_default() and Datum...
2011-08-24 Ben Pfaffovs.stream: Fix logic bug in Stream.connect().
2011-07-06 Ben Pfaffpython: Make invalid UTF-8 sequence messages consistent...
2011-06-14 Ben Pfaffpython: Fix "make install" on systems without Python.
2011-06-06 Ben Pfaffpython ovsdb: Fix one style inconsistency.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-05-24 Ben Pfafftests: Fix the two Python XFAIL tests.
2011-04-04 Ben Pfaffdaemon: Avoid races on pidfile creation.
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-04 Ben Pfaffdaemon: Tolerate EINTR in fork_and_wait_for_startup().
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-29 Ben Pfaffdaemon: Avoid redundant code in already_running().
2011-03-29 Ben Pfaffdaemon: Write "already running" message to log also.
2011-03-15 Andrew Evansreconnect.py: Fix Python 2.4 compatibility break.
2011-03-14 Andrew Evansovsdb-server: Report time since last connect and discon...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-idlc: Initialize refType in IDL reference columns...
2011-03-10 Ben Pfaffpython/ovs/ovsuuid: Fix behavior of UUID.from_json...
2011-03-10 Andrew Evansreconnect: Rename CONNECT_IN_PROGRESS state to CONNECTI...
2011-03-10 Andrew Evansreconnect: Track last-disconnected time.
2011-02-22 Justin Pettitjsonrpc.py: Import "ovs.json".
2011-01-12 Ben Pfaffpython: Use os.path.basename instead of open-coding it.
2011-01-04 Ethan Jacksonpython: properly initialize string length on 64bit...
2010-12-27 Ben PfaffImplement database schema versioning.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-02 Ben Pfaffovsdb: Fix formatting of ovs.db.Error on Python 2.6.
next