summaryrefslogtreecommitdiff
path: root/ovsdb/transaction.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Avoid converting database twice on an initiator.Ilya Maximets2023-04-241-1/+2
* ovsdb: Check for ephemeral columns before writing a new schema.Ilya Maximets2023-04-241-1/+2
* ovsdb-server: Allow OVSDB clients to specify the UUID for inserted rows.Ben Pfaff2020-01-161-1/+4
* ovsdb monitor: Fix crash when using non-zero last-id with standalone DB.Han Zhou2019-08-211-1/+1
* ovsdb raft: Precheck prereq before proposing commit.Han Zhou2019-03-071-0/+1
* ovsdb-monitor: Support monitor_cond_since.Han Zhou2019-02-281-0/+1
* ovsdb-server: Transaction history tracking.Han Zhou2019-02-281-0/+4
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-4/+15
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-0/+5
* 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: Warn when result of ovsdb_txn_commit() is ignored and fix caller.Justin Pettit2011-02-231-1/+2
* ovsdb: Check for changed columns only once per transaction commit.Ben Pfaff2010-03-171-1/+2
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-161-0/+3
* ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff2009-11-161-7/+8
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+41