summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl-provider.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-0/+1
* ovsdb-idl: Re-parse backrefs of inserted rows only once.Ilya Maximets2021-11-191-0/+2
* ovsdb-idl: Add APIs to query if a table and a column is present.Numan Siddique2021-08-281-0/+4
* ovsdb-idl: Break into two layers.Ben Pfaff2021-01-211-7/+1
* ovsdb-idl: Avoid inconsistent IDL state with OVSDB_MONITOR_V3.Dumitru Ceara2020-06-151-2/+6
* ovsdb-idl: Tracking - preserve data for deleted rows.Han Zhou2019-05-241-0/+2
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-121-28/+29
* ovsdb-idl: Break out database-specific stuff into new data structure.Ben Pfaff2018-03-241-1/+1
* ovsdb-idlc: Implement synthetic columns.Ben Pfaff2018-02-161-0/+1
* ovsdb-idl: Tolerate initialization races for singleton tables.Ben Pfaff2017-12-111-0/+1
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-011-0/+8
* ovsdb-idl: Rename 'old' to 'old_datum'.Joe Stringer2017-08-151-11/+11
* ovsdb-idl: Avoid new expression.Joe Stringer2017-08-151-12/+12
* ovsdb-idl: Avoid mutable type specifier.Joe Stringer2017-08-151-1/+1
* ovsdb-idl: Avoid class declaration.Joe Stringer2017-08-151-1/+1
* ovsdb-idl: idl compound indexes implementationLance Richardson2017-08-031-0/+29
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-4/+0
* ovsdb-idl: Drop write-only member from struct ovsdb_idl_condition.Ben Pfaff2016-12-191-1/+0
* ovsdb-idl: Mark ovsdb_idl_get_row_arc() parameter const.Ben Pfaff2016-10-191-1/+1
* ovsdb-idl: Add some more implementation comments.Ben Pfaff2016-10-191-0/+36
* ovsdb-idl: Style and comment improvements for conditional replication.Ben Pfaff2016-08-151-1/+6
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-0/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-0/+2
* ovsdb-idl: Add partial map updates functionality.Edward Aymerich2016-05-181-0/+3
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-1/+3
* ovsdb-idl: Improve ovsdb_idl_add_table() comment.Aymerich, Edward2015-11-301-1/+2
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-0/+5
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* ovsdb: Enforce immutability of immutable columns.Ben Pfaff2012-09-051-1/+2
* lib: Utilize smaps in the idl.Ethan Jackson2012-06-141-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-1/+2
* ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff2010-11-161-23/+2
* ovsdb-idl: Make it possible to omit or pay less attention to columns.Ben Pfaff2010-08-111-0/+23
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-0/+1
* ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff2010-01-271-4/+0
* ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff2010-01-261-11/+3
* ovsdb-idl: New function to obtain the current transaction from any row.Ben Pfaff2009-12-081-0/+2
* ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff2009-12-071-1/+17
* ovsdb: Implement C bindings for IDL.Ben Pfaff2009-12-021-0/+71