aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Threads/SanityChecker.hs
Commit message (Expand)AuthorAge
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* add KeyVariety typeGravatar Joey Hess2017-02-24
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* When re-execing git-annex, use current program location, rather than ~/.confi...Gravatar Joey Hess2015-02-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* assistant: Detect when repository has been deleted or moved, and automaticall...Gravatar Joey Hess2014-09-15
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* remove unused importGravatar Joey Hess2014-07-04
* reorgGravatar Joey Hess2014-07-04
* Windows: Assistant now logs to daemon.log.Gravatar Joey Hess2014-06-17
* assistant: Make sanity checker tmp dir cleanup code more robust.Gravatar Joey Hess2014-05-30
* assistant: Clean up stale tmp files on startup.Gravatar Joey Hess2014-04-27
* assistant: Smarter log file rotation, which takes free disk space into account.Gravatar Joey Hess2014-03-05
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* fix windows buildGravatar Joey Hess2014-02-11
* Fix build on platforms not supporting the webapp.Gravatar Joey Hess2014-02-08
* fix delay of daily sanity check (hacked for testing and accidentially committed)Gravatar Joey Hess2014-01-23
* try to drop unused object if it does not need to be transferred anywhereGravatar Joey Hess2014-01-23
* add webapp UI to manage unused filesGravatar Joey Hess2014-01-23
* allow annex.expireunused to be set to false, as well as to a durationGravatar Joey Hess2014-01-22
* assistant unused file handlingGravatar Joey Hess2014-01-22
* assistant: Run the periodic git gc in batch mode.Gravatar Joey Hess2014-01-22
* assistant: Detect if .git/annex/index is corrupt at startup, and recover.Gravatar Joey Hess2014-01-14
* assistant: Set StrictHostKeyChecking yes when creating ssh remotes, and add i...Gravatar Joey Hess2013-12-20
* Improve repair of git-annex index file.Gravatar Joey Hess2013-12-10
* merge improved fsck types from git-repair and some associated changesGravatar Joey Hess2013-11-30
* log missing index at notice priorityGravatar Joey Hess2013-11-13
* inverted logicGravatar Joey Hess2013-11-13
* better handling of missing index fileGravatar Joey Hess2013-11-13
* assistant: Notice on startup when the index file is corrupt, and auto-repair.Gravatar Joey Hess2013-11-13
* webapp: remind user when using repositories that lack consistency checksGravatar Joey Hess2013-10-29
* add post-repair actionsGravatar Joey Hess2013-10-29
* fix stale git locks as part of repo repairGravatar Joey Hess2013-10-29
* move code around and rename thread; no functional changesGravatar Joey Hess2013-10-29
* assistant: When autostarted, wait 5 seconds before running the startup scan, ...Gravatar Joey Hess2013-10-26
* import: Skip .git directories.Gravatar Joey Hess2013-10-07
* assistant: Detect stale git lock files at startup time, and remove them.Gravatar Joey Hess2013-10-05
* hlintGravatar Joey Hess2013-10-02
* assistant: Daily sanity check thread is run niced.Gravatar Joey Hess2013-06-21
* fixed the race breaking moving files from archive in direct modeGravatar Joey Hess2013-03-04
* better prevention of auto repackGravatar Joey Hess2013-03-03
* assistant: Prevent automatic commits from causing git-gc runs, as that can ma...Gravatar Joey Hess2013-03-03
* remove excess log rotation; openLog rotatesGravatar Joey Hess2013-03-01
* assistant: Logs are rotated to avoid them using too much disk space.Gravatar Joey Hess2013-03-01
* webapp: Now allows restarting any threads that crash.Gravatar Joey Hess2013-01-26