summaryrefslogtreecommitdiff
path: root/lib/ovsdb-data.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idlc: Use ovsdb_datum_from_smap() instead of open-coding it.Ben Pfaff2016-10-191-12/+9
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+3
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* lib: add diff and apply diff APIs for ovsdb_datumAndy Zhou2015-12-111-0/+83
* lib: avoid set size check when generating diff datum from jsonAndy Zhou2015-12-111-0/+19
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-2/+2
* ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff2014-04-041-13/+10
* Revert "ovsdb-data: New functions for predicting serialized length of data."Ben Pfaff2014-04-031-92/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-26/+26
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-3/+3
* ovsdb-data: Make ovsdb_atom_default() thread-safe.Ben Pfaff2013-07-221-3/+4
* ovsdb-data: New functions for predicting serialized length of data.Ben Pfaff2013-04-011-1/+92
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-10/+9
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-2/+3
* system-stats: Use "smap" instead of "shash".Ben Pfaff2012-07-181-9/+9
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Fix minor memory leaks found by valgrind.Ben Pfaff2012-03-281-1/+2
* ovsdb-data: Short-circuit ovsdb_datum_includes_all() in trivial case.Ben Pfaff2012-01-111-0/+3
* ovsdb-data: Simplify converting an OVSDB datum to JSON by reordering logic.Ben Pfaff2011-08-241-9/+9
* tests: Fix the two Python XFAIL tests.Ben Pfaff2011-05-241-2/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-12/+48
* ovsdb-data: Expose guts of ovsdb_symbol_table() to clients.Ben Pfaff2011-03-101-19/+0
* ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.Ben Pfaff2011-03-101-4/+4
* ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff2011-03-101-0/+5
* ovsdb-data: Free string leaked in ovsdb_datum_from_string().Justin Pettit2011-02-221-1/+3
* table: Add new "bare" output formatting options.Ben Pfaff2011-02-081-1/+38
* ovsdb-data: Fix warnings.Ethan Jackson2011-01-131-0/+1
* ovsdb-data: New function ovsdb_datum_from_shash().Ben Pfaff2010-09-231-0/+25
* ovsdb: Remove unused ovsdb_datum_from_json_unique().Ben Pfaff2010-08-251-17/+0
* ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().Ben Pfaff2010-07-121-42/+129
* ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().Ben Pfaff2010-07-121-4/+84
* ovsdb: Document some ovsdb-data.[ch] functions.Ben Pfaff2010-07-121-1/+79
* ovs-vsctl: Prepare for more flexible database argument parsing.Ben Pfaff2010-06-291-1/+1
* Use shash_destroy_free_data() to simplify a few scattered pieces of code.Ben Pfaff2010-06-231-8/+1
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-13/+40
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-251-12/+40
* ovsdb: Drop regular expression constraints.Ben Pfaff2010-02-251-24/+0
* ovsdb: Make scalars and 1-element sets interchangeable.Ben Pfaff2010-02-081-15/+17
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-21/+25
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-1/+4
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-87/+296
* ovsdb-data: Allow spaces around '=' in key-value pairs.Ben Pfaff2010-01-281-0/+2
* ovsdb-data: Allow arbitrary white space as string data delimiters.Ben Pfaff2010-01-281-1/+4
* ovsdb-data: Make string parsing of negative 0 match JSON parsing.Ben Pfaff2010-01-281-0/+5
* ovs-vsctl: Make parsing functions return error instead of aborting.Ben Pfaff2010-01-271-53/+102
* ovsdb-datum: Add functions for parsing and formatting atoms, data.Ben Pfaff2010-01-261-0/+362
* ovsdb-data: Add some more functions for dealing with "struct ovsdb_datum".Ben Pfaff2010-01-261-41/+116
* ovsdb: Save some space in the log for newly inserted records.Ben Pfaff2010-01-111-1/+52
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-161-12/+102
* ovsdb: Implement new "declare" operation.Ben Pfaff2009-12-071-13/+15