Drop dependence on libtar.
[cumulus.git] / store.cc
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.