aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/SPECS
AgeCommit message (Expand)Author
2011-03-31ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-10ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff
2011-02-15ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff
2010-12-27Implement database schema versioning.Ben Pfaff
2010-11-29ovsdb: Remove trailing whitespaceEthan Jackson
2010-10-22ovsdb: Document the "mutable" feature for columns.Ben Pfaff
2010-07-01ovsdb: Extend "monitor" to select different operations in a single table.Ben Pfaff
2010-06-30ovsdb: Document in SPECS how OVS uses JSON.Ben Pfaff
2010-04-12ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff
2010-03-18ovsdb: Allow constraining the number of rows in a table.Ben Pfaff
2010-03-17ovsdb: Add support for weak references.Ben Pfaff
2010-03-05ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff
2010-02-25ovsdb: Add support for "enum" constraints.Ben Pfaff
2010-02-25ovsdb: Drop regular expression constraints.Ben Pfaff
2010-02-18ovsdb: Introduce <nonnull-json-value> to clarify specifications.Ben Pfaff
2010-02-18ovsdb: Fix use of <value> as both a JSON value and as a database value.Ben Pfaff
2010-02-09ovsdb: Add support for multiple databases to the protocol.Ben Pfaff
2010-02-08ovsdb: Make scalars and 1-element sets interchangeable.Ben Pfaff
2010-02-08ovsdb: Get rid of "declare" operation.Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-01-26ovsdb: Require column type "min" value be 0 or 1.Ben Pfaff
2010-01-11ovsdb: Clarify spec for map mutation insert mutator.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-16Fix typos in ovsdb specification.Ben Pfaff
2009-12-16ovsdb: Add new "mutation" operation to transactions.Ben Pfaff
2009-12-07ovsdb: Implement new "declare" operation.Ben Pfaff
2009-12-07Update ovsdb specifications based on suggestions from Brandon Heller.Ben Pfaff
2009-12-02ovsdb: Allow a named-uuid to be used within the operation that creates it.Ben Pfaff
2009-11-23ovsdb: Minor cleanups to the SPECS fileJustin Pettit
2009-11-17ovsdb: Monitor support.Ben Pfaff
2009-11-16ovsdb: Fix use of non-array for JSON-RPC parameters.Ben Pfaff
2009-11-12ovsdb-server: Reconnect to clients specified on --connect.Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff