netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / ovsdb.c
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2013-11-15 Ben PfaffSwitch from sscanf() to ovs_scan() throughout the tree.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-10 Ethan Jacksonovsdb: Fix uninitialized data;.
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-02-23 Ben Pfaffovsdb: Explicitly ignore sscanf() return value in is_va...
2011-02-15 Ben Pfaffovsdb-tool: New command "needs-conversion".
2011-02-15 Ben Pfaffovsdb-tool: Add commands for printing the database...
2010-12-27 Ben PfaffImplement database schema versioning.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-24 Ben Pfaffovsdb: Fix ovsdb-server crash when specifying nonexiste...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-06 Ben Pfaffovsdb: Remove "comment" support from OVSDB schemas.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb: Add functions to clone schemas.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovsdb-server: Fix various memory leaks.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-20 Ben Pfaffovsdb: Require database, table, column names to be...
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: Fix inverted logic in ovsdb_open().
2009-11-06 Ben Pfaffovsdb: Fix use-after-free error in ovsdb_destroy().
2009-11-05 Ben PfaffInitial implementation of OVSDB.