aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/transaction.c
AgeCommit message (Expand)Author
2011-06-22ovsdb: Fix memory leak in transaction.Ben Pfaff
2011-06-06ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-10ovsdb: Don't count self-references in ovsdb_row's n_refs member.Ben Pfaff
2011-03-10ovsdb: Provide a way for for_each_txn_row() callback to delete any row.Ben Pfaff
2011-03-10ovsdb: Improve error reporting for some internal errors.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-06-22ovsdb-server: Improve logging for referential integrity violations.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-17ovsdb: Check for changed columns only once per transaction commit.Ben Pfaff
2010-03-17ovsdb: Simplify referential integrity checking commit logic.Ben Pfaff
2010-03-17ovsdb: Introduce for_each_txn_row() iterator function for transactions.Ben Pfaff
2010-03-17ovsdb: Centralize and make consistent setting txn_row members of rows.Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Use direct pointer from table to txn_table to simplify code.Ben Pfaff
2010-02-02ovsdb-server: Fix various memory leaks.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-11ovsdb: Cleanly abort delete operations.Ben Pfaff
2009-11-16ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff