aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/table.c
AgeCommit message (Expand)Author
2011-06-06ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff
2011-06-06ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-03-18ovsdb: Allow constraining the number of rows in a table.Ben Pfaff
2010-03-05ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff
2010-02-15ovsdb: Add functions to clone schemas.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-08ovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_table_put_row().Ben Pfaff
2010-02-08ovsdb: Use direct pointer from table to txn_table to simplify code.Ben Pfaff
2009-11-19ovsdb: Require database, table, column names to be valid identifiers.Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff