summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Check internal graph in OVSDB tests.Ben Pfaff2016-10-191-0/+122
* 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-2/+2
* ovsdb-idl: Sort and unique-ify datum in ovsdb_idl_txn_write().Ben Pfaff2016-10-191-5/+12
* ovsdb-idl: Improve comment on ovsdb_idl_txn_write[_clone]().Ben Pfaff2016-10-191-17/+19
* ovsdb-idl: Return result of transaction in ovsdb_idl_loop_commit_and_wait().Ben Pfaff2016-09-231-1/+34
* ovsdb-idl: Update comments.Ben Pfaff2016-09-191-3/+1
* ovsdb-idl: Style and comment improvements for conditional replication.Ben Pfaff2016-08-151-35/+77
* ovsdb-idl: Fix memory leak in ovsdb_idl_condition_add_clause().Ben Pfaff2016-08-151-1/+1
* ovsdb-idl: Fix double-remove in ovsdb_idl_condition_reset().Ben Pfaff2016-08-151-1/+0
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-99/+291
* ovsdb-idl: Fix bug on ovsdb_idl_condition_remove_clause().Liran Schour2016-08-131-0/+1
* ovsdb-idl: Wake up ovsdb_idl_loop when a transaction commits.Ben Pfaff2016-08-081-6/+3
* ovn-nbctl: Add "sync" command to wait for previous changes to take effect.Ben Pfaff2016-08-081-5/+13
* ovn: Make it possible for CMS to detect when the OVN system is up-to-date.Ben Pfaff2016-07-261-1/+4
* 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-2/+203
* lib: add to ovsdb-idl monitor_idLiran Schour2016-07-181-6/+11
* ovsdb-client: support monitor-cond methodLiran Schour2016-07-181-14/+14
* ovsdb-idl: Fix issues detected in Partial Map Update featureLutz, Arnoldo2016-06-241-1/+11
* ovn-controller: Fix memory leak reported by valgrind.William Tu2016-06-101-0/+1
* ovsdb-idl: Add partial map updates functionality.Edward Aymerich2016-05-181-0/+276
* ovn-controller: Dynamically reconnect if ovn-remote value changes.RYAN D. MOATS2016-04-141-0/+12
* ovn-controller: Add external-id 'ovn-remote-probe-interval'Huang Lei2016-03-301-0/+9
* Fix missing tracking reordering of row deletes.RYAN D. MOATS2016-03-301-2/+3
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-25/+25
* ovsdb-idl: Present tracked changes in increasing change number order.RYAN D. MOATS2016-03-221-4/+5
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovsdb-idl: improve error handling when schema is not availableLance Richardson2016-03-141-6/+23
* ovsdb-idl: log error in client when db schema does not exist on serverLance Richardson2016-02-051-0/+8
* lib: remove unused functionAndy Zhou2016-01-121-57/+0
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-1/+34
* lib: fix sparse warningsAndy Zhou2015-12-151-3/+3
* lib: add monitor2 support in ovsdb-idl.Andy Zhou2015-12-111-56/+353
* ovsdb-idl: Improve ovsdb_idl_add_table() comment.Aymerich, Edward2015-11-301-5/+7
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-5/+200
* ovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.Alex Wang2015-08-101-0/+15
* idl-loop: Move idl-loop into ovsdb-idl library.Alex Wang2015-08-081-0/+72
* ovsdb-idl: Tolerate missing tables and columns.Ben Pfaff2015-03-311-23/+182
* ovsdb-idl: Add function comments.Ben Pfaff2015-03-311-1/+5
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* ovs-vsctl: Allow modifying "immutable" columns if we just created the row.Ben Pfaff2014-10-081-1/+16
* ovsdb-idl: Add coverage counters for ovsdb commit return statuses.Ryan Wilson2014-05-291-3/+25
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-191-0/+8
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-2/+2
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-3/+3
* lib: Remove unreachable JSONRPC caseJoe Stringer2013-10-251-3/+0
* ovsdb-idl: Remove write-only member 'commit_seqno' from ovsdb_idl_txn.Ben Pfaff2013-10-081-2/+0
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-2/+17