summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-client: Add new "restore" command.Ben Pfaff2017-12-211-18/+2
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-131-6/+3
* ovsdb-idl: Tolerate initialization races for singleton tables.Ben Pfaff2017-12-111-4/+20
* ovsdb-idl: Remove 'uuid' member of struct ovsdb_idl.Ben Pfaff2017-12-111-16/+4
* ovsdb-idl: Fix assertion failure on error path parsing server reply.Ben Pfaff2017-12-111-2/+2
* ovsdb-idl: Fix indentation in a couple of places.Ben Pfaff2017-12-111-9/+9
* ovsdb-idl: Improve comments.Ben Pfaff2017-12-111-14/+48
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ovsdb-idl: Fix memory leakYifeng Sun2017-11-021-0/+1
* ovsdb-idl: fix index row setting with references.Han Zhou2017-10-301-4/+28
* ovsdb-idl: Rename 'old' to 'old_datum'.Joe Stringer2017-08-151-36/+38
* ovsdb-idl: Avoid new expression.Joe Stringer2017-08-151-49/+54
* ovsdb-idl: Avoid mutable type specifier.Joe Stringer2017-08-151-1/+1
* ovsdb-idl: Avoid class declaration.Joe Stringer2017-08-151-77/+77
* ovsdb-idl: idl compound indexes implementationLance Richardson2017-08-031-0/+401
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-2/+2
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-0/+6
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-12/+34
* ovsdb-idl: Fix memory leakYi-Hung Wei2017-04-241-0/+1
* ovsdb-idl: Enhance conditional monitoring APIAndy Zhou2017-01-091-3/+41
* ovsdb-idl: Properly handle conditional monitor update errorandy zhou2017-01-091-8/+26
* ovsdb-idl: Avoid sending redundant conditional monitoring updatesAndy Zhou2017-01-061-0/+2
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-102/+173
* ovsdb-idl: Drop write-only member from struct ovsdb_idl_condition.Ben Pfaff2016-12-191-6/+3
* 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