Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | handle sha*sum's leading \ in checksum with certian unsual filenames | Joey Hess | 2012-12-20 |
| | | | | | | | | * Bugfix: Remove leading \ from checksums output by sha*sum commands, when the filename contains \ or a newline. Closes: #696384 * fsck: Still accept checksums with a leading \ as valid, now that above bug is fixed. * migrate: Remove leading \ in checksums | ||
* | where indenting | Joey Hess | 2012-11-11 |
| | |||
* | separate source of content from the filename associated with the key when ↵ | Joey Hess | 2012-06-05 |
| | | | | | | generating a key This already made migrate's code a lot simpler. | ||
* | handle really long urls | Joey Hess | 2012-02-16 |
| | | | | | Using the whole url as a key can make the filename too long. Truncate and use a md5sum for uniqueness if necessary. | ||
* | addurl --fast: Verifies that the url can be downloaded (only getting its ↵ | Joey Hess | 2012-02-10 |
| | | | | head), and records the size in the key. | ||
* | convert fsckKey to a Maybe | Joey Hess | 2012-01-19 |
| | | | | This way it's clear when a backend does not implement its own fsck checks. | ||
* | type alias cleanup | Joey Hess | 2011-12-31 |
| | |||
* | rename | Joey Hess | 2011-10-05 |
| | |||
* | rename | Joey Hess | 2011-10-04 |
| | |||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | addurl: --fast can be used to avoid immediately downloading the url. | Joey Hess | 2011-08-06 |
| | | | | | | The tricky part about this is that to generate a key, the file must be present already. Worked around by adding (back) an URL key type, which is used for addurl --fast. | ||
* | remove URL backend | Joey Hess | 2011-07-01 |
| | |||
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
| | |||
* | migrate: Support migrating v1 SHA keys to v2 SHA keys with size information ↵ | Joey Hess | 2011-03-23 |
| | | | | that can be used for free space checking. | ||
* | Fix dropping of files using the URL backend. | Joey Hess | 2011-03-17 |
| | |||
* | fromkey, and url backend download work now | Joey Hess | 2011-03-15 |
| | |||
* | rename file | Joey Hess | 2011-03-15 |
| | |||
* | only enable SHA backends that configure finds support for | Joey Hess | 2011-03-02 |
| | |||
* | use ShellParam type | Joey Hess | 2011-02-28 |
| | | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code. | ||
* | Support filenames that start with a dash; when such a file is passed to a ↵ | Joey Hess | 2011-02-25 |
| | | | | utility it will be escaped to avoid it being interpreted as an option. | ||
* | make filename available to fsck messages | Joey Hess | 2011-01-26 |
| | |||
* | rename TypeInternals to BackendTypes | Joey Hess | 2011-01-26 |
| | | | | Now that it only contains types used by the backends | ||
* | successfully split Annex and AnnexState out of TypeInternals | Joey Hess | 2011-01-25 |
| | |||
* | parameterize Backend type | Joey Hess | 2011-01-25 |
| | | | | | This allows the Backend type to not depend on the Annex type, and so the Annex type can later be moved out of TypeInternals. | ||
* | In .gitattributes, the git-annex-numcopies attribute can be used to control ↵ | Joey Hess | 2010-11-28 |
| | | | | the number of copies to retain of different types of files. | ||
* | fsck improvements | Joey Hess | 2010-11-13 |
| | | | | | | | | | * fsck: Check if annex.numcopies is satisfied. * fsck: Verify the sha1 of files when the SHA1 backend is used. * fsck: Verify the size of files when the WORM backend is used. * fsck: Allow specifying individual files to fsk if fscking everything is not desired. * fsck: Fix bug, introduced in 0.04, in detection of unused data. | ||
* | refactoring, no code changes really | Joey Hess | 2010-11-08 |
| | |||
* | more Wall cleaning | Joey Hess | 2010-10-31 |
| | |||
* | avoid unnessary newlines before progress in quiet mode | Joey Hess | 2010-10-29 |
| | |||
* | convert safeSystem to boolSystem | Joey Hess | 2010-10-29 |
| | | | | to fix ctrl-c handling | ||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | use safesystem | Joey Hess | 2010-10-19 |
| | |||
* | gratuitous rename | Joey Hess | 2010-10-18 |
| | |||
* | cleanup output | Joey Hess | 2010-10-17 |
| | |||
* | tweaks | Joey Hess | 2010-10-16 |
| | |||
* | rename backends more | Joey Hess | 2010-10-15 |