summaryrefslogtreecommitdiff
path: root/ovsdb/log.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-tool: Fix cluster-to-standalone for DB conversion records.Ilya Maximets2023-04-241-0/+17
* sha1: Use implementation from openssl if available.Ilya Maximets2022-05-261-0/+1
* ovsdb: Remove read permission of *.db from others.Yi-Hung Wei2020-11-101-1/+1
* ovsdb: Switch ovsdb log fsync to data only.Anton Ivanov2020-04-271-0/+9
* Embrace anonymous unions.Ben Pfaff2018-05-251-1/+1
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+8
* log: Add async commit support.Ben Pfaff2018-03-241-4/+148
* ovsdb: Loosen requirements for automatically compacting databases.Daniel Alvarez2018-03-091-1/+1
* log: Use absolute name of log file.Ben Pfaff2017-12-241-33/+62
* log: Replace ovsdb_log_get_offset() by a more abstract mechanism.Ben Pfaff2017-12-241-8/+33
* log: Support multiple magic.Ben Pfaff2017-12-241-44/+111
* log: Support using /dev/stdin for opening logs read-only.Ben Pfaff2017-12-241-1/+7
* log: New functions for replacing a log's contents.Ben Pfaff2017-12-241-28/+266
* log: Make reading in writing mode less of an error.Ben Pfaff2017-12-241-1/+1
* log: Add new open mode OVSDB_LOG_CREATE_EXCL.Ben Pfaff2017-12-241-5/+18
* log: Log write errors.Ben Pfaff2017-12-241-0/+7
* log: Make json parameter to ovsdb_log_write() const.Ben Pfaff2017-12-241-1/+3
* log: Require log entries to be JSON objects.Ben Pfaff2017-12-241-0/+17
* log: Allow client to specify magic.Ben Pfaff2017-12-241-15/+42
* log: New function ovsdb_log_compose_record().Ben Pfaff2017-12-141-23/+36
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ovsdb: Improve error message from ovsdb_log_open() open failure.Ben Pfaff2016-03-301-1/+1
* ovsdb: Remove unused "struct ovsdb_log_read_cbdata".Ben Pfaff2016-03-281-7/+0
* ovsdb: Open database in binary mode.Gurucharan Shetty2014-05-141-0/+3
* ovsdb: Do not look for symbolic links for db creation in Windows.Gurucharan Shetty2014-03-131-0/+4
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-3/+0
* ovsdb: Allow recovery from transient write errors in log implementation.Ben Pfaff2013-03-121-8/+6
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* lockfile: Remove lockfile_lock timeout argumentLeo Alterman2012-08-091-1/+1
* ovsdb: Make "ovsdb-tool create" work through a dangling symlink.Ben Pfaff2012-08-011-2/+11
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-3/+3
* ovsdb: Truncate bad transactions from database log.Ben Pfaff2011-03-311-1/+20
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Add some missing "#include"s.Ben Pfaff2010-05-261-0/+1
* ovsdb: Compact databases online automatically and on-demand.Ben Pfaff2010-03-181-0/+8
* ovsdb: Factor out code to fsync a file's containing directory.Ben Pfaff2010-02-151-11/+2
* ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff2010-02-151-8/+27
* ovsdb: Remove write-only variable from parse_body() in log.c.Ben Pfaff2010-02-111-3/+1
* Clean-up compiler warnings about ignoring return valuesJustin Pettit2009-12-151-1/+1
* ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff2009-11-161-0/+363