Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / store.cc
2014-01-26 Michael VrableUse a scoped_ptr to avoid FileFilter leaks.
2014-01-26 Michael VrableFix output file size estimation.
2014-01-26 Michael VrableRework filter process code to make the interface simpler.
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-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...
2009-09-26 Michael VrableEnsure printf format specifiers and types match (fixes...
2008-11-20 Michael VrableDrop the use of exceptions for fatal error handling.
2008-11-20 Michael VrableRe-do cumulus side of upload script interface.
2008-06-30 Michael VrableAdd some missing #include statements.
2008-05-13 Michael VrablePut updated copyright statements in all source files.
2008-05-12 Michael VrableReport compressed size of data written in a backup...
2008-04-11 Michael VrableUpdate copyright dates in source files.
2008-04-09 Michael VrableUpdate arguments passed to upload script.
2008-04-02 Michael VrableInitial framework for direct transfer of backups to...
2007-12-14 Michael VrableFix a bug in computing the size of a segment that led...
2007-08-17 Michael VrableBug fix for the rewritten spawn_filter function.
2007-08-16 Michael VrableCleanup of the tar-store code.
2007-08-10 Michael VrableCompute checksums of segments and store them in the...
2007-08-07 Michael VrableDrop dependence on libtar.
2007-07-20 Michael VrableReally fix the umask problem.
2007-07-19 Michael VrableRespect umask when creating backup files.
2007-07-07 Michael VrableDump statistics of data written at the end of a backup...
2007-06-11 Michael VrableMake segment compression/encryption filter to command...
2007-05-17 Michael VrableBugfix in size estimates for filtered tarfile outputs.
2007-05-15 Michael VrableInitial support for filtering TAR files through an...
2007-05-11 Michael VrableDebugging output cleanup.
2007-05-11 Michael VrableAllow metadata to be written incrementally.
2007-05-11 Michael VrableRemove checksums and reference tracking; I think they...
2007-05-11 Michael VrableAdd a new object-oriented wrapper for building object...
2007-05-11 Michael VrableMiscellaneous changes.
2007-05-03 Michael VrableStart work on a more object-oriented interface for...
2007-05-03 Michael VrableRename tarstore -> store, since it is the only implemen...
2007-05-03 Michael VrableRemove old store implementation.
2007-02-07 Michael VrableTag objects with a 4-byte type code.
2007-01-11 Michael VrableReturn the names for allocated objects, and link file...
2006-12-30 Michael VrableSupport for spreading objects across segments.
2006-12-29 Michael VrableAppend checksums to segments to allow some verification.
2006-12-25 Michael VrableAdd new interface for creating new segments.
2006-12-24 Michael VrableInitial support for objects encapsulated into segments.
2006-12-24 Michael VrableImprove comments, and track number of bytes written...
2006-12-23 Michael VrableExtend basic support for serializing simple data types.