| Commit message (Expand) | Author | Age |
* | Take space that will be used by running downloads into account when checking ... | Joey Hess | 2015-05-12 |
* | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-05-12 |
|\ |
|
| * | support time-1.5.0 | Joey Hess | 2015-05-10 |
| * | fsck: Ignore error recording the fsck in the activity log, which can happen w... | Joey Hess | 2015-05-06 |
| * | refactor | Joey Hess | 2015-04-30 |
| * | Fix bogus failure of fsck --fast. | Joey Hess | 2015-04-27 |
| * | fsck --from remote: Avoid downloading a key if it would go over the annex.dis... | Joey Hess | 2015-04-18 |
| * | fsck --from remote: When bad content is found in the remote, and the local re... | Joey Hess | 2015-04-18 |
* | | add filename to progress bar, and display ok/failed at end | Joey Hess | 2015-04-14 |
|/ |
|
* | rethought distributed fsck; instead add activity.log and expire command | Joey Hess | 2015-04-05 |
* | fsck: Added --distributed and --expire options, for distributed fsck. | Joey Hess | 2015-04-01 |
* | --auto is no longer a global option; only get, drop, and copy accept it. | Joey Hess | 2015-03-25 |
* | fsck: Multiple incremental fscks of different repos (some remote) can now be ... | Joey Hess | 2015-02-17 |
* | avoid crash when starting fsck --incremental when one is already running | Joey Hess | 2015-02-17 |
* | commit new transaction after 60 seconds | Joey Hess | 2015-02-16 |
* | commit more transactions when fscking | Joey Hess | 2015-02-16 |
* | convert incremental fsck to using sqlite database | Joey Hess | 2015-02-16 |
* | fix compile warning | Joey Hess | 2015-02-12 |
* | fsck --from: If a download from a remote fails, propigate the failure. | Joey Hess | 2015-02-10 |
* | The file matching options are now only accepted by commands that can actually... | Joey Hess | 2015-02-06 |
* | Repository tuning parameters can now be passed when initializing a repository... | Joey Hess | 2015-01-27 |
* | 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 |
* | revert parentDir change | Joey Hess | 2015-01-09 |
* | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | indent with tabs not spaces | Joey Hess | 2014-10-09 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | replace (Key, Backend) with Key | Joey Hess | 2014-04-17 |
* | clean up cleanup action enumeration | Joey Hess | 2014-03-13 |
* | Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on... | Joey Hess | 2014-02-26 |
* | fix all remaining -Wall warnings on Windows | Joey Hess | 2014-02-25 |
* | tweak wording | Joey Hess | 2014-02-20 |
* | fsck: Refuse to do anything if more than one of --incremental, --more, and --... | Joey Hess | 2014-02-20 |
* | fsck: When run with --all or --unused, while .gitattributes annex.numcopies c... | Joey Hess | 2014-02-20 |
* | windows: fix fsck --incremental to not crash | Joey Hess | 2014-02-13 |
* | cleanup thanks to Utility.PID | Joey Hess | 2014-02-11 |
* | avoid using openFile when withFile can be used | Joey Hess | 2014-02-03 |
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | Joey Hess | 2014-01-29 |
* | reorganize some files and imports | Joey Hess | 2014-01-26 |
* | reorg | Joey Hess | 2014-01-21 |
* | numcopies cleanup, part 2 | Joey Hess | 2014-01-21 |
* | reorganize numcopies code (no behavior changes) | Joey Hess | 2014-01-21 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | pull in Win32-extras, to be able to get current process id in Windows | Joey Hess | 2013-12-11 |
* | better name for continuation | Joey Hess | 2013-12-01 |
* | Direct mode .git/annex/objects directories are no longer left writable | Joey Hess | 2013-11-15 |
* | update for Duration type change | Joey Hess | 2013-10-08 |
* | hlint | Joey Hess | 2013-09-25 |
* | fsck: Fix detection and fixing of present direct mode files that are wrongly ... | Joey Hess | 2013-09-13 |