netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / file.c
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2013-09-16 Paul Ingramovsdb: write commit timestamps to millisecond resolution.
2013-09-16 Paul Ingramovsdb: Use DB load time, not on-disk commit times,...
2013-02-25 Ben Pfaffovsdb: Fix typo in comment ("millseconds").
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-08-09 Leo Altermanlockfile: Remove lockfile_lock timeout argument
2012-08-01 Ben Pfaffovsdb: Do not replace symlinks by regular files during...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-07-06 Ben Pfaffovsdb: Fix segfault in ovsdb_file_txn_row_from_json().
2011-06-24 Ben Pfaffovsdb: Synchronize comments and code in ovsdb_file_comm...
2011-03-31 Ben Pfaffovsdb: Truncate bad transactions from database log.
2011-03-31 Ben Pfaffovsdb: Raise database corruption log level from warning...
2011-02-23 Justin Pettitovsdb: Warn when result of ovsdb_txn_commit() is ignore...
2011-02-22 Justin Pettitovsdb: Don't check "date" before assignment in ovsdb_fi...
2011-02-22 Justin Pettitovsdb: Fix double free in ovsdb_file_open_log().
2011-02-15 Ben Pfaffovsdb: New function ovsdb_file_read_schema() for readin...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Compact databases online automatically and on...
2010-03-18 Ben Pfaffovsdb: Rename ovsdb_file_replica to ovsdb_file.
2010-03-18 Ben Pfaffovsdb: Always set *dbp to null on failure in ovsdb_file...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffovsdb: Check for changed columns only once per transact...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb: Implement ovsdb-tool commands "compact" and...
2010-02-15 Ben Pfaffovsdb: Refactor code for writing a transaction to a...
2010-02-15 Ben Pfaffovsdb: Allow ovsdb_log_open()'s caller to choose whethe...
2010-02-15 Ben Pfaffovsdb: Fix commit to disk of rows added to a table...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-11 Ben Pfaffovsdb: Save some space in the log for newly inserted...
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-02 Ben PfaffMerge "master" branch into "db".
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-05 Ben PfaffInitial implementation of OVSDB.