summaryrefslogtreecommitdiff
path: root/ovsdb/table.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Log database transactions for user requested tables.Dumitru Ceara2022-06-281-0/+4
* ovsdb: row: Add support for xor-based row updates.Ilya Maximets2021-07-151-1/+1
* ovsdb: table: Expose functions to execute operations on ovsdb tables.Ilya Maximets2021-07-151-0/+14
* ovsdb: Reorder elements in ovsdb_table_schema structure.Bhanuprakash Bodireddy2016-10-171-2/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff2011-06-061-0/+7
* ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff2011-06-061-1/+0
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-5/+6
* ovsdb: Allow constraining the number of rows in a table.Ben Pfaff2010-03-181-1/+3
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-051-2/+0
* ovsdb: Add functions to clone schemas.Ben Pfaff2010-02-151-0/+2
* ovsdb: Use direct pointer from table to txn_table to simplify code.Ben Pfaff2010-02-081-1/+2
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+63