aboutsummaryrefslogtreecommitdiff
path: root/python/ovs
AgeCommit message (Expand)Author
2012-11-21python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff
2012-07-02python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff
2012-03-19ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff
2011-11-28daemon: Better log when fork child dies early from signals.Ben Pfaff
2011-11-18ovs-test: A new tool that allows to diagnose connectivity and performance issuesAnsis Atteka
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-10-12ovs.db.types: Consistently use commas in formatting large numbers.Ben Pfaff
2011-09-29ovs.daemon: Fix bug introduced by "pychecker" warning fixes.Ben Pfaff
2011-09-29ovs.daemon: Fix semantics of --pidfile option.Ben Pfaff
2011-09-27python: Upgrade to vlog.Ethan Jackson
2011-09-27python: Upgrade daemon module to argparse.Ethan Jackson
2011-09-27stream.py: Make usage() function return a string.Ethan Jackson
2011-09-27python: Create new vlog module.Ethan Jackson
2011-09-26json.py: Typo in parsing code.Ben Pfaff
2011-09-24python: Style cleanup.Ethan Jackson
2011-09-24ovsuuid.py: Fix use of undefined symbol.Ethan Jackson
2011-09-23python: Implement write support in Python IDL for OVSDB.Ben Pfaff
2011-09-23ovs.db.types: Add table reference to ovs.db.types.BaseType.Ben Pfaff
2011-09-23python: Accept multiple forms of strings and lists when parsing JSON.Ben Pfaff
2011-09-23python: Change 'clone' function names to 'copy'.Ben Pfaff
2011-09-23ovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.Ben Pfaff
2011-09-23ovs.jsonrpc: Include result in Message.__str__() output.Ben Pfaff
2011-09-23ovs.db.data: Make Datum.check_constraints() work.Ben Pfaff
2011-09-23ovs.db.data: Fix Atom.new()'s handling of Boolean values.Ben Pfaff
2011-09-23ovs.json: Remove commented-out debug code.Ben Pfaff
2011-09-23ovs.json: Actually implement the "pretty" option for serialization.Ben Pfaff
2011-09-23python: Avoid shadowing standard or global names.Ben Pfaff
2011-09-23python: Avoid "unused parameter" warnings from pychecker.Ben Pfaff
2011-09-23ovs.db.types: Always initialize ref_type attribute.Ben Pfaff
2011-09-16daemon.py: Silence return warning.Ethan Jackson
2011-09-16daemon.py: Don't shadow built-in 'file' variable.Ethan Jackson
2011-09-16daemon.py: Whitespace cleanup.Ethan Jackson
2011-09-15Mark "uninstall-local" targets phony.Ben Pfaff
2011-08-25ovs.db.types: Remove write-only variable from constraintsToEnglish().Ben Pfaff
2011-08-25python: Remove unused imports.Ben Pfaff
2011-08-25ovs.stream: Remove unused parameter from usage().Ben Pfaff
2011-08-25ovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match with too few params.Ben Pfaff
2011-08-25ovs.jsonrpc: Fix static method Session.open() reference to 'self'.Ben Pfaff
2011-08-25ovs.jsonrpc: Fix static method Message.__validate_arg reference to 'self'.Ben Pfaff
2011-08-25ovs.json: Use Exception, which exists, instead of Error, which doesn't.Ben Pfaff
2011-08-25ovs.db.idl: Fix error message format arguments.Ben Pfaff
2011-08-25ovs.daemon: Add missing format string argument.Ben Pfaff
2011-08-25ovs.daemon: Fix name of EALREADY error.Ben Pfaff
2011-08-25ovs.daemon: Add missing 'global' when setting _pidfile_dev, _pidfile_ino.Ben Pfaff
2011-08-25ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.Ben Pfaff
2011-08-24python: Use enumerate() builtin function to simplify counted iteration.Ben Pfaff
2011-08-24ovs.stream: Simplify logic in Stream.wait().Ben Pfaff
2011-08-24ovs.stream: Drop Stream.get_name() since clients can use 'name' directly.Ben Pfaff
2011-08-24ovs.stream: Use %d in place of %ld since the two are equivalent in Python.Ben Pfaff
2011-08-24ovs.reconnect: Fix typo in documentation.Ben Pfaff