summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-3/+3
* ovsdb: Make clients aware of relay service model.Ilya Maximets2021-07-151-1/+1
* ovsdb-client: Integrate record/replay functionality.Ilya Maximets2021-06-071-0/+5
* ovsdb-client: Fix needs-conversion when SERVER is explicitly specified.Alexey Roytman2021-02-191-2/+3
* ovsdb-client: fix memory leak while executing database backupDamijan Skvarc2019-10-091-0/+1
* ovsdb-client: fix memory leak to prevent valgrind reporting memory leaks whil...Damijan Skvarc2019-10-021-1/+4
* ovsdb-client: fix memory leak in do_needs_conversion() and do_convert()Damijan Skvarc2019-10-011-0/+2
* ovsdb-client: fix memory leak in is_database_clustered() function.Damijan Skvarc2019-09-301-1/+3
* ovsdb-client: Free ovsdb_schemaYifeng Sun2019-09-191-0/+1
* ovsdb-monitor: Support monitor_cond_since.Han Zhou2019-02-281-7/+97
* ovsdb-client: Fix typo.Han Zhou2019-02-221-1/+1
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-1/+1
* ovsdb-client: Fix a bug that uses wrong indexYifeng Sun2018-09-271-2/+2
* ovsdb-client: Make "wait" command logging more sensible.Ben Pfaff2018-08-171-4/+0
* 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
* Embrace anonymous unions.Ben Pfaff2018-05-251-33/+33
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-91/+509
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-19/+78
* ovsdb-server: Add new RPC "set_db_change_aware".Ben Pfaff2018-03-241-1/+27
* ovsdb-client: Set binary mode when doing backup/restoreAlin Gabriel Serdean2018-03-151-0/+17
* ovsdb-client: Add --timeout option.Ben Pfaff2018-02-061-0/+12
* ovsdb-client: Fix memory leaksYifeng Sun2018-01-221-0/+2
* log: Allow client to specify magic.Ben Pfaff2017-12-241-1/+1
* ovsdb-client: Show even constraint-breaking data in "dump" output.Ben Pfaff2017-12-221-3/+2
* ovsdb-server: Forbid user-specified databases with reserved names.Ben Pfaff2017-12-221-5/+14
* ovsdb-client: Add new "query" command.Ben Pfaff2017-12-221-12/+55
* ovsdb-client: Add new "restore" command.Ben Pfaff2017-12-211-1/+109
* ovsdb-client: Add new "backup" command.Ben Pfaff2017-12-151-0/+134
* ovsdb-client: Add new "get-schema-cksum" command.Ben Pfaff2017-12-141-0/+13
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ovsdb-client: Use correct operand to 'sizeof' in do_dump().Ben Pfaff2017-05-311-2/+2
* table: provide table formatting option help at runtimeLance Richardson2017-04-061-7/+2
* table: correct documented default format in man pagesLance Richardson2016-12-221-0/+2
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-1/+2
* Windows: Extend support for binaries which allow detachAlin Serdean2016-09-141-0/+1
* ovsdb-client: 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
* ovsdb: Add ovsdb-client options for testing lockAndy Zhou2016-07-221-0/+196
* ovsdb-client: support monitor-cond methodLiran Schour2016-07-181-20/+78
* ovsdb-client: Move iterator definition to prevent shadowing.Justin Pettit2016-07-131-2/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovsdb-client: Fix memory leak reported by valgind.William Tu2016-02-101-0/+1
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+3
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+14
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+1
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-041-4/+8
* ovsdb-client: support monitor2Andy Zhou2015-12-111-6/+145
* ovsdb-client: Add optional table and columns to dump commandBert Vermeulen2015-12-011-19/+50
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-2/+3