aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2011-07-28python: Make invalid UTF-8 sequence messages consistent across Python versions.Ben Pfaff
2011-07-28tests: Fix the two Python XFAIL tests.Ben Pfaff
2011-06-14python: Fix "make install" on systems without Python.Ben Pfaff
2011-04-29daemon: Avoid races on pidfile creation.Ben Pfaff
2011-04-29daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-04-29daemon: Tolerate EINTR in fork_and_wait_for_startup().Ben Pfaff
2011-03-31ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff
2011-03-29daemon: Avoid redundant code in already_running().Ben Pfaff
2011-03-29daemon: Write "already running" message to log also.Ben Pfaff
2011-03-15reconnect.py: Fix Python 2.4 compatibility break.Andrew Evans
2011-03-14ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-10ovsdb-idlc: Initialize refType in IDL reference columns' types.Ben Pfaff
2011-03-10python/ovs/ovsuuid: Fix behavior of UUID.from_json() with no symbol table.Ben Pfaff
2011-03-10reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTING (like rconn).Andrew Evans
2011-03-09reconnect: Track last-disconnected time.Andrew Evans
2011-02-21jsonrpc.py: Import "ovs.json".Justin Pettit
2011-01-12python: Use os.path.basename instead of open-coding it.Ben Pfaff
2011-01-04python: properly initialize string length on 64bit systems.Ethan Jackson
2010-12-27Implement database schema versioning.Ben Pfaff
2010-11-29Make installation directories overridable at runtime.Ben Pfaff
2010-11-02ovsdb: Fix formatting of ovs.db.Error on Python 2.6.Ben Pfaff
2010-09-22xenserver: monitor-external-ids should run with --monitorEthan Jackson
2010-09-23daemon: Fix behavior of read_pidfile() for our own pidfile.Ben Pfaff
2010-09-17python: timer_wait_until calculated current time incorrectlyEthan Jackson
2010-09-17ovsdb-doc: Be less explicit in ovs-vswitchd.conf.db(5).Ben Pfaff
2010-08-26xenserver: Add type-checking to monitor-external-ids script.Ben Pfaff
2010-08-25Implement initial Python bindings for Open vSwitch database.Ben Pfaff