summaryrefslogtreecommitdiff
path: root/ovsdb/row.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-131-0/+1
* ovsdb-server: Log database transactions for user requested tables.Dumitru Ceara2022-06-281-0/+1
* ovsdb: transaction: Incremental reassessment of weak refs.Ilya Maximets2021-11-041-6/+28
* ovsdb: row: Add support for xor-based row updates.Ilya Maximets2021-07-151-2/+4
* osvdb: Add some helpful comments.Ben Pfaff2018-12-031-1/+1
* ovsdb: Weak references performance fixRodriguez Betancourt, Esteban2016-07-261-3/+5
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-4/+4
* 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
* Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff2012-03-281-2/+2
* ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff2011-06-061-0/+6
* ovsdb: Add functions for formatting column sets and data in columns sets.Ben Pfaff2011-06-061-2/+3
* ovsdb: Add support for weak references.Ben Pfaff2010-03-171-6/+28
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-1/+1
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-1/+8
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+139