Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / store.h
2018-11-24 Michael VrableReplace boost::scoped_ptr with std::unique_ptr. master
2014-01-26 Michael VrableUse a scoped_ptr to avoid FileFilter leaks.
2014-01-26 Michael VrableRework filter process code to make the interface simpler.
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 VrableCreate a third_party directory for files copied from...
2008-11-20 Michael VrableDrop the use of exceptions for fatal error handling.
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-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-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-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-15 Michael VrableInitial support for filtering TAR files through an...
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 VrableCompute SHA-1 checksums of regular files to be stored...
2006-12-23 Michael VrableExtend basic support for serializing simple data types.