summaryrefslogtreecommitdiff
path: root/ovsdb/table.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Log database transactions for user requested tables.Dumitru Ceara2022-06-281-0/+13
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ovsdb: row: Add support for xor-based row updates.Ilya Maximets2021-07-151-4/+5
* ovsdb: table: Expose functions to execute operations on ovsdb tables.Ilya Maximets2021-07-151-0/+69
* Embrace anonymous unions.Ben Pfaff2018-05-251-4/+4
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-5/+4
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff2011-06-061-3/+92
* ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff2011-06-061-14/+0
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-1/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-6/+24
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-4/+2
* ovsdb: Allow constraining the number of rows in a table.Ben Pfaff2010-03-181-4/+24
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-051-16/+5
* ovsdb: Add functions to clone schemas.Ben Pfaff2010-02-151-0/+20
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-2/+2
* ovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_table_put_row().Ben Pfaff2010-02-081-14/+5
* ovsdb: Use direct pointer from table to txn_table to simplify code.Ben Pfaff2010-02-081-0/+1
* ovsdb: Require database, table, column names to be valid identifiers.Ben Pfaff2009-11-191-0/+2
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+228