aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/file.c
AgeCommit message (Expand)Author
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-02-23ovsdb: Warn when result of ovsdb_txn_commit() is ignored and fix caller.Justin Pettit
2011-02-22ovsdb: Don't check "date" before assignment in ovsdb_file_txn_from_json().Justin Pettit
2011-02-22ovsdb: Fix double free in ovsdb_file_open_log().Justin Pettit
2011-02-15ovsdb: New function ovsdb_file_read_schema() for reading schema from db.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-06-08timeval: Use monotonic time where appropriate.Jesse Gross
2010-03-18ovsdb: Compact databases online automatically and on-demand.Ben Pfaff
2010-03-18ovsdb: Rename ovsdb_file_replica to ovsdb_file.Ben Pfaff
2010-03-18ovsdb: Always set *dbp to null on failure in ovsdb_file_open__().Ben Pfaff
2010-03-17ovsdb: Check for changed columns only once per transaction commit.Ben Pfaff
2010-02-15ovsdb: Implement ovsdb-tool commands "compact" and "convert".Ben Pfaff
2010-02-15ovsdb: Refactor code for writing a transaction to a file.Ben Pfaff
2010-02-15ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff
2010-02-15ovsdb: Fix commit to disk of rows added to a table with all-default values.Ben Pfaff
2010-01-11ovsdb: Save some space in the log for newly inserted records.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.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-04Initial implementation of OVSDB.Ben Pfaff