cumulus.git
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-05-03 Michael VrablePartial support for tracker inter-object references.
2007-04-25 Michael VrableAdd indrect objects for listing contents of large files.
2007-04-23 Michael VrableRemove code using old segment writer.
2007-04-23 Michael VrableAutomatically split segments to meet size targets.
2007-04-21 Michael VrableAdd URI-style escaping of filename characters.
2007-04-16 Michael VrableRemove early test code for the tarfile storage backend.
2007-04-16 Michael VrableReduce debugging output.
2007-04-16 Michael VrableAdd checksums to tarstore, and partially migrate to...
2007-04-15 Michael VrableBegin work on an alternate object store mechanism using...
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 VrableSome Makefile improvements:
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 VrableClean up output while scanning directories.
2006-12-23 Michael VrableExtend basic support for serializing simple data types.
2006-12-20 Michael VrableFill in a couple more details about a proposed file...
2006-12-16 Michael VrableBegin work to document a proposed file format for backups.
2006-12-16 Michael VrableAdd support for reading symlinks.
2006-12-13 Michael VrableRead contents of all regular files processed.
2006-12-12 Michael VrableMore work on descending directory structure.
2006-12-10 Michael VrableBuild with support for large files enabled.
2006-11-23 Michael VrableInitial commit