summaryrefslogtreecommitdiff
path: root/lib/ovsdb-cs.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Provide API to disable set_db_change_aware request.Han Zhou2023-01-161-1/+21
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-1/+1
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-6/+6
* ovsdb: relay: Add transaction history support.Ilya Maximets2022-03-031-0/+1
* ovsdb-cs: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-01-311-0/+17
* ovsdb-cs: Fix ignoring of the last id from the initial monitor reply.Ilya Maximets2022-01-281-2/+1
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-241-1/+1
* ovsdb-cs: Perform forced reconnects without a backoff.Dumitru Ceara2021-07-231-0/+10
* ovsdb: Make clients aware of relay service model.Ilya Maximets2021-07-151-1/+14
* ovsdb-cs: Avoid unnecessary re-connections when updating remotes.Ilya Maximets2021-07-151-4/+21
* ovsdb-cs: Consider all tables when computing expected cond seqno.Dumitru Ceara2021-05-141-2/+21
* ovsdb-cs: Fix use-after-free for the request id.Ilya Maximets2021-03-011-1/+2
* ovsdb-idl: Break into two layers.Ben Pfaff2021-01-211-0/+1955
* ovsdb-cs: New module that factors out code from ovsdb-idl.Ben Pfaff2021-01-211-0/+326