ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / python /
2011-08-24 Ben Pfaffpython: Avoid using 'type' as a variable name.
2011-08-24 Ben Pfaffpython: Take advantage of Python "x < y < z" syntax.
2011-08-24 Ben Pfaffpython: Avoid lots of \" in quoted strings by using...
2011-08-24 Ben Pfaffpython: Join a list of strings instead of concatenating...
2011-08-24 Ben Pfaffpython: Use getattr() and setattr() instead of __dict__.
2011-08-24 Ben Pfaffovs.db.data: Fix bugs in Atom.is_default() and Datum...
2011-08-24 Ben Pfaffovs.stream: Fix logic bug in Stream.connect().
2011-07-06 Ben Pfaffpython: Make invalid UTF-8 sequence messages consistent...
2011-06-14 Ben Pfaffpython: Fix "make install" on systems without Python.
2011-06-06 Ben Pfaffpython ovsdb: Fix one style inconsistency.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-05-24 Ben Pfafftests: Fix the two Python XFAIL tests.
2011-04-04 Ben Pfaffdaemon: Avoid races on pidfile creation.
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-04 Ben Pfaffdaemon: Tolerate EINTR in fork_and_wait_for_startup().
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-29 Ben Pfaffdaemon: Avoid redundant code in already_running().
2011-03-29 Ben Pfaffdaemon: Write "already running" message to log also.
2011-03-15 Andrew Evansreconnect.py: Fix Python 2.4 compatibility break.
2011-03-14 Andrew Evansovsdb-server: Report time since last connect and discon...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-idlc: Initialize refType in IDL reference columns...
2011-03-10 Ben Pfaffpython/ovs/ovsuuid: Fix behavior of UUID.from_json...
2011-03-10 Andrew Evansreconnect: Rename CONNECT_IN_PROGRESS state to CONNECTI...
2011-03-10 Andrew Evansreconnect: Track last-disconnected time.
2011-02-22 Justin Pettitjsonrpc.py: Import "ovs.json".
2011-01-12 Ben Pfaffpython: Use os.path.basename instead of open-coding it.
2011-01-04 Ethan Jacksonpython: properly initialize string length on 64bit...
2010-12-27 Ben PfaffImplement database schema versioning.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-02 Ben Pfaffovsdb: Fix formatting of ovs.db.Error on Python 2.6.
2010-09-23 Ethan Jacksonxenserver: monitor-external-ids should run with --monitor
2010-09-23 Ben Pfaffdaemon: Fix behavior of read_pidfile() for our own...
2010-09-18 Ethan Jacksonpython: timer_wait_until calculated current time incorr...
2010-09-17 Ben Pfaffovsdb-doc: Be less explicit in ovs-vswitchd.conf.db(5).
2010-08-26 Ben Pfaffxenserver: Add type-checking to monitor-external-ids...
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...