summaryrefslogtreecommitdiff
path: root/lib/ovsdb-types.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-types: Add functions to compare types for equality.Ilya Maximets2023-01-271-0/+61
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-2/+1
* Embrace anonymous unions.Ben Pfaff2018-05-251-54/+54
* ovsdb-types: Fix memory leak on error path.Yunjian Wang2017-07-111-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-11/+11
* ovsdb-types: Make ovsdb_base_type_get_enum_type() thread-safe.Ben Pfaff2013-07-231-8/+16
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* python: Take advantage of Python "x < y < z" syntax.Ben Pfaff2011-08-241-2/+1
* ovsdb: Add support for weak references.Ben Pfaff2010-03-171-0/+23
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-251-3/+59
* ovsdb: Drop regular expression constraints.Ben Pfaff2010-02-251-90/+1
* ovsdb: Make scalars and 1-element sets interchangeable.Ben Pfaff2010-02-081-1/+2
* ovsdb: Fix support for systems where libpcre is not installed.Ben Pfaff2010-02-081-1/+24
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-1/+22
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-32/+439
* ovsdb: Require column type "min" value be 0 or 1.Ben Pfaff2010-01-261-1/+2
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+251