summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-tool.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the location of the database separately configurable.Ben Pfaff2012-08-011-1/+1
* Use UTC consistently instead of local timezone.Ben Pfaff2012-07-021-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Fix minor memory leaks found by valgrind.Ben Pfaff2012-03-281-0/+4
* configure: Remove --with-build-number.Ben Pfaff2012-03-191-4/+3
* ovsdb-tool: Use typical db and schema install locations as defaults.Ben Pfaff2012-01-111-48/+81
* ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.Ben Pfaff2011-10-241-6/+42
* ovsdb-tool: Add abbreviated UUIDs to "show-log" even when we have a name.Ben Pfaff2011-10-241-2/+2
* util: Introduce get_program_version function.Justin Pettit2011-08-041-1/+1
* ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff2011-07-261-1/+1
* ovsdb-tool: Put version number in comment when compacting or converting.Ben Pfaff2011-07-071-2/+3
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-5/+5
* ovsdb-tool: Close "log" in do_show_log().Justin Pettit2011-02-231-0/+1
* ovsdb-tool: New command "needs-conversion".Ben Pfaff2011-02-151-0/+15
* ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff2011-02-151-0/+26
* ovsdb: New function ovsdb_file_read_schema() for reading schema from db.Ben Pfaff2011-02-151-5/+5
* Implement database schema versioning.Ben Pfaff2010-12-271-0/+26
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* ovsdb-tool: Remove reference to non-implemented "extract-schema" commandJustin Pettit2010-09-141-1/+0
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-211-1/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-211-1/+0
* ovsdb-tool: Don't wait for lockfiles on "compact" or "convert".Ben Pfaff2010-06-151-2/+2
* ovsdb: Compact databases online automatically and on-demand.Ben Pfaff2010-03-181-2/+2
* ovsdb-tool: Fix segfault if deleted row doesn't exist.Ben Pfaff2010-03-171-1/+6
* ovsdb-tool: Do not lock source db for compacting or converting to new db.Ben Pfaff2010-03-081-8/+8