Catalli's threaded switch
[sliver-openvswitch.git] / ovsdb / file.c
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Compact databases online automatically and on...
2010-03-18 Ben Pfaffovsdb: Rename ovsdb_file_replica to ovsdb_file.
2010-03-18 Ben Pfaffovsdb: Always set *dbp to null on failure in ovsdb_file...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffovsdb: Check for changed columns only once per transact...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb: Implement ovsdb-tool commands "compact" and...
2010-02-15 Ben Pfaffovsdb: Refactor code for writing a transaction to a...
2010-02-15 Ben Pfaffovsdb: Allow ovsdb_log_open()'s caller to choose whethe...
2010-02-15 Ben Pfaffovsdb: Fix commit to disk of rows added to a table...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-11 Ben Pfaffovsdb: Save some space in the log for newly inserted...
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-05 Ben PfaffInitial implementation of OVSDB.