summaryrefslogtreecommitdiff
path: root/ovsdb/mutation.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-1/+3
* ovsdb-data: Optimize union of sets.Ilya Maximets2021-09-241-1/+1
* ovsdb-server: fix memory leak while deleting zoneDamijan Skvarc2019-11-201-0/+2
* Embrace anonymous unions.Ben Pfaff2018-05-251-3/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+5
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-2/+2
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-3/+3
* ovsdb: Enforce immutability of immutable columns.Ben Pfaff2012-09-051-1/+7
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Fix spelling of "constraint violation" in error tag.Ben Pfaff2011-05-311-2/+2
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-251-1/+1
* ovsdb: Add default case to ovsdb_mutation_set_execute().Ben Pfaff2010-02-111-0/+3
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-2/+2
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-146/+202
* ovsdb-data: Add some more functions for dealing with "struct ovsdb_datum".Ben Pfaff2010-01-261-2/+2
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-161-0/+462