summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Add partial map updates functionality.Edward Aymerich2016-05-181-0/+6
* Add change tracking documentationRYAN D. MOATS2016-05-061-1/+14
* ovn-controller: Dynamically reconnect if ovn-remote value changes.RYAN D. MOATS2016-04-141-0/+1
* ovn-controller: Add external-id 'ovn-remote-probe-interval'Huang Lei2016-03-301-0/+2
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-0/+2
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-0/+31
* ovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.Alex Wang2015-08-101-0/+1
* idl-loop: Move idl-loop into ovsdb-idl library.Alex Wang2015-08-081-0/+19
* ovsdb-idl: Document that the IDL always presents a consistent view.Ben Pfaff2015-06-111-1/+5
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* ovs-vsctl: Allow modifying "immutable" columns if we just created the row.Ben Pfaff2014-10-081-1/+3
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-191-0/+1
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-1/+5
* ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff2013-03-051-1/+4
* idl: Optionally warn when writing to read-write columns.Ethan Jackson2012-09-271-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb-idl: Improve documentation.Ben Pfaff2012-04-121-1/+50
* ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff2012-04-121-2/+3
* ovsdb-idl: Simplify transaction retry.Ben Pfaff2012-04-121-7/+6
* ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff2011-10-311-2/+4
* vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff2011-07-261-0/+5
* ovsdb-idl: Plug hole in state machine.Ben Pfaff2011-06-211-0/+1
* bridge: Tolerate missing Port and Interface records for local port.Ben Pfaff2011-04-211-1/+3
* ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff2010-11-161-3/+40
* ovsdb-idl: Make it possible to omit or pay less attention to columns.Ben Pfaff2010-08-111-0/+4
* ovsdb-idl: Transition to better interfaces for reading table columns.Ben Pfaff2010-07-121-3/+8
* ovsdb-idl: Start documenting the public interface.Ben Pfaff2010-06-231-0/+14
* ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff2010-06-231-1/+1
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-1/+2
* ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.Ben Pfaff2010-03-081-1/+3
* brcompatd: Make bridge ioctls synchronous again.Ben Pfaff2010-03-031-0/+2
* ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff2010-03-031-0/+1
* ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff2010-02-081-0/+2
* ovsdb-idl: Add interface to find out the permanent IDL of an inserted row.Ben Pfaff2010-01-281-1/+4
* ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff2010-01-271-0/+3
* ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff2010-01-261-1/+19
* ovsdb: Provide helper function to determine if IDL has ever connectedJustin Pettit2010-01-141-0/+2
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-161-0/+7
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-161-0/+1
* ovs-vsctl: Add --dry-run option.Ben Pfaff2009-12-111-0/+1
* ovs-vsctl: Fix performance problem.Ben Pfaff2009-12-091-0/+1
* ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff2009-12-071-0/+17
* ovsdb: Implement C bindings for IDL.Ben Pfaff2009-12-021-0/+31