summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-tool.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Allow conversion records with no data in a clustered storage.Ilya Maximets2023-04-241-9/+26
* ovsdb-tool: Fix cluster-to-standalone for DB conversion records.Ilya Maximets2023-04-241-0/+18
* ovsdb: Fix race for datum JSON string reference counter.Ilya Maximets2022-10-111-2/+3
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-4/+3
* raft: Don't keep full json objects in memory if no longer needed.Ilya Maximets2021-09-011-4/+7
* ovsdb-tool: Fix memory leak in "check-cluster" command.lin huang2021-07-091-2/+6
* ovsdb-tool: add --election-timer=ms option to 'create-cluster'Dan Williams2021-05-271-3/+17
* ovsdb: Use column diffs for ovsdb and raft log entries.Ilya Maximets2021-01-151-1/+7
* ovsdb-tool: Fix datum leak in the show-log command.Ilya Maximets2020-12-211-0/+1
* ovsdb-tool: Add a db consistency check to the ovsdb-tool check-cluster command.Federico Paolinelli2020-09-161-0/+38
* ovsdb-tool: fix memory leak while converting cluster into standalone databaseDamijan Skvarc2019-10-071-16/+21
* ovsdb-tool: fix memory leak while running "db-is-standalone" commandDamijan Skvarc2019-10-071-1/+3
* ovsdb-tool: Convert clustered db to standalone db.Aliasgar Ginwala2019-09-231-1/+100
* ovsdb-tool: Only check leader completeness when we can, in "check-cluster".Ben Pfaff2018-08-031-1/+2
* ovsdb-tool: Check for duplicate server IDs in "check-cluster".Ben Pfaff2018-08-031-0/+7
* ovsdb-tool: Read server headers first, before full logs, in "check-cluster".Ben Pfaff2018-08-031-8/+13
* ovsdb-tool: Fix logic for displaying server names in "check-cluster".Ben Pfaff2018-08-031-1/+1
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-3/+3
* Embrace anonymous unions.Ben Pfaff2018-05-251-1/+1
* ovsdb: Use new ovsdb_log_write_and_free().Justin Pettit2018-05-171-11/+3
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-110/+1029
* log: Add async commit support.Ben Pfaff2018-03-241-1/+1
* log: Add new open mode OVSDB_LOG_CREATE_EXCL.Ben Pfaff2017-12-241-1/+1
* log: Allow client to specify magic.Ben Pfaff2017-12-241-5/+5
* ovsdb-tool: Add new "db-name" and "schema-name" commands.Ben Pfaff2017-12-191-0/+27
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-5/+18
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-14/+14
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-141-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-30/+33
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-7/+7
* 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
* command-line: Add function to print command usage.Alex Wang2014-10-281-13/+20
* command-line: Add function to print all options.Alex Wang2014-10-281-0/+5
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* ovsdb-tool: Workaround inability to replace existing file on Windows.Gurucharan Shetty2014-06-261-0/+3
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* ovsdb-tool: replace tabs with spacesAlexandru Copot2013-11-011-1/+1
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-2/+0
* ovsdb: write commit timestamps to millisecond resolution.Paul Ingram2013-09-161-3/+9
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+2
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-191-2/+7
* Always check return value of strftime().Ben Pfaff2013-05-081-5/+3
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* Use gmtime_r() and localtime_r() instead of non-thread-safe versions.Ben Pfaff2013-05-021-1/+2
* ovsdb-tool: Fix memory leak on error path in "show-log" implementation.Ben Pfaff2013-01-311-2/+4
* lockfile: Remove lockfile_lock timeout argumentLeo Alterman2012-08-091-2/+2
* ovsdb: Do not replace symlinks by regular files during compaction.Ben Pfaff2012-08-011-8/+14