summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff2013-03-051-11/+35
* ovsdb-idl: Fix memory leak on error path.Ben Pfaff2013-01-311-1/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-30/+29
* idl: Optionally warn when writing to read-write columns.Ethan Jackson2012-09-271-3/+22
* ovsdb-idl: Fix memory leak.Ben Pfaff2012-08-161-0/+1
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-3/+3
* lib: Utilize smaps in the idl.Ethan Jackson2012-06-141-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb-idl: Improve documentation.Ben Pfaff2012-04-121-3/+122
* ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff2012-04-121-14/+28
* ovsdb-idl: Simplify transaction retry.Ben Pfaff2012-04-121-35/+9
* ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().Ben Pfaff2012-03-281-1/+2
* ovsdb-idl: Add assertion for synthetic records in ovsdb_idl_read().Ben Pfaff2011-11-231-2/+7
* ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff2011-10-311-6/+14
* ovsdb-idl: Don't even try to modify synthetic rows, instead of segfaulting.Ben Pfaff2011-10-271-4/+22
* ovsdb-idl: Code style improvements.Ben Pfaff2011-09-231-9/+7
* vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff2011-07-261-3/+195
* ovsdb-idl: Plug hole in state machine.Ben Pfaff2011-06-211-3/+6
* ovsdb-idl: Improve comment.Ben Pfaff2011-06-211-1/+5
* ovsdb-idl: Optimize out transactions that are complete no-ops.Ben Pfaff2011-06-151-2/+16
* bridge: Tolerate missing Port and Interface records for local port.Ben Pfaff2011-04-211-0/+9
* ovsdb-idl: Suppress "delete" operations for garbage-collected tables.Ben Pfaff2011-04-121-6/+10