summaryrefslogtreecommitdiff
path: root/ovsdb/row.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Count weak reference objects.Ilya Maximets2022-12-061-1/+4
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-131-0/+17
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-4/+2
* ovsdb-server: Log database transactions for user requested tables.Dumitru Ceara2022-06-281-0/+17
* ovsdb: row: Optimize row updates by applying diffs in-place.Ilya Maximets2022-03-031-11/+5
* ovsdb: transaction: Incremental reassessment of weak refs.Ilya Maximets2021-11-041-13/+84
* ovsdb: row: Add support for xor-based row updates.Ilya Maximets2021-07-151-5/+25
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+3
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-6/+6
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+1
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-3/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff2011-06-061-1/+3
* ovsdb: Add functions for formatting column sets and data in columns sets.Ben Pfaff2011-06-061-1/+19
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-9/+5
* ovsdb: Add support for weak references.Ben Pfaff2010-03-171-0/+17
* 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/+2
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+386