aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2012-07-25Fix "*tivty" typos.Justin Pettit
2012-07-02python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff
2012-07-02ovs-l3ping: A new test utility that allows to detect L3 tunneling issuesAnsis Atteka
2012-07-02Python daemons: Changed log date time format.Arun Sharma
2012-06-14lib: Utilize smaps in the idl.Ethan Jackson
2012-05-22python: Implement "vlog/set", "vlog/list" unixctl commands in Python vlog.Ben Pfaff
2012-05-22python: Implement "vlog/reopen" unixctl command in Python vlog.Ben Pfaff
2012-05-22python: Break unixctl implementation into registry, client, and server.Ben Pfaff
2012-05-22Use PYTHONDONTWRITEBYTECODE=yes for invoking Python for build or test.Ben Pfaff
2012-05-22Fix typo in "PYTHONPATH".Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26json: Correct position tracking in JSON parser implementations.Ben Pfaff
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