Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / main.cc
2018-11-24 Michael VrableReplace boost::scoped_ptr with std::unique_ptr. master
2014-09-10 Michael VrableAlways perform checksum comparison (for disk corruption...
2014-09-10 Michael VrableDo not include object checksums in file contents listings.
2014-01-26 Michael VrableUse a scoped_ptr to avoid FileFilter leaks.
2014-01-26 Michael VrableUse scoped_ptr from boost.
2014-01-26 Michael VrableEnsure metadata file is written prior to calculating...
2014-01-26 Michael VrableRework filter process code to make the interface simpler.
2014-01-26 Michael VrableImplement a string_printf utility function.
2014-01-26 Michael VrableClean up the file hashing interface and segment metadat...
2014-01-26 Michael VrableWrite out a generic segment metadata file with backups.
2014-01-26 Michael VrableFactor out time formatting functions.
2014-01-22 Michael VrableDrop intent field from the database.
2014-01-22 Michael VrableChanges to the Cumulus backup format and tools.
2014-01-22 Michael VrableImprove tracking of segments and segment utilization.
2013-01-12 Michael VrableUpdate copyright notices to use a central AUTHORS file.
2013-01-12 Michael VrableRework hash implementations to provide additional algor...
2013-01-12 Michael VrableCreate a third_party directory for files copied from...
2013-01-12 Michael VrableCollected bugfixes, improvements, and cleanups.
2012-09-27 Michael VrableUpdate usage text for new include/exclude filtering...
2012-09-12 Michael VrableReimplement the file include/exclude filtering mechanism.
2012-06-16 Michael VrableAdd a cache around getpwuid/getgrgid to avoid repeated...
2012-05-30 Michael VrableSome updates to the backup format:
2012-05-30 Michael VrableRename scandir.cc to main.cc.