]> git.proxmox.com Git - mirror_ovs.git/history - ovsdb/log.c
ovsdb: Use new ovsdb_log_write_and_free().
[mirror_ovs.git] / ovsdb / log.c
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 Pfafflog: Add async commit support.
2018-03-09 Daniel Alvarezovsdb: Loosen requirements for automatically compacting...
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-25 Ben Pfafflog: Use absolute name of log file.
2017-12-25 Ben Pfafflog: Replace ovsdb_log_get_offset() by a more abstract...
2017-12-25 Ben Pfafflog: Support multiple magic.
2017-12-24 Ben Pfafflog: Support using /dev/stdin for opening logs read...
2017-12-24 Ben Pfafflog: New functions for replacing a log's contents.
2017-12-24 Ben Pfafflog: Make reading in writing mode less of an error.
2017-12-24 Ben Pfafflog: Add new open mode OVSDB_LOG_CREATE_EXCL.
2017-12-24 Ben Pfafflog: Log write errors.
2017-12-24 Ben Pfafflog: Make json parameter to ovsdb_log_write() const.
2017-12-24 Ben Pfafflog: Require log entries to be JSON objects.
2017-12-24 Ben Pfafflog: Allow client to specify magic.
2017-12-14 Ben Pfafflog: New function ovsdb_log_compose_record().
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-03-31 Ben Pfaffovsdb: Improve error message from ovsdb_log_open()...
2016-03-28 Ben Pfaffovsdb: Remove unused "struct ovsdb_log_read_cbdata".
2014-05-14 Gurucharan Shettyovsdb: Open database in binary mode.
2014-03-13 Gurucharan Shettyovsdb: Do not look for symbolic links for db creation...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-03-12 Ben Pfaffovsdb: Allow recovery from transient write errors in...
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: Make "ovsdb-tool create" work through a dangling...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-03-31 Ben Pfaffovsdb: Truncate bad transactions from database log.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Compact databases online automatically and on...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb: Factor out code to fsync a file's containing...
2010-02-15 Ben Pfaffovsdb: Allow ovsdb_log_open()'s caller to choose whethe...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben Pfaffovsdb: Remove write-only variable from parse_body(...
2010-02-06 Justin PettitMerge branch 'master' into next
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.