2007-08-10 |
Michael Vrable | Fix a double-close of a file descriptor.
|
commit | commitdiff | tree |
2007-08-08 |
Michael Vrable | Extract the version number from NEWS if git-describe...
|
commit | commitdiff | tree |
2007-08-08 |
Michael Vrable | Add a NEWS file summarizing changes in each release.
|
commit | commitdiff | tree |
2007-08-08 |
Michael Vrable | Do not include link/inode information for directories.
|
commit | commitdiff | tree |
2007-08-08 |
Michael Vrable | Include link counts and inode numbers in metadata dumps.
|
commit | commitdiff | tree |
2007-08-07 |
Michael Vrable | Drop dependence on libtar.
|
commit | commitdiff | tree |
2007-08-06 |
Michael Vrable | Update the format documentation to describe the current...
|
commit | commitdiff | tree |
2007-08-03 |
Michael Vrable | Print a help message if no paths are specified to back up.
|
commit | commitdiff | tree |
2007-08-02 |
Michael Vrable | Update .gitignore: explicitly ignore .o files.
|
commit | commitdiff | tree |
2007-07-27 |
Michael Vrable | Provide a more detailed indication of file status when...
|
commit | commitdiff | tree |
2007-07-27 |
Michael Vrable | URI-escape the '@' character.
|
commit | commitdiff | tree |
2007-07-20 |
Michael Vrable | Include scheme name in statcache file, so localdb directory...
|
commit | commitdiff | tree |
2007-07-20 |
Michael Vrable | Add support for octal, hexadecimal in restore.pl script.
|
commit | commitdiff | tree |
2007-07-20 |
Michael Vrable | Do not warn when fewer than two arguments are provided.
|
commit | commitdiff | tree |
2007-07-20 |
Michael Vrable | Update the descriptor format string to "v0.2".
|
commit | commitdiff | tree |
2007-07-20 |
Michael Vrable | Really fix the umask problem.
|
commit | commitdiff | tree |
2007-07-20 |
Michael Vrable | Add support for octal and hexadecimal output in dumps.
|
commit | commitdiff | tree |
2007-07-20 |
Michael Vrable | Rename --name to --scheme, and store the scheme name...
|
commit | commitdiff | tree |
2007-07-19 |
Michael Vrable | Add a --name command-line option for naming snapshots.
|
commit | commitdiff | tree |
2007-07-19 |
Michael Vrable | Respect umask when creating backup files.
|
commit | commitdiff | tree |
2007-07-19 |
Michael Vrable | Reorganize filesystem traversal and dumping code.
|
commit | commitdiff | tree |
2007-07-18 |
Michael Vrable | Slightly improve error-handling during backups.
|
commit | commitdiff | tree |
2007-07-18 |
Michael Vrable | Makefile cleanups.
|
commit | commitdiff | tree |
2007-07-18 |
Michael Vrable | Rename format.{cc,h} -> util.{cc,h}.
|
commit | commitdiff | tree |
2007-07-18 |
Michael Vrable | Extract major/minor components of device numbers.
|
commit | commitdiff | tree |
2007-07-18 |
Michael Vrable | Dump the device number of character/block devices.
|
commit | commitdiff | tree |
2007-07-18 |
Michael Vrable | Auto-generate a version number for the program with...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Vrable | Add string un-escaping, and fix the statcache reader...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Vrable | Rename the generated executable from "scandir" to ...
|
commit | commitdiff | tree |
2007-07-17 |
Michael Vrable | Implement a more complex inclusion/exclusion system...
|
commit | commitdiff | tree |
2007-07-14 |
Michael Vrable | Fix a bug in statcache support for file sizes.
|
commit | commitdiff | tree |
2007-07-12 |
Michael Vrable | When comparing a file against the stat cache, check...
|
commit | commitdiff | tree |
2007-07-07 |
Michael Vrable | Dump statistics of data written at the end of a backup...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Vrable | Include file size in the stat cache (but do not check...
|
commit | commitdiff | tree |
2007-07-04 |
Michael Vrable | Rewrite object reference parser.
|
commit | commitdiff | tree |
2007-06-28 |
Michael Vrable | Only trust the results of a stat if two separate backups...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Vrable | Sort-of-working statcache implementation.
|
commit | commitdiff | tree |
2007-06-27 |
Michael Vrable | Write the backup descriptor as the very last step in...
|
commit | commitdiff | tree |
2007-06-21 |
Michael Vrable | Try an alternate segment cleaning ordering.
|
commit | commitdiff | tree |
2007-06-19 |
Michael Vrable | Add a simple script for garbage collecting old segments.
|
commit | commitdiff | tree |
2007-06-19 |
Michael Vrable | Preserve the "timestamp" database field when expiring...
|
commit | commitdiff | tree |
2007-06-19 |
Michael Vrable | Minor formatting fix when outputting the statcache...
|
commit | commitdiff | tree |
2007-06-18 |
Michael Vrable | Partial commit of statcache support.
|
commit | commitdiff | tree |
2007-06-16 |
Michael Vrable | Rename descriptor files.
|
commit | commitdiff | tree |
2007-06-16 |
Michael Vrable | Wait to write the backup description until a backup...
|
commit | commitdiff | tree |
2007-06-15 |
Michael Vrable | Update database schema with views for choosing segments...
|
commit | commitdiff | tree |
2007-06-13 |
Michael Vrable | Fix --localdb= option.
|
commit | commitdiff | tree |
2007-06-13 |
Michael Vrable | Factor code to prepare SQLite statements into a separate...
|
commit | commitdiff | tree |
2007-06-12 |
Michael Vrable | Fix typo.
|
commit | commitdiff | tree |
2007-06-11 |
Michael Vrable | Make segment compression/encryption filter to command...
|
commit | commitdiff | tree |
2007-06-04 |
Michael Vrable | Design note: grouping also allows better compression.
|
commit | commitdiff | tree |
2007-06-04 |
Michael Vrable | Create an SQL script for cleaning out the local object...
|
commit | commitdiff | tree |
2007-06-04 |
Michael Vrable | Make parser in restore.pl more tolerant, and reorder...
|
commit | commitdiff | tree |
2007-06-03 |
Michael Vrable | Add version information to the backup descriptor files.
|
commit | commitdiff | tree |
2007-05-31 |
Michael Vrable | Do not bother to split indirect block lists into a...
|
commit | commitdiff | tree |
2007-05-31 |
Michael Vrable | Differentiate between never-before-seen objects and...
|
commit | commitdiff | tree |
2007-05-30 |
Michael Vrable | Check for errors when files are opened for dumping.
|
commit | commitdiff | tree |
2007-05-24 |
Michael Vrable | Output filename to metadata log after fully processing...
|
commit | commitdiff | tree |
2007-05-23 |
Michael Vrable | Slightly expand the set of characters which are escaped...
|
commit | commitdiff | tree |
2007-05-23 |
Michael Vrable | Use NULL in the local database to indicate that blocks...
|
commit | commitdiff | tree |
2007-05-22 |
Michael Vrable | Extend local database once more.
|
commit | commitdiff | tree |
2007-05-19 |
Michael Vrable | Add (probably long-overdue) .gitignore file.
|
commit | commitdiff | tree |
2007-05-18 |
Michael Vrable | Add rudimentary command-line parsing and support for...
|
commit | commitdiff | tree |
2007-05-17 |
Michael Vrable | Bugfix in size estimates for filtered tarfile outputs.
|
commit | commitdiff | tree |
2007-05-17 |
Michael Vrable | Bugfix for restore.pl.
|
commit | commitdiff | tree |
2007-05-16 |
Michael Vrable | Add timestamps to block when they are inserted into...
|
commit | commitdiff | tree |
2007-05-15 |
Michael Vrable | Handle new-style user/group entries in the restore...
|
commit | commitdiff | tree |
2007-05-15 |
Michael Vrable | Initial support for filtering TAR files through an...
|
commit | commitdiff | tree |
2007-05-15 |
Michael Vrable | Track which objects are used in which snapshots in...
|
commit | commitdiff | tree |
2007-05-15 |
Michael Vrable | Debugging message cleanup.
|
commit | commitdiff | tree |
2007-05-15 |
Michael Vrable | Initial cut at re-using objects from old segments when...
|
commit | commitdiff | tree |
2007-05-15 |
Michael Vrable | Keep an index of old stored blocks, using sqlite3.
|
commit | commitdiff | tree |
2007-05-14 |
Michael Vrable | Start writing up some design notes for LBS.
|
commit | commitdiff | tree |
2007-05-14 |
Michael Vrable | Ensure filesize written to metadata log matches number...
|
commit | commitdiff | tree |
2007-05-14 |
Michael Vrable | Various minor tweaks to the metadata format.
|
commit | commitdiff | tree |
2007-05-12 |
Michael Vrable | Use a timestamp in generating the descriptor filename.
|
commit | commitdiff | tree |
2007-05-12 |
Michael Vrable | Disable debugging output for the reference restore...
|
commit | commitdiff | tree |
2007-05-12 |
Michael Vrable | Actually recreate files in the snapshot.
|
commit | commitdiff | tree |
2007-05-12 |
Michael Vrable | Add in decoding (URI-style, %xx) of filenames to reference...
|
commit | commitdiff | tree |
2007-05-12 |
Michael Vrable | Continue work on reference decoder.
|
commit | commitdiff | tree |
2007-05-12 |
Michael Vrable | Begin work on a reference decoder for backups.
|
commit | commitdiff | tree |
2007-05-12 |
Michael Vrable | Write backup descriptor to a file, not stdout.
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | Clean up error reporting.
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | Use larger metadata blocks, and don't output type field...
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | Debugging output cleanup.
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | Allow metadata to be written incrementally.
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | Remove checksums and reference tracking; I think they...
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | A few minor adjustments to the ObjectReference interface.
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | Add a new object-oriented wrapper for building object...
|
commit | commitdiff | tree |
2007-05-11 |
Michael Vrable | Miscellaneous changes.
|
commit | commitdiff | tree |
2007-05-03 |
Michael Vrable | Start work on a more object-oriented interface for...
|
commit | commitdiff | tree |
2007-05-03 |
Michael Vrable | Rename tarstore -> store, since it is the only implementatio...
|
commit | commitdiff | tree |
2007-05-03 |
Michael Vrable | Remove old store implementation.
|
commit | commitdiff | tree |
2007-05-03 |
Michael Vrable | Partial support for tracker inter-object references.
|
commit | commitdiff | tree |
2007-04-25 |
Michael Vrable | Add indrect objects for listing contents of large files.
|
commit | commitdiff | tree |
2007-04-23 |
Michael Vrable | Remove code using old segment writer.
|
commit | commitdiff | tree |
2007-04-23 |
Michael Vrable | Automatically split segments to meet size targets.
|
commit | commitdiff | tree |
2007-04-21 |
Michael Vrable | Add URI-style escaping of filename characters.
|
commit | commitdiff | tree |
2007-04-16 |
Michael Vrable | Remove early test code for the tarfile storage backend.
|
commit | commitdiff | tree |
2007-04-16 |
Michael Vrable | Reduce debugging output.
|
commit | commitdiff | tree |
next |