The map::at method does not always exist, so instead use map::find.
[cumulus.git] / scandir.cc
2009-09-10 Ralf SchlatterbeckImplement FTP backend and other code cleanups.
2009-08-08 Michael VrableFix a segfault-causing bug when converting a numeric...
2009-08-08 Michael VrableAdd --exclude-name option.
2008-11-20 Michael VrableDrop the use of exceptions for fatal error handling.
2008-07-15 Michael VrableRebuild sub-block signatures when --rebuild-statcache...
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-06-30 Michael VrableExtend object reference syntax with size assertions.
2008-06-30 Michael VrableAdd some missing #include statements.
2008-06-23 Michael VrableDocument the "-v/--verbose" option.
2008-06-16 Michael VrableAdd a verbose option to cumulus.
2008-06-12 Michael VrableCompute checksum of checksums file while it still exists.
2008-06-03 Michael VrableChange name of project to Cumulus.
2008-06-02 Michael VrableStore unspecified scheme names in database as empty...
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-04-11 Michael VrableUpdate copyright dates in source files.
2008-04-09 Michael VrableUpdate arguments passed to upload script.
2008-04-03 Michael VrablePreliminary support for external file upload scripts.
2008-04-02 Michael VrableInitial framework for direct transfer of backups to...
2008-01-17 Michael VrableInclude snapshot intent value in the backup descriptor.
2008-01-08 Michael VrableAdd a flag to force a full rewrite of the metadata...
2007-12-12 Michael VrableFix a bug that caused blocks not to be properly re...
2007-12-12 Michael VrableInclude sizes in references to blocks in each file...
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-03 Michael VrableFlag "volatile" files when creating a snapshot.
2007-11-29 Michael VrableAssorted minor code cleanups.
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 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-08-23 Michael VrablePlace expired and repacked objects into segments based...
2007-08-21 Michael VrableImplement --signature-filter for signing backup snapshots.
2007-08-17 Michael VrableSwitch to stdio-based I/O for writing descriptor file.
2007-08-10 Michael VrableInclude version number in usage message.
2007-08-10 Michael VrableInclude segment checksums as "Checksums" not "Checksum...
2007-08-10 Michael VrableWrite out a .sha1sums file with checksums for segments...
2007-08-10 Michael VrableCompute checksums of segments and store them in the...
2007-08-10 Michael VrableFix a double-close of a file descriptor.
2007-08-08 Michael VrableDo not include link/inode information for directories.
2007-08-08 Michael VrableInclude link counts and inode numbers in metadata dumps.
2007-08-03 Michael VrablePrint a help message if no paths are specified to back up.
2007-07-27 Michael VrableProvide a more detailed indication of file status when...
2007-07-20 Michael VrableInclude scheme name in statcache file, so localdb direc...
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 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 VrableReorganize filesystem traversal and dumping code.
2007-07-18 Michael VrableSlightly improve error-handling during backups.
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 VrableImplement a more complex inclusion/exclusion system...
2007-07-07 Michael VrableDump statistics of data written at the end of a 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-19 Michael VrablePreserve the "timestamp" database field when expiring...
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-13 Michael VrableFix --localdb= option.
2007-06-11 Michael VrableMake segment compression/encryption filter to command...
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-18 Michael VrableAdd rudimentary command-line parsing and support for...
2007-05-15 Michael VrableTrack which objects are used in which snapshots in...
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 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 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 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-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 VrableAdd checksums to tarstore, and partially migrate to...
next