summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-8/+30
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-3/+25
* ovsdb-idl: Preserve references for rows deleted in same IDL run as their inse...Xavier Simonart2022-09-271-5/+8
* test-ovsdb: Fix false-positive leaks from LeakSanitizer.Ilya Maximets2022-07-291-0/+61
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-0/+1
* ovsdb-idl: Support write-only-changed IDL monitor mode.Dumitru Ceara2022-04-281-5/+13
* ovsdb-cs: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-01-311-38/+51
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-301-4/+5
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-241-6/+8
* ovsdb-data: Add function to apply diff in-place.Ilya Maximets2021-09-241-0/+17
* ovsdb-idl: Add APIs to query if a table and a column is present.Numan Siddique2021-08-281-0/+82
* ovsdb: storage: Allow setting the name for the unbacked storage.Ilya Maximets2021-07-151-3/+3
* ovsdb-cs: Avoid unnecessary re-connections when updating remotes.Ilya Maximets2021-07-151-0/+6
* ovsdb-idl: Preserve references for deleted rows.Dumitru Ceara2021-04-011-2/+62
* ovsdb-idl.at: Make test outputs more predictable.Dumitru Ceara2021-04-011-76/+110
* test-ovsdb: Log steps in idl test.Ben Pfaff2021-01-211-129/+137
* ovsdb-idl: Fix iteration over tracked rows with no actual data.Ilya Maximets2020-11-271-6/+55
* ovsdb-idl: Return correct seqno from ovsdb_idl_db_set_condition().Dumitru Ceara2020-11-161-0/+4
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-8/+24
* ovsdb-idl.c: Allows retry even when using a single remote.Han Zhou2019-08-211-0/+1
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-1/+1
* ovsdb-idl: Adjust indexes during transactions.Ben Pfaff2018-08-161-3/+14
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-3/+3
* utilities: Fix and unify parsing of timeout option.Ilya Maximets2018-08-151-5/+3
* ovsdb-idl.c: Fix IDL index problem when rows are updated.Han Zhou2018-08-131-0/+22
* test-ovsdb.c: Fix wrong indent.Han Zhou2018-08-131-82/+82
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-091-3/+0
* ovsdb-idl: Correct singleton insert logicMark Michelson2018-06-151-0/+33
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-121-107/+72
* Embrace anonymous unions.Ben Pfaff2018-05-251-46/+46
* ovsdb: Use new ovsdb_log_write_and_free().Justin Pettit2018-05-171-2/+1
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-4/+5
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-6/+8
* log: Add async commit support.Ben Pfaff2018-03-241-1/+1
* log: New functions for replacing a log's contents.Ben Pfaff2017-12-241-8/+50
* log: Add new open mode OVSDB_LOG_CREATE_EXCL.Ben Pfaff2017-12-241-0/+2
* log: Allow client to specify magic.Ben Pfaff2017-12-241-3/+14
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-131-12/+6
* test-ovsdb: Triggers should wake up other triggers immediately.Ben Pfaff2017-12-081-0/+1
* test-ovsdb: Simplify code in do_trigger().Ben Pfaff2017-12-081-4/+4
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* test-ovsdb: Fix memory leakYifeng Sun2017-11-021-0/+1
* ovsdb-idl: fix index row setting with references.Han Zhou2017-10-301-0/+83
* ovsdb-idl: Autogenerated functions for compound indexesLance Richardson2017-08-031-5/+281
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-2/+3
* tests-ovsdb: Fix memory leakYi-Hung Wei2017-04-241-0/+2
* ovsdb-idl: Enhance conditional monitoring APIAndy Zhou2017-01-091-2/+7
* ovsdb-data: Add support for integer ranges in database commandsLukasz Rzasik2017-01-051-2/+14
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-146/+62
* ovsdb-idl: Check internal graph in OVSDB tests.Ben Pfaff2016-10-191-0/+7