netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / transaction.c
2015-09-04 Ben Pfaffovsdb: Update _version more accurately in transaction...
2015-07-17 Andy Zhouovsdb: Add per transaction commit instruction counter
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-04-03 Ben Pfaffovsdb-server: Send update for _version for changes...
2014-03-24 Ben Pfaffbitmap: Make bitmap_scan() able to scan for 0-bits...
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-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-06-22 Ben Pfaffovsdb: Fix memory leak in transaction.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb: Don't count self-references in ovsdb_row's n_ref...
2011-03-10 Ben Pfaffovsdb: Provide a way for for_each_txn_row() callback...
2011-03-10 Ben Pfaffovsdb: Improve error reporting for some internal errors.
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-06-22 Ben Pfaffovsdb-server: Improve logging for referential integrity...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Allow constraining the number of rows in a table.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffovsdb: Add support for weak references.
2010-03-17 Ben Pfaffovsdb: Check for changed columns only once per transact...
2010-03-17 Ben Pfaffovsdb: Simplify referential integrity checking commit...
2010-03-17 Ben Pfaffovsdb: Introduce for_each_txn_row() iterator function...
2010-03-17 Ben Pfaffovsdb: Centralize and make consistent setting txn_row...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Use direct pointer from table to txn_table to...
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-11 Ben Pfaffovsdb: Cleanly abort delete operations.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-05 Ben PfaffInitial implementation of OVSDB.