summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Remove unnecessary code in track clear.Han Zhou2018-06-181-1/+0
* ovsdb-idl: Correct singleton insert logicMark Michelson2018-06-151-17/+33
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-121-218/+113
* Embrace anonymous unions.Ben Pfaff2018-05-251-29/+29
* ovsdb-idl: properly destroy ovsdb_idl.serverYifeng Sun2018-04-041-0/+1
* ovsdb-idl: omit_alert should implicitly turn off tracking.Han Zhou2018-04-041-3/+3
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-140/+468
* ovsdb-idl: Break out database-specific stuff into new data structure.Ben Pfaff2018-03-241-477/+625
* ovsdb-idl: Use modern form of <monitor-requests>.Ben Pfaff2018-03-141-1/+2
* ovsdb-idlc: Implement synthetic columns.Ben Pfaff2018-02-161-3/+11
* 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