netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / execution.c
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-08-28 Thomas Grafovsdb: Fix error leak for negative timeout and invalid...
2014-08-27 yinpeijunFix memory leaks in error paths.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-09-05 Ben Pfaffovsdb: Enforce immutability of immutable columns.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-08-08 Ben Pfaffovsdb: Correct specification inconsistency between...
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-06-06 Ben Pfaffovsdb: Make ovsdb_column_set_from_json() take table...
2011-05-31 Ben Pfaffovsdb: Check ovsdb_mutation_set_execute() return value...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffAdd missing "static" keywords.
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovsdb: Improve error message for duplicate uuid-name.
2011-02-22 Justin Pettitovsdb: Free "error" string in ovsdb_execute_insert().
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-20 Ben Pfaffovsdb: Fix bug in "wait" command implementation.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Fix error message when parsing an operation...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Ben Pfaffovsdb: Fix result object for "declare" operation.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovsdb-server: Fix various memory leaks.
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
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-12-02 Ben Pfaffovsdb: Allow a named-uuid to be used within the operati...
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-06 Ben Pfaffovsdb: Improve error message for transaction that uses...
2009-11-05 Ben PfaffInitial implementation of OVSDB.