netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ovsdb-idl.h
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Shad Ansariovsdb-idl: Add support for column tracking in IDL.
2015-11-23 Shad Ansariovsdb-idl: Add support for change tracking.
2015-08-11 Alex Wangovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.
2015-08-08 Alex Wangidl-loop: Move idl-loop into ovsdb-idl library.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-11 Ben Pfaffovsdb-idl: Document that the IDL always presents a...
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-10-08 Ben Pfaffovs-vsctl: Allow modifying "immutable" columns if we...
2014-02-19 Ansis Attekaovs-vsctl: reconnect to the database if connection...
2013-03-15 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2013-03-06 Ben Pfaffovsdb-idlc: Make no-op writes to write-only columns...
2012-09-28 Ethan Jacksonidl: Optionally warn when writing to read-write columns.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-04-21 Ben Pfaffbridge: Tolerate missing Port and Interface records...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-08-11 Ben Pfaffovsdb-idl: Make it possible to omit or pay less attenti...
2010-07-12 Ben Pfaffovsdb-idl: Transition to better interfaces for reading...
2010-06-23 Ben Pfaffovsdb-idl: Start documenting the public interface.
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
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-03-08 Ben Pfaffovsdb-idl: Make ovsdb_idl_txn_add_comment() take a...
2010-03-03 Ben Pfaffbrcompatd: Make bridge ioctls synchronous again.
2010-03-03 Ben Pfaffovsdb-idl: New function ovsdb_idl_txn_commit_block().
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-08 Ben Pfaffovsdb-idl: On transaction hard failure make a reason...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-29 Ben Pfaffovsdb-idl: Add interface to find out the permanent...
2010-01-27 Ben Pfaffovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_...
2010-01-26 Ben Pfaffovsdb-idl: Allow clients to modify records without...
2010-01-14 Justin Pettitovsdb: Provide helper function to determine if IDL...
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-11 Ben Pfaffovs-vsctl: Add --dry-run option.
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
2009-12-08 Ben Pfaffovsdb-idl: Make it possible to write data through the...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.