summaryrefslogtreecommitdiff
path: root/Assistant/Threads/SanityChecker.hs
Commit message (Expand)AuthorAge
* 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
* pushed Assistant monad down into DaemonStatus codeGravatar Joey Hess2012-10-30
* cleanup daemonStatus accessorsGravatar Joey Hess2012-10-30
* lift alertWhileGravatar Joey Hess2012-10-29
* convert Watcher thread to Assistant monadGravatar Joey Hess2012-10-29
* Assistant monad, stage 2.5Gravatar Joey Hess2012-10-29
* use gitRepoGravatar Joey Hess2012-10-12
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* always check with ls-files before adding new filesGravatar Joey Hess2012-10-02
* add annex.delayadd configurationGravatar Joey Hess2012-09-19
* display errors when any named thread crashesGravatar Joey Hess2012-09-06
* make old activiy alerts stay visibleGravatar Joey Hess2012-07-30
* moved all alert messages into one fileGravatar Joey Hess2012-07-29
* add more alertsGravatar Joey Hess2012-07-29
* move DaemonStatus manipulation out of the Annex monad to IOGravatar Joey Hess2012-07-28
* debugging improvementsGravatar Joey Hess2012-07-20
* wait on child transfer processes, and invalidate cacheGravatar Joey Hess2012-07-06
* enqueue Downloads when new symlinks appear to content we don't haveGravatar Joey Hess2012-07-05
* reorg threadsGravatar Joey Hess2012-06-25