aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2011-05-16Add missing "static" keywords.Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-04-04daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-03-31ovsdb: Truncate bad transactions from database log.Ben Pfaff
2011-03-31ovsdb: Raise database corruption log level from warning to error.Ben Pfaff
2011-03-31ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff
2011-03-31Convert shash users that don't use the 'data' value to sset instead.Ben Pfaff
2011-03-28ovsdb-tool: Fix cut-and-paste error in manpage.Ben Pfaff
2011-03-14ovsdbmonitor: Fix "make install" race.Ben Pfaff
2011-03-14ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans
2011-03-10ovsdb: Fix uninitialized data;.Ethan Jackson
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-10ovsdb: Don't count self-references in ovsdb_row's n_refs member.Ben Pfaff
2011-03-10ovsdb: Provide a way for for_each_txn_row() callback to delete any row.Ben Pfaff
2011-03-10ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.Ben Pfaff
2011-03-10ovsdb: Improve error message for duplicate uuid-name.Ben Pfaff
2011-03-10ovsdb: Improve error reporting for some internal errors.Ben Pfaff
2011-03-10ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff
2011-03-09ovsdb: Change the way connection duration time is reported in Manager table.Andrew Evans
2011-02-23ovsdb: Explicitly ignore sscanf() return value in is_valid_version().Ben Pfaff
2011-02-23ovsdb: Warn when result of ovsdb_txn_commit() is ignored and fix caller.Justin Pettit
2011-02-23ovsdb-tool: Close "log" in do_show_log().Justin Pettit
2011-02-22ovsdb: Don't check "date" before assignment in ovsdb_file_txn_from_json().Justin Pettit
2011-02-22ovsdb: Free "error" string in ovsdb_execute_insert().Justin Pettit
2011-02-22ovsdb: Fix double free in ovsdb_file_open_log().Justin Pettit
2011-02-17ovsdb-server: Fix memory leak.Ethan Jackson
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
2011-02-08table: Add new "bare" output formatting options.Ben Pfaff
2011-02-08ovsdb-client: Break table formatting into new library.Ben Pfaff
2011-02-08ovsdb: Fix unused warning.Ethan Jackson
2011-02-07ovs-vswitchd: Complete daemonization only after initial configuration.Ben Pfaff
2011-02-07daemon: Define daemon options enums the same way as other option enums.Ben Pfaff
2011-02-01ovsdb-server: Write manager status information to Manager table.Andrew Evans
2011-01-27ovsdb-server: Correct Manager inactivity probe column name.Andrew Evans
2011-01-11Add some new generated files to .gitignore.Justin Pettit
2010-12-27Implement database schema versioning.Ben Pfaff
2010-12-01dot2pic: Be less picky parsing "dot" output.Ben Pfaff
2010-11-30Implement stress option framework.Ben Pfaff
2010-11-29ovsdb: constify should apply to all pointer types.Ethan Jackson
2010-11-29ovsdb: Remove trailing whitespaceEthan Jackson
2010-11-16Make the "exit" unixctl command reliable in ovsdb-server, ovs-vswitchd.Ben Pfaff
2010-11-16ovsdb: Support replicating a table without including any columns.Ben Pfaff
2010-11-09ovsdb: Fix "make dist" by distributing dot2pic.Ben Pfaff
2010-11-05Add "Manager" and "manager_options" to allow options for OVSDB connections.Ben Pfaff
2010-11-05docs: Implement our own dot->pic translator.Ben Pfaff
2010-11-05configure: Fix Graphviz test and input generation.Ben Pfaff
2010-11-03ovsdb-client: Add JSON output format.Ben Pfaff
2010-11-03ovsdb-client: Refactor table code to save original json during formatting.Ben Pfaff