summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Improve comments.Ben Pfaff2019-07-031-13/+63
* ovsdb-idl: Support optionally not shuffling multiple remotes.Han Zhou2019-04-151-0/+1
* ovsdb-idl: New function ovsdb_idl_create_unconnected().Ben Pfaff2018-10-041-0/+2
* Introduce ovs-appctl command to monitor HVs sb connection statusLorenzo Bianconi2018-07-311-0/+1
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-121-43/+45
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+2
* ovsdb-idl: Break out database-specific stuff into new data structure.Ben Pfaff2018-03-241-1/+1
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-011-0/+9
* ovsdb-idl: idl compound indexes implementationLance Richardson2017-08-031-0/+51
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-0/+4
* ovsdb-idl: Enhance conditional monitoring APIAndy Zhou2017-01-091-3/+4
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-9/+21
* ovsdb-idl: Check internal graph in OVSDB tests.Ben Pfaff2016-10-191-0/+2
* ovsdb-idl: Return result of transaction in ovsdb_idl_loop_commit_and_wait().Ben Pfaff2016-09-231-1/+1
* ovsdb-idl: Style and comment improvements for conditional replication.Ben Pfaff2016-08-151-15/+11
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-0/+6
* ovn-nbctl: Add "sync" command to wait for previous changes to take effect.Ben Pfaff2016-08-081-1/+2
* ovn: Make it possible for CMS to detect when the OVN system is up-to-date.Ben Pfaff2016-07-261-1/+9
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-0/+29
* lib: add to ovsdb-idl monitor_idLiran Schour2016-07-181-0/+1
* 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