aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2012-04-18ovs-test: Enhancements to the ovs-test toolAnsis Atteka
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-04-12python: Honor zero probe interval in reconnect.pyEthan Jackson
2012-04-12ovsdb-idl: Improve documentation.Ben Pfaff
2012-04-12ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff
2012-04-12ovsdb-idl: Simplify transaction retry.Ben Pfaff
2012-03-31unixctl.py: Allow callers to manually set unixctl version.Ethan Jackson
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-12python: Fix "make distcheck" error on version.py.Ben Pfaff
2012-03-12ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff
2012-03-09idl: Convert python daemons to utilize SchemaHelper.Ethan Jackson
2012-03-07python: Make build number format consistent with C.Ethan Jackson
2012-03-07stream-unix: Do not bind a name for client sockets.Ben Pfaff
2012-03-07python socket_util: Use correct fatal_signal function on error path.Ben Pfaff
2012-03-07python socket_util: Don't try to unbind None bind_path.Ben Pfaff
2012-03-02python: Implement new SchemaHelper class.Ethan Jackson
2012-03-02python: Port unixctl to Python.Ethan Jackson
2012-03-02python: Add ovs_error() helper function to Python.Ethan Jackson
2012-03-02python: New method to retrieve OVS version at runtime.Ethan Jackson
2012-03-02tests: Add code coverage for Python.Ethan Jackson
2012-03-02jsonrpc.py: Don't swallow errors in transact_block().Ethan Jackson
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-27python: Backport argparse to older platforms.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