aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-tool.c
AgeCommit message (Expand)Author
2011-10-24ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.Ben Pfaff
2011-10-24ovsdb-tool: Add abbreviated UUIDs to "show-log" even when we have a name.Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-26ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff
2011-07-07ovsdb-tool: Put version number in comment when compacting or converting.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-02-23ovsdb-tool: Close "log" in do_show_log().Justin Pettit
2011-02-15ovsdb-tool: New command "needs-conversion".Ben Pfaff
2011-02-15ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff
2011-02-15ovsdb: New function ovsdb_file_read_schema() for reading schema from db.Ben Pfaff
2010-12-27Implement database schema versioning.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-09-14ovsdb-tool: Remove reference to non-implemented "extract-schema" commandJustin Pettit
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-06-15ovsdb-tool: Don't wait for lockfiles on "compact" or "convert".Ben Pfaff
2010-03-18ovsdb: Compact databases online automatically and on-demand.Ben Pfaff
2010-03-17ovsdb-tool: Fix segfault if deleted row doesn't exist.Ben Pfaff
2010-03-08ovsdb-tool: Do not lock source db for compacting or converting to new db.Ben Pfaff
2010-02-15ovsdb: Implement ovsdb-tool commands "compact" and "convert".Ben Pfaff
2010-02-15ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-02ovsdb-tool: Fix minor memory leak in "create".Ben Pfaff
2010-01-11ovsdb-tool: Make show-log command offer more verbose output.Ben Pfaff
2009-12-16ovsdb-tool: Add "show-log" command for use in debugging.Ben Pfaff
2009-11-16ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff
2009-11-16ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff
2009-11-06ovsdb-tool: Make "query" and "transact" commands work properly.Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff