| Commit message (Expand) | Author | Age |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | force hash to finish with file before returning | Joey Hess | 2016-01-06 |
* | generalize catchHardwareFault to catchIOErrorType | Joey Hess | 2015-12-06 |
* | use action, not sideAction | Joey Hess | 2015-10-11 |
* | rename fsckKey to verifyKeyContent | Joey Hess | 2015-10-01 |
* | Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built ... | Joey Hess | 2015-08-06 |
* | fsck: When checksumming a file fails due to a hardware fault, the file is now... | Joey Hess | 2015-05-27 |
* | refactor | Joey Hess | 2015-05-27 |
* | if external hash command fails for any reason, fall back to internal hashing | Joey Hess | 2015-05-27 |
* | fromkey, registerurl: Allow urls to be specified instead of keys, and generat... | Joey Hess | 2015-05-22 |
* | Added MD5 and MD5E backends. | Joey Hess | 2015-02-04 |
* | Remove support for building without cryptohash. | Joey Hess | 2015-02-04 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | add getFileSize, which can get the real size of a large file on Windows | Joey Hess | 2015-01-20 |
* | Generate shorter keys for WORM and URL, avoiding keys that are longer than us... | Joey Hess | 2015-01-06 |
* | Avoid re-checksumming when migrating from hash to hashE backend. Closes: #774494 | Joey Hess | 2015-01-04 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | WORM backend: Switched to include the relative path to the file inside the re... | Joey Hess | 2014-09-11 |
* | WORM backend: When adding a file in a subdirectory, avoid including the subdi... | Joey Hess | 2014-08-12 |
* | testremote: New command to test uploads/downloads to a remote. | Joey Hess | 2014-08-01 |
* | add key stability checking interface | Joey Hess | 2014-07-27 |
* | add chunk metadata to Key | Joey Hess | 2014-07-24 |
* | migrate: Avoid re-checksumming when migrating from hashE to hash backend. | Joey Hess | 2014-07-10 |
* | bring back the (checksum) when fscking | Joey Hess | 2014-02-20 |
* | import: Add --skip-duplicates option. | Joey Hess | 2013-12-04 |
* | Better sanitization of problem characters when generating URL and WORM keys. | Joey Hess | 2013-10-05 |
* | allow building w/o cryptohash | Joey Hess | 2013-10-03 |
* | better name | Joey Hess | 2013-10-01 |
* | ensure that hash representations don't change in future | Joey Hess | 2013-10-01 |
* | Added SKEIN256 and SKEIN512 backends | Joey Hess | 2013-10-01 |
* | hlint | Joey Hess | 2013-09-25 |
* | Use cryptohash rather than SHA for hashing. | Joey Hess | 2013-09-22 |
* | Fix a few bugs involving filenames that are at or near the filesystem's maxim... | Joey Hess | 2013-07-30 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | clean up from windows porting | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | configure: Better checking that sha commands output in the desired format. | Joey Hess | 2013-05-08 |
* | SHA: Add a runtime sanity check that sha commands output something that appea... | Joey Hess | 2013-05-07 |
* | expose Control.Monad.join | Joey Hess | 2013-04-22 |
* | SHA*E backends: Exclude non-alphanumeric characters from extensions. | Joey Hess | 2012-12-20 |
* | handle sha*sum's leading \ in checksum with certian unsual filenames | Joey Hess | 2012-12-20 |
* | where indenting | Joey Hess | 2012-11-11 |
* | Avoid crashing on encoding errors in filenames when writing transfer info fil... | Joey Hess | 2012-09-16 |
* | SHA256E is new default backend | Joey Hess | 2012-09-12 |
* | Bugfix: Fix fsck in SHA*E backends, when the key contains composite extension... | Joey Hess | 2012-08-24 |
* | better readProcess | Joey Hess | 2012-07-19 |
* | add back debug logging | Joey Hess | 2012-07-19 |
* | switch from System.Cmd.Utils to System.Process | Joey Hess | 2012-07-18 |
* | fix leading period before two-element extensions | Joey Hess | 2012-07-06 |
* | SHAnE backends are now smarter about composite extensions, such as .tar.gz Cl... | Joey Hess | 2012-07-05 |