summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Provide API to disable set_db_change_aware request.Han Zhou2023-01-161-0/+8
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-23/+62
* ovsdb-idl: Preserve references for rows deleted in same IDL run as their inse...Xavier Simonart2022-09-271-0/+4
* Fix spelling error exposed in binaries.Frode Nordahl2022-07-141-1/+1
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-5/+6
* ovsdb-idl: Get per-database memory usage statistics.Dumitru Ceara2022-06-281-3/+14
* ovsdb-idl: Support write-only-changed IDL monitor mode.Dumitru Ceara2022-04-281-6/+54
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-8/+8
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-15/+15
* ovsdb-idl: Fix use-after-free when destroying an IDL loop.Dumitru Ceara2022-02-161-1/+0
* ovsdb-idl: Only process successful txn in ovsdb_idl_loop_run.Dumitru Ceara2022-02-041-2/+2
* ovsdb-idl: ovsdb_idl_loop_destroy must also destroy the committing txn.Dumitru Ceara2022-01-311-0/+4
* ovsdb-idl: Don't reparse orphaned rows.Dumitru Ceara2021-11-301-1/+6
* ovsdb-idl: Re-parse backrefs of inserted rows only once.Ilya Maximets2021-11-191-1/+51
* ovsdb-idl: Use functions to apply diff in place.Dumitru Ceara2021-11-051-33/+35
* ovsdb-idl: Add memory report function.Ilya Maximets2021-11-041-0/+24
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-241-2/+1
* ovsdb-data: Optimize union of sets.Ilya Maximets2021-09-241-16/+13
* ovsdb-idl: Add APIs to query if a table and a column is present.Numan Siddique2021-08-281-1/+54
* ovsdb-idl: Fix the database update signaling if it has never been connected.Ilya Maximets2021-06-111-3/+9
* ovsdb-idl: Mark arc sources as updated when destination is deleted.Dumitru Ceara2021-04-011-0/+3
* ovsdb-idl: Preserve references for deleted rows.Dumitru Ceara2021-04-011-31/+100
* ovsdb-idl.at: Make test outputs more predictable.Dumitru Ceara2021-04-011-2/+1
* ovsdb-idl: Break into two layers.Ben Pfaff2021-01-211-1554/+331
* ovsdb-cs: New module that factors out code from ovsdb-idl.Ben Pfaff2021-01-211-369/+73
* ovsdb-idl: Add comment.Ben Pfaff2020-12-181-0/+8
* ovsdb-idl: Fix memory leak sending messages without a session.Ben Pfaff2020-12-181-2/+8
* ovsdb-idl: Avoid redundant clearing and parsing of received data.Ben Pfaff2020-12-181-3/+0
* ovsdb-idl: Fix expected condition seqno when changes are pending.Dumitru Ceara2020-12-041-6/+4
* ovsdb-idl: Fix use-after-free when deleting orphaned rows.Dumitru Ceara2020-12-031-5/+18
* ovsdb-idl: Fix memleak when deleting orphan rows.Dumitru Ceara2020-12-031-8/+10
* ovsdb-idl: Fix memleak when reinserting tracked orphan rows.Dumitru Ceara2020-12-031-1/+1
* ovsdb-idl: Fix iteration over tracked rows with no actual data.Ilya Maximets2020-11-271-7/+15
* 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