summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Return correct seqno from ovsdb_idl_db_set_condition().Dumitru Ceara2020-11-161-3/+6
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-13/+29
* ovsdb-idl: Add comment with program name to ovsdb_idl_loop transactions.Ben Pfaff2020-11-021-0/+3
* Revert "ovsdb-idl: Fix NULL deref reported by Coverity."Han Zhou2020-08-121-2/+1
* ovsdb-idl: Force IDL retry when missing updates encountered.Dumitru Ceara2020-07-071-60/+109
* ovsdb idl: Try committing the pending txn in ovsdb_idl_loop_run.Numan Siddique2020-06-161-50/+93
* ovsdb-idl: Avoid inconsistent IDL state with OVSDB_MONITOR_V3.Dumitru Ceara2020-06-151-23/+144
* ovsdb-idl: Add function to reset min_index.Mark Michelson2020-05-281-0/+10
* ovsdb-idl: Fix NULL deref reported by Coverity.William Tu2020-05-201-1/+2
* Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates"Dumitru Ceara2020-03-261-2/+0
* ovsdb-idl.c: Allows retry even when using a single remote.Han Zhou2019-08-211-8/+3
* ovsdb-idl: Mark row "parsed" in ovsdb_idl_txn_write__Dumitru Ceara2019-07-181-0/+1
* ovsdb-idl: memory leak while destroying databaseDamjan Skvarc2019-07-011-1/+2
* 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