cumulus.git
2008-09-17 Michael VrableExtend FUSE functionality.
2008-08-12 Michael VrableStart a proof-of-concept FUSE interface to old snapshots.
2008-08-11 Michael VrableAllow a URL to be used in cumulus-util to specify a...
2008-08-06 Michael VrableBegin new storage-abstraction layer.
2008-08-01 Michael VrableMakefile cleanup.
2008-08-01 Michael VrablePrepare for 0.8 release.
2008-07-30 Michael VrableFix typo in restore.pl.
2008-07-30 Michael VrableUpdate restore.pl for new snapshot format (v0.8).
2008-07-15 Michael VrableRebuild sub-block signatures when --rebuild-statcache...
2008-07-15 Michael VrableDocumentation updates.
2008-07-14 Michael VrableUpdate help text to include --rebuild-statcache.
2008-07-14 Michael Vrable--rebuild-statcache bugfix.
2008-07-14 Michael VrableAdd the --rebuild-statcache option.
2008-07-14 Michael VrableBetter cope with null values in the segments_used table.
2008-07-10 Michael VrableMake use of size assertions in references where possible.
2008-07-01 Michael VrableEliminate a gcc warning.
2008-06-30 Michael VrableExtend object reference syntax with size assertions.
2008-06-30 Michael VrableAdd some missing #include statements.
2008-06-23 Michael VrableREADME corrections.
2008-06-23 Michael VrableDocument the "-v/--verbose" option.
2008-06-23 Michael VrableNEWS updates for v0.7 release.
2008-06-16 Michael VrableAdd a verbose option to cumulus.
2008-06-13 Michael VrableREADME updates: explain restores in more detail.
2008-06-12 Michael VrableCompute checksum of checksums file while it still exists.
2008-06-12 Michael VrableFix an example command in the README.
2008-06-09 Michael VrableUpdates to documentation and contributed scripts for...
2008-06-09 Michael VrableDo not store subfile signatures for very short blocks.
2008-06-04 Michael Vrable.gitignore update.
2008-06-03 Michael VrableUpdate name of lbs-util program.
2008-06-03 Michael VrableChange name of project to Cumulus.
2008-06-02 Michael VrableHypens are allowed as key names in RFC822-style data.
2008-06-02 Michael VrableStore unspecified scheme names in database as empty...
2008-05-31 Michael VrableDelete obsolete sub-block signatures when garbage colle...
2008-05-31 Michael VrableUpdate NEWS file the 0.7 release.
2008-05-31 Michael VrableFix a bug in signature loading for sub-file incrementals.
2008-05-30 Michael VrableTrack quantity of data referenced in old segments more...
2008-05-30 Michael VrableInitial support for efficient sub-file incrementals.
2008-05-30 Michael VrableRemove some debugging output so backup runs are less...
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-11 Michael VrableSqueeze extra blank lines when dumping metadata logs.
2008-04-09 Michael VrableNEWS updates.
2008-04-09 Michael VrableUpdate arguments passed to upload script.
2008-04-09 Michael VrableImplement a simple backend script to store data to...
2008-04-03 Michael VrablePreliminary support for external file upload scripts.
2008-04-02 Michael VrableInitial framework for direct transfer of backups to...
2008-03-01 Michael VrableMake restoring from snapshots more efficient.
2008-02-28 Michael VrableAllow restores of just selected files/directories.
2008-02-19 Michael VrableDocumentation updates.
2008-02-19 Michael VrableAdd GPLv2 license conditions.
2008-02-14 Michael VrableMinor documentation updates.
2008-02-13 Michael VrableDo not attempt to clean the same segment multiple times.
2008-02-13 Michael VrableSlight tweaks to the local database to improve cleaning...
2008-01-17 Michael VrableInclude snapshot intent value in the backup descriptor.
2008-01-15 Michael VrableDocumentation updates.
2008-01-15 Michael VrableFix to segment age calculation in local database.
2008-01-09 Michael VrableExtend tracking of used segments to cover metadata...
2008-01-09 Michael VrableMinor fix to segment cleaning.
2008-01-08 Michael VrableAdd a flag to force a full rewrite of the metadata...
2007-12-25 Michael VrableAdd intent-based cleaning to lbs-util.
2007-12-14 Michael VrableFix a bug in computing the size of a segment that led...
2007-12-12 Michael VrableFix a bug that caused blocks not to be properly re...
2007-12-12 Michael VrableFix uninitialized variable warning in sample restore...
2007-12-12 Michael VrableInclude sizes in references to blocks in each file...
2007-12-12 Michael VrableSnapshot format change: extend the slice syntax with...
2007-12-12 Michael VrableWhen verifying a snapshot, check that the segment list...
2007-12-12 Michael VrableAdd "intent" field to a snapshot.
2007-12-07 Michael VrableEnsure that segments with reused metadata are listed...
2007-12-07 Michael VrableAdd format support for efficient sparse file handling.
2007-12-07 Michael VrableUpgrades to utility code for new formats, and a few...
2007-12-06 Michael VrableUpdate the NEWS file with some information about format...
2007-12-06 Michael VrableDrop the obsolete snapshot_contents table from the...
2007-12-06 Michael VrableProvide a script for converting the local database...
2007-12-06 Michael VrableModifications to the local database: create a summary...
2007-12-03 Michael VrableFlag "volatile" files when creating a snapshot.
2007-11-29 Michael VrableAssorted minor code cleanups.
2007-11-28 Michael VrableEnsure the "name:" key shows up first in metadata output.
2007-11-28 Michael VrablePartially revert metadata format changes in 6c94114148c4.
2007-11-28 Michael VrableDrop the old statcache implementation.
2007-11-21 Michael VrableInitial implementation of metadata log sharing.
2007-11-20 Michael VrableBugfix for splitting the metadata log in the new metada...
2007-11-20 Michael VrableWrite out new-style statcache data.
2007-11-19 Michael VrableDrop the use of indirect blocks for storing pointers...
2007-11-16 Michael VrableInitial refactoring of metadata logging.
2007-11-15 Michael VrableChanges to the metadata log format.
2007-11-14 Michael VrableNEWS updates for 0.5.1 release (minor changes only).
2007-11-08 Michael VrableProvide a sample tool, contrib/parity-gen, for RAID...
2007-11-07 Michael VrableCheck LBS format version when reading snapshots in...
2007-10-30 Michael Vrablelbs-util: Add a command for dumping a flattened metadat...
2007-10-29 Michael VrableMinor documemtation update.
2007-10-16 Michael VrableLBS v0.5 release.
2007-10-16 Michael VrableFix mismatched new/delete calls.
2007-10-02 Michael VrableMake extraction of segments in lbs.py even more quiet.
2007-10-02 Michael VrableAdd a restore-snapshot command to lbs-util.
2007-09-25 Michael VrableAdd "prune database" command to lbs-util.
2007-09-20 Michael VrableFile reorganization: move non-essential binaries to...
2007-09-17 Michael VrableWhen cleaning the cache of objects, don't be so verbose.
2007-09-15 Michael VrableEnhance object-checksums command.
2007-09-13 Michael VrableMove most documentation into a doc/ subdirectory.
next