summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-4/+0
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-41/+41
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-141-3/+19
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-6/+131
* ovn-nbctl: Add "sync" command to wait for previous changes to take effect.Ben Pfaff2016-08-081-2/+3
* test-ovsdb: Fix memory leak reported by Valgrind.William Tu2016-07-271-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-1/+213
* ovsdb: add conditions utilities to support monitor_condLiran Schour2016-07-181-2/+76
* Fix dead assignments.William Tu2016-07-021-1/+1
* tests: Add test for partial map updates.Edward Aymerich2016-05-181-1/+116
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-0/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-02-101-0/+4
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-02-051-0/+2
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-0/+63
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-01-111-1/+3
* lib: add diff and apply diff APIs for ovsdb_datumAndy Zhou2015-12-111-1/+60
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-52/+133