summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Tracking - preserve data for deleted rows.Han Zhou2019-05-241-7/+29
* ovsdb-idl: Support optionally not shuffling multiple remotes.Han Zhou2019-04-151-0/+14
* ovsdb-idl.c: Remove meaningless MAX().Han Zhou2019-03-261-1/+1
* ovsdb-idl: Fix memory leak of ovsdb_idl_db_clear.Han Zhou2019-03-071-0/+1
* ovsdb-idl: Fix memory leak of idl->remote.Han Zhou2019-03-071-0/+1
* ovsdb-idl: Fast resync from server when connection reset.Han Zhou2019-02-281-4/+30
* ovsdb-idl: Support monitor_cond_since method in C IDL.Han Zhou2019-02-281-48/+155
* ovsdb-idl: Treat "unknown database" error as reason to reconnect.Ben Pfaff2018-11-191-0/+4
* ovsdb-idl: Avoid sending transactions when the DB is not synced up.Ben Pfaff2018-11-191-0/+7
* ovsdb-idl.c: Increase seqno for change-tracking of table references.Han Zhou2018-10-081-0/+3
* ovsdb-idl: New function ovsdb_idl_create_unconnected().Ben Pfaff2018-10-041-32/+86
* ovsdb-idl: Adjust indexes during transactions.Ben Pfaff2018-08-161-2/+23
* ovsdb-idl: Track changes for table references.Han Zhou2018-08-141-4/+19
* ovsdb-idl.c: Update conditions when handling change tracking list.Han Zhou2018-08-141-11/+5
* ovsdb-idl: Remove a misleading comment for change tracking.Han Zhou2018-08-141-3/+1
* ovsdb-idl.c: Fix IDL index problem when rows are updated.Han Zhou2018-08-131-0/+2
* Introduce ovs-appctl command to monitor HVs sb connection statusLorenzo Bianconi2018-07-311-0/+6
* ovsdb-idl: Allow monitoring columns that are already monitored.Jakub Sitnicki2018-07-231-1/+15
* 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