summaryrefslogtreecommitdiff
path: root/lib/ovsdb-data.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Fix race for datum JSON string reference counter.Ilya Maximets2022-10-111-0/+2
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-6/+7
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-171-0/+4
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-301-17/+8
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-241-3/+26
* ovsdb-data: Add function to apply diff in-place.Ilya Maximets2021-09-241-0/+6
* ovsdb-data: Optimize union of sets.Ilya Maximets2021-09-241-5/+5
* ovsdb: transaction: Use diffs for strong reference counting.Ilya Maximets2021-09-231-0/+6
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-0/+6
* ovsdb-client: Show even constraint-breaking data in "dump" output.Ben Pfaff2017-12-221-0/+5
* ovsdb-client: Add new "restore" command.Ben Pfaff2017-12-211-0/+5
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-011-0/+8
* ovsdb-idl: Rename 'old' to 'old_datum'.Joe Stringer2017-08-151-2/+2
* ovsdb-idl: Avoid new expression.Joe Stringer2017-08-151-2/+2
* ovsdb-data: Add support for integer ranges in database commandsLukasz Rzasik2017-01-051-3/+9
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-0/+1
* ovsdb-idlc: Use ovsdb_datum_from_smap() instead of open-coding it.Ben Pfaff2016-10-191-2/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* lib: add diff and apply diff APIs for ovsdb_datumAndy Zhou2015-12-111-1/+13
* lib: avoid set size check when generating diff datum from jsonAndy Zhou2015-12-111-0/+5
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-8/+8
* Revert "ovsdb-data: New functions for predicting serialized length of data."Ben Pfaff2014-04-031-5/+1
* ovsdb-data: New functions for predicting serialized length of data.Ben Pfaff2013-04-011-1/+5
* system-stats: Use "smap" instead of "shash".Ben Pfaff2012-07-181-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-0/+2
* ovsdb-data: Expose guts of ovsdb_symbol_table() to clients.Ben Pfaff2011-03-101-3/+5
* ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.Ben Pfaff2011-03-101-2/+3
* table: Add new "bare" output formatting options.Ben Pfaff2011-02-081-1/+5
* ovsdb-data: New function ovsdb_datum_from_shash().Ben Pfaff2010-09-231-0/+3
* ovsdb: Remove unused ovsdb_datum_from_json_unique().Ben Pfaff2010-08-251-5/+0
* ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().Ben Pfaff2010-07-121-0/+9
* ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().Ben Pfaff2010-07-121-0/+2
* ovsdb: Document some ovsdb-data.[ch] functions.Ben Pfaff2010-07-121-0/+12
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-2/+5
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-251-1/+6
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-4/+7
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-3/+10
* ovs-vsctl: Make parsing functions return error instead of aborting.Ben Pfaff2010-01-271-5/+7
* ovsdb-datum: Add functions for parsing and formatting atoms, data.Ben Pfaff2010-01-261-0/+19
* ovsdb-data: Add some more functions for dealing with "struct ovsdb_datum".Ben Pfaff2010-01-261-11/+42
* ovsdb: Improve comments.Ben Pfaff2010-01-111-1/+15
* ovsdb: Save some space in the log for newly inserted records.Ben Pfaff2010-01-111-1/+4
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-161-0/+10
* ovsdb: Implement new "declare" operation.Ben Pfaff2009-12-071-3/+8
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+128