netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ovsdb-data.c
2015-12-11 Andy Zhoulib: add diff and apply diff APIs for ovsdb_datum
2015-12-11 Andy Zhoulib: avoid set size check when generating diff datum...
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-04-04 Ben Pfaffovsdb: Remove SPECS in favor of referring to RFC 7047.
2014-04-03 Ben PfaffRevert "ovsdb-data: New functions for predicting serial...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-07-22 Ben Pfaffovsdb-data: Make ovsdb_atom_default() thread-safe.
2013-04-01 Ben Pfaffovsdb-data: New functions for predicting serialized...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-07-18 Ben Pfaffsystem-stats: Use "smap" instead of "shash".
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-01-11 Ben Pfaffovsdb-data: Short-circuit ovsdb_datum_includes_all...
2011-08-24 Ben Pfaffovsdb-data: Simplify converting an OVSDB datum to JSON...
2011-05-24 Ben Pfafftests: Fix the two Python XFAIL tests.
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-data: Expose guts of ovsdb_symbol_table() to...
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovsdb-data: Verify that named-uuid string is an <id>.
2011-02-22 Justin Pettitovsdb-data: Free string leaked in ovsdb_datum_from_stri...
2011-02-09 Ben Pfafftable: Add new "bare" output formatting options.
2011-01-13 Ethan Jacksonovsdb-data: Fix warnings.
2010-09-23 Ben Pfaffovsdb-data: New function ovsdb_datum_from_shash().
2010-08-25 Ben Pfaffovsdb: Remove unused ovsdb_datum_from_json_unique().
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_d...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_atom_default(), ovsdb_datum_...
2010-07-12 Ben Pfaffovsdb: Document some ovsdb-data.[ch] functions.
2010-06-29 Ben Pfaffovs-vsctl: Prepare for more flexible database argument...
2010-06-23 Ben PfaffUse shash_destroy_free_data() to simplify a few scatter...
2010-06-17 Ben Pfaffovs-vsctl: Support references among records at creation...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-25 Ben Pfaffovsdb: Add support for "enum" constraints.
2010-02-25 Ben Pfaffovsdb: Drop regular expression constraints.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-09 Ben Pfaffovsdb: Make scalars and 1-element sets interchangeable.
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-28 Ben Pfaffovsdb-data: Allow spaces around '=' in key-value pairs.
2010-01-28 Ben Pfaffovsdb-data: Allow arbitrary white space as string data...
2010-01-28 Ben Pfaffovsdb-data: Make string parsing of negative 0 match...
2010-01-27 Ben Pfaffovs-vsctl: Make parsing functions return error instead...
2010-01-26 Ben Pfaffovsdb-datum: Add functions for parsing and formatting...
2010-01-26 Ben Pfaffovsdb-data: Add some more functions for dealing with...
2010-01-11 Ben Pfaffovsdb: Save some space in the log for newly inserted...
2009-12-16 Ben Pfaffovsdb: Add new "mutation" operation to transactions.
2009-12-08 Ben Pfaffovsdb: Implement new "declare" operation.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-05 Ben PfaffInitial implementation of OVSDB.