summaryrefslogtreecommitdiff
path: root/ovsdb/file.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Compact databases online automatically and on-demand.Ben Pfaff2010-03-181-42/+267
* ovsdb: Rename ovsdb_file_replica to ovsdb_file.Ben Pfaff2010-03-181-30/+29
* ovsdb: Always set *dbp to null on failure in ovsdb_file_open__().Ben Pfaff2010-03-181-0/+1
* ovsdb: Check for changed columns only once per transaction commit.Ben Pfaff2010-03-171-6/+9
* ovsdb: Implement ovsdb-tool commands "compact" and "convert".Ben Pfaff2010-02-151-16/+155
* ovsdb: Refactor code for writing a transaction to a file.Ben Pfaff2010-02-151-52/+82
* ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff2010-02-151-1/+3
* ovsdb: Fix commit to disk of rows added to a table with all-default values.Ben Pfaff2010-02-151-1/+1
* ovsdb: Save some space in the log for newly inserted records.Ben Pfaff2010-01-111-3/+5
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-161-0/+14
* ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff2009-11-161-0/+341
* ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff2009-11-161-360/+0
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+360