summaryrefslogtreecommitdiff
path: root/ovsdb/file.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* ovsdb: write commit timestamps to millisecond resolution.Paul Ingram2013-09-161-1/+1
* ovsdb: Use DB load time, not on-disk commit times, for compaction.Paul Ingram2013-09-161-31/+12
* ovsdb: Fix typo in comment ("millseconds").Ben Pfaff2013-02-251-2/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-5/+4
* lockfile: Remove lockfile_lock timeout argumentLeo Alterman2012-08-091-1/+1
* ovsdb: Do not replace symlinks by regular files during compaction.Ben Pfaff2012-08-011-2/+5
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Fix segfault in ovsdb_file_txn_row_from_json().Ben Pfaff2011-07-061-3/+2
* ovsdb: Synchronize comments and code in ovsdb_file_commit().Ben Pfaff2011-06-241-2/+3
* ovsdb: Truncate bad transactions from database log.Ben Pfaff2011-03-311-1/+6
* ovsdb: Raise database corruption log level from warning to error.Ben Pfaff2011-03-311-1/+1
* ovsdb: Warn when result of ovsdb_txn_commit() is ignored and fix caller.Justin Pettit2011-02-231-1/+1
* ovsdb: Don't check "date" before assignment in ovsdb_file_txn_from_json().Justin Pettit2011-02-221-3/+1
* ovsdb: Fix double free in ovsdb_file_open_log().Justin Pettit2011-02-221-1/+0
* ovsdb: New function ovsdb_file_read_schema() for reading schema from db.Ben Pfaff2011-02-151-20/+66
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* timeval: Use monotonic time where appropriate.Jesse Gross2010-06-081-1/+1
* 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