Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / metadata.cc
2018-11-24 Michael VrableFix C++ compilation warnings/errors under g++ 8.2.
2014-01-26 Michael VrableSegment expiration should affect metadata re-use too.
2014-01-22 Michael VrableImprove tracking of segments and segment utilization.
2013-01-12 Michael VrableUpdate copyright notices to use a central AUTHORS file.
2009-09-26 Michael VrableThe map::at method does not always exist, so instead...
2008-11-20 Michael VrableDrop the use of exceptions for fatal error handling.
2008-06-30 Michael VrableAdd some missing #include statements.
2008-06-02 Michael VrableStore unspecified scheme names in database as empty...
2008-05-13 Michael VrablePut updated copyright statements in all source files.
2008-04-11 Michael VrableUpdate copyright dates in source files.
2008-01-09 Michael VrableExtend tracking of used segments to cover metadata...
2008-01-08 Michael VrableAdd a flag to force a full rewrite of the metadata...
2007-12-07 Michael VrableEnsure that segments with reused metadata are listed...
2007-12-03 Michael VrableFlag "volatile" files when creating a snapshot.
2007-11-29 Michael VrableAssorted minor code cleanups.
2007-11-28 Michael VrableEnsure the "name:" key shows up first in metadata output.
2007-11-28 Michael VrablePartially revert metadata format changes in 6c94114148c4.
2007-11-28 Michael VrableDrop the old statcache implementation.
2007-11-21 Michael VrableInitial implementation of metadata log sharing.
2007-11-20 Michael VrableBugfix for splitting the metadata log in the new metada...
2007-11-20 Michael VrableWrite out new-style statcache data.
2007-11-16 Michael VrableInitial refactoring of metadata logging.