]> git.proxmox.com Git - mirror_ovs.git/history - ovsdb/file.c
trigger: Free leaked ovsdb_schema
[mirror_ovs.git] / ovsdb / file.c
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-03-24 Ben Pfaffovsdb: Add support for online schema conversion.
2018-03-24 Ben Pfaffovsdb-server: Distinguish logs from other replicas.
2018-03-24 Ben Pfafflog: Add async commit support.
2018-03-14 Daniel Alvarezovsdb: Fix database compaction check
2018-03-09 Daniel Alvarezovsdb: Loosen requirements for automatically compacting...
2018-03-07 Daniel Alvarezovsdb: Fix time in log traces when compacting database
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-25 Ben Pfafflog: Replace ovsdb_log_get_offset() by a more abstract...
2017-12-24 Ben Pfafflog: Add new open mode OVSDB_LOG_CREATE_EXCL.
2017-12-24 Ben Pfafflog: Allow client to specify magic.
2017-12-15 Ben Pfaffovsdb-client: Add new "backup" command.
2017-12-13 Ben Pfaffovsdb-error: New function ovsdb_error_to_string_free().
2016-11-30 Alin Serdeanovsdb: Allow online compacting on Windows.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-04-01 Ben Pfaffovsdb: Use previous snapshot size as an additional...
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2013-09-16 Paul Ingramovsdb: write commit timestamps to millisecond resolution.
2013-09-16 Paul Ingramovsdb: Use DB load time, not on-disk commit times,...
2013-02-25 Ben Pfaffovsdb: Fix typo in comment ("millseconds").
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-08-09 Leo Altermanlockfile: Remove lockfile_lock timeout argument
2012-08-01 Ben Pfaffovsdb: Do not replace symlinks by regular files during...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-07-06 Ben Pfaffovsdb: Fix segfault in ovsdb_file_txn_row_from_json().
2011-06-24 Ben Pfaffovsdb: Synchronize comments and code in ovsdb_file_comm...
2011-03-31 Ben Pfaffovsdb: Truncate bad transactions from database log.
2011-03-31 Ben Pfaffovsdb: Raise database corruption log level from warning...
2011-02-23 Justin Pettitovsdb: Warn when result of ovsdb_txn_commit() is ignore...
2011-02-22 Justin Pettitovsdb: Don't check "date" before assignment in ovsdb_fi...
2011-02-22 Justin Pettitovsdb: Fix double free in ovsdb_file_open_log().
2011-02-15 Ben Pfaffovsdb: New function ovsdb_file_read_schema() for readin...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
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.