summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl-provider.h
Commit message (Expand)AuthorAgeFilesLines
* 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