Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / python / ovs / db /
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-04 Ben Pfaffovsdb: Remove SPECS in favor of referring to RFC 7047.
2013-10-09 Giuseppe LettieriMerge branch 'mainstream'
2013-10-08 Ben Pfaffovsdb-idl: Remove write-only member 'commit_seqno'...
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-04-08 Ben Pfaffpython.ovs.db.idl: Fix Row.delete() of a row already...
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-06 Ben Pfaffovsdb-idlc: Make no-op writes to write-only columns...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-04 Ben Pfaffpython/ovs/db/types: Fix English grammar for enums...
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-09-27 Isaku Yamahatapython/ovs/db/idl: getattr(Row) raises TypeError, not...
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-13 Isaku Yamahatapython/ovs/db/idl.py: Transaction._substitute doesn...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: make SchemaHelper accept schema...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: add counterpart of ovsdb_idl_add_table()
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-06-14 Ethan Jacksonlib: Utilize smaps in the idl.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-03-12 Ben Pfaffovsdb-doc: Use minus sign in negative numbers in nroff...
2012-03-09 Ethan Jacksonidl: Convert python daemons to utilize SchemaHelper.
2012-03-02 Ethan Jacksonpython: Implement new SchemaHelper class.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-10-12 Ben Pfaffovs.db.types: Consistently use commas in formatting...
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-09-23 Ben Pfaffovs.db.types: Add table reference to ovs.db.types.BaseType.
2011-09-23 Ben Pfaffpython: Accept multiple forms of strings and lists...
2011-09-23 Ben Pfaffpython: Change 'clone' function names to 'copy'.
2011-09-23 Ben Pfaffovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.
2011-09-23 Ben Pfaffovs.db.data: Make Datum.check_constraints() work.
2011-09-23 Ben Pfaffovs.db.data: Fix Atom.new()'s handling of Boolean values.
2011-09-23 Ben Pfaffpython: Avoid shadowing standard or global names.
2011-09-23 Ben Pfaffovs.db.types: Always initialize ref_type attribute.
2011-08-25 Ben Pfaffovs.db.types: Remove write-only variable from constrain...
2011-08-25 Ben Pfaffpython: Remove unused imports.
2011-08-25 Ben Pfaffovs.db.idl: Fix error message format arguments.
2011-08-25 Ben Pfaffovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
2011-08-24 Ben Pfaffpython: Use enumerate() builtin function to simplify...
2011-08-24 Ben Pfaffovs.db.types: Introduce DEFAULT_MIN, DEFAULT_MAX as...
2011-08-24 Ben Pfaffovs.db.types: Use toAtomicType() instead of open-coding it.
2011-08-24 Ben Pfaffovs.db.types: Simplify code to avoid try/except case.
2011-08-24 Ben Pfaffovs.db.types: Use .append instead of += for adding...
2011-08-24 Ben Pfaffovs.db.schema: Factor common checks for identifiers...
2011-08-24 Ben Pfaffovs.db.parser: Simplify code.
2011-08-24 Ben Pfaffovs.db.idl: Use top-level class to represent IDL rows.
2011-08-24 Ben Pfaffovs.db.idl: Actually use Idl.__modify_row()'s return...
2011-08-24 Ben Pfaffovs.db.idl: Improve error reporting for bad <row-update>s.
2011-08-24 Ben Pfaffovsdb-data: Simplify converting an OVSDB datum to JSON...
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-06-06 Ben Pfaffpython ovsdb: Fix one style inconsistency.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-idlc: Initialize refType in IDL reference columns...
2011-01-04 Ethan Jacksonpython: properly initialize string length on 64bit...
2010-12-27 Ben PfaffImplement database schema versioning.
2010-11-02 Ben Pfaffovsdb: Fix formatting of ovs.db.Error on Python 2.6.
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...