summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* ovsdb-client: Support all vlog options.Ben Pfaff2014-04-021-8/+4
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* ovsdb-client: Make "monitor" command able to monitor all tables.Ben Pfaff2013-12-131-65/+212
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-4/+4
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-191-2/+7
* ovsdb-client: Fix recently introduced svec_sort() bug.Justin Pettit2013-05-061-1/+1
* ovsdb-client: Avoid assertion with multiple databases.Justin Pettit2013-05-061-1/+1
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-2/+2
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* ovsdb-client: Make "list-dbs" print the list of databases in sorted order.Ben Pfaff2012-09-211-0/+1
* ovsdb-client: Use svec instead of sset for list of database.Ben Pfaff2012-09-211-15/+16
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1