cumulus.git
2007-08-07 Michael VrableDrop dependence on libtar.
2007-08-06 Michael VrableUpdate the format documentation to describe the current...
2007-08-03 Michael VrablePrint a help message if no paths are specified to back up.
2007-08-02 Michael VrableUpdate .gitignore: explicitly ignore .o files.
2007-07-27 Michael VrableProvide a more detailed indication of file status when...
2007-07-27 Michael VrableURI-escape the '@' character.
2007-07-20 Michael VrableInclude scheme name in statcache file, so localdb direc...
2007-07-20 Michael VrableAdd support for octal, hexadecimal in restore.pl script.
2007-07-20 Michael VrableDo not warn when fewer than two arguments are provided.
2007-07-20 Michael VrableUpdate the descriptor format string to "v0.2".
2007-07-20 Michael VrableReally fix the umask problem.
2007-07-20 Michael VrableAdd support for octal and hexadecimal output in dumps.
2007-07-20 Michael VrableRename --name to --scheme, and store the scheme name...
2007-07-19 Michael VrableAdd a --name command-line option for naming snapshots.
2007-07-19 Michael VrableRespect umask when creating backup files.
2007-07-19 Michael VrableReorganize filesystem traversal and dumping code.
2007-07-18 Michael VrableSlightly improve error-handling during backups.
2007-07-18 Michael VrableMakefile cleanups.
2007-07-18 Michael VrableRename format.{cc,h} -> util.{cc,h}.
2007-07-18 Michael VrableExtract major/minor components of device numbers.
2007-07-18 Michael VrableDump the device number of character/block devices.
2007-07-18 Michael VrableAuto-generate a version number for the program with...
2007-07-17 Michael VrableAdd string un-escaping, and fix the statcache reader...
2007-07-17 Michael VrableRename the generated executable from "scandir" to ...
2007-07-17 Michael VrableImplement a more complex inclusion/exclusion system...
2007-07-14 Michael VrableFix a bug in statcache support for file sizes.
2007-07-12 Michael VrableWhen comparing a file against the stat cache, check...
2007-07-07 Michael VrableDump statistics of data written at the end of a backup...
2007-07-05 Michael VrableInclude file size in the stat cache (but do not check...
2007-07-04 Michael VrableRewrite object reference parser.
2007-06-28 Michael VrableOnly trust the results of a stat if two separate backup...
2007-06-28 Michael VrableSort-of-working statcache implementation.
2007-06-27 Michael VrableWrite the backup descriptor as the very last step in...
2007-06-21 Michael VrableTry an alternate segment cleaning ordering.
2007-06-19 Michael VrableAdd a simple script for garbage collecting old segments.
2007-06-19 Michael VrablePreserve the "timestamp" database field when expiring...
2007-06-19 Michael VrableMinor formatting fix when outputting the statcache...
2007-06-18 Michael VrablePartial commit of statcache support.
2007-06-16 Michael VrableRename descriptor files.
2007-06-16 Michael VrableWait to write the backup description until a backup...
2007-06-15 Michael VrableUpdate database schema with views for choosing segments...
2007-06-13 Michael VrableFix --localdb= option.
2007-06-13 Michael VrableFactor code to prepare SQLite statements into a separat...
2007-06-12 Michael VrableFix typo.
2007-06-11 Michael VrableMake segment compression/encryption filter to command...
2007-06-04 Michael VrableDesign note: grouping also allows better compression.
2007-06-04 Michael VrableCreate an SQL script for cleaning out the local object...
2007-06-04 Michael VrableMake parser in restore.pl more tolerant, and reorder...
2007-06-03 Michael VrableAdd version information to the backup descriptor files.
2007-05-31 Michael VrableDo not bother to split indirect block lists into a...
2007-05-31 Michael VrableDifferentiate between never-before-seen objects and...
2007-05-30 Michael VrableCheck for errors when files are opened for dumping.
2007-05-24 Michael VrableOutput filename to metadata log after fully processing...
2007-05-23 Michael VrableSlightly expand the set of characters which are escaped...
2007-05-23 Michael VrableUse NULL in the local database to indicate that blocks...
2007-05-22 Michael VrableExtend local database once more.
2007-05-19 Michael VrableAdd (probably long-overdue) .gitignore file.
2007-05-18 Michael VrableAdd rudimentary command-line parsing and support for...
2007-05-17 Michael VrableBugfix in size estimates for filtered tarfile outputs.
2007-05-17 Michael VrableBugfix for restore.pl.
2007-05-16 Michael VrableAdd timestamps to block when they are inserted into...
2007-05-15 Michael VrableHandle new-style user/group entries in the restore...
2007-05-15 Michael VrableInitial support for filtering TAR files through an...
2007-05-15 Michael VrableTrack which objects are used in which snapshots in...
2007-05-15 Michael VrableDebugging message cleanup.
2007-05-15 Michael VrableInitial cut at re-using objects from old segments when...
2007-05-15 Michael VrableKeep an index of old stored blocks, using sqlite3.
2007-05-14 Michael VrableStart writing up some design notes for LBS.
2007-05-14 Michael VrableEnsure filesize written to metadata log matches number...
2007-05-14 Michael VrableVarious minor tweaks to the metadata format.
2007-05-12 Michael VrableUse a timestamp in generating the descriptor filename.
2007-05-12 Michael VrableDisable debugging output for the reference restore...
2007-05-12 Michael VrableActually recreate files in the snapshot.
2007-05-12 Michael VrableAdd in decoding (URI-style, %xx) of filenames to refere...
2007-05-12 Michael VrableContinue work on reference decoder.
2007-05-12 Michael VrableBegin work on a reference decoder for backups.
2007-05-12 Michael VrableWrite backup descriptor to a file, not stdout.
2007-05-11 Michael VrableClean up error reporting.
2007-05-11 Michael VrableUse larger metadata blocks, and don't output type field...
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 VrableA few minor adjustments to the ObjectReference interface.
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.
next