summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff2012-07-022-2/+2
* Fix typo in "PYTHONPATH".Ben Pfaff2012-05-221-1/+1
* ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff2012-03-191-12/+19
* daemon: Better log when fork child dies early from signals.Ben Pfaff2011-11-281-6/+12
* ovs-test: A new tool that allows to diagnose connectivity and performance issuesAnsis Atteka2011-11-187-2/+632
* ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff2011-10-311-6/+15
* ovs.db.types: Consistently use commas in formatting large numbers.Ben Pfaff2011-10-121-8/+11
* ovs.daemon: Fix bug introduced by "pychecker" warning fixes.Ben Pfaff2011-09-291-1/+1
* ovs.daemon: Fix semantics of --pidfile option.Ben Pfaff2011-09-291-1/+1
* python: Upgrade to vlog.Ethan Jackson2011-09-278-95/+106
* python: Upgrade daemon module to argparse.Ethan Jackson2011-09-271-17/+34
* stream.py: Make usage() function return a string.Ethan Jackson2011-09-271-11/+7
* python: Create new vlog module.Ethan Jackson2011-09-272-0/+201
* python: Backport argparse to older platforms.Ethan Jackson2011-09-273-0/+2947
* json.py: Typo in parsing code.Ben Pfaff2011-09-261-1/+1
* python: Style cleanup.Ethan Jackson2011-09-2417-111/+242
* ovsuuid.py: Fix use of undefined symbol.Ethan Jackson2011-09-241-1/+1
* python: Implement write support in Python IDL for OVSDB.Ben Pfaff2011-09-234-144/+1006
* ovs.db.types: Add table reference to ovs.db.types.BaseType.Ben Pfaff2011-09-232-31/+33
* python: Accept multiple forms of strings and lists when parsing JSON.Ben Pfaff2011-09-235-16/+17
* python: Change 'clone' function names to 'copy'.Ben Pfaff2011-09-232-6/+6
* ovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.Ben Pfaff2011-09-234-52/+46
* ovs.jsonrpc: Include result in Message.__str__() output.Ben Pfaff2011-09-231-0/+2
* ovs.db.data: Make Datum.check_constraints() work.Ben Pfaff2011-09-231-3/+3
* ovs.db.data: Fix Atom.new()'s handling of Boolean values.Ben Pfaff2011-09-231-1/+1
* ovs.json: Remove commented-out debug code.Ben Pfaff2011-09-231-3/+0
* ovs.json: Actually implement the "pretty" option for serialization.Ben Pfaff2011-09-231-38/+74
* python: Avoid shadowing standard or global names.Ben Pfaff2011-09-236-25/+25
* python: Avoid "unused parameter" warnings from pychecker.Ben Pfaff2011-09-232-7/+7
* ovs.db.types: Always initialize ref_type attribute.Ben Pfaff2011-09-231-0/+4
* daemon.py: Silence return warning.Ethan Jackson2011-09-161-3/+5
* daemon.py: Don't shadow built-in 'file' variable.Ethan Jackson2011-09-161-12/+12
* daemon.py: Whitespace cleanup.Ethan Jackson2011-09-161-5/+29
* Mark "uninstall-local" targets phony.Ben Pfaff2011-09-151-1/+1
* ovs.db.types: Remove write-only variable from constraintsToEnglish().Ben Pfaff2011-08-251-2/+0
* python: Remove unused imports.Ben Pfaff2011-08-252-6/+0
* ovs.stream: Remove unused parameter from usage().Ben Pfaff2011-08-251-1/+1
* ovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match with too few params.Ben Pfaff2011-08-251-1/+1
* ovs.jsonrpc: Fix static method Session.open() reference to 'self'.Ben Pfaff2011-08-251-1/+1
* ovs.jsonrpc: Fix static method Message.__validate_arg reference to 'self'.Ben Pfaff2011-08-251-7/+6
* ovs.json: Use Exception, which exists, instead of Error, which doesn't.Ben Pfaff2011-08-251-1/+1
* ovs.db.idl: Fix error message format arguments.Ben Pfaff2011-08-251-2/+2
* ovs.daemon: Add missing format string argument.Ben Pfaff2011-08-251-1/+1
* ovs.daemon: Fix name of EALREADY error.Ben Pfaff2011-08-251-1/+1
* ovs.daemon: Add missing 'global' when setting _pidfile_dev, _pidfile_ino.Ben Pfaff2011-08-251-0/+2
* ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.Ben Pfaff2011-08-251-1/+1
* python: Use enumerate() builtin function to simplify counted iteration.Ben Pfaff2011-08-242-15/+5
* ovs.stream: Simplify logic in Stream.wait().Ben Pfaff2011-08-241-3/+3
* ovs.stream: Drop Stream.get_name() since clients can use 'name' directly.Ben Pfaff2011-08-242-4/+1