summaryrefslogtreecommitdiff
path: root/Database/Fsck.hs
Commit message (Expand)AuthorAge
* fix consistency bug reading from export databaseGravatar Joey Hess2017-09-06
* Work around sqlite's incorrect handling of umask when creating databases.Gravatar Joey Hess2017-02-13
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* unused importGravatar Joey Hess2015-12-24
* optimise read and write for Keys database (untested)Gravatar Joey Hess2015-12-23
* split out Database.Queue from Database.HandleGravatar Joey Hess2015-12-23
* associated files databaseGravatar Joey Hess2015-12-07
* fsck: Work around bug in persistent that broke display of problematically enc...Gravatar Joey Hess2015-09-09
* fsck: Commit incremental fsck database after every 1000 files fscked, or ever...Gravatar Joey Hess2015-07-31
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* generated TH uses forallGravatar Joey Hess2015-02-22
* complete work around for sqlite SELECT ErrorBusy on new connection bugGravatar Joey Hess2015-02-22
* more extensions needed by newer version of persistentGravatar Joey Hess2015-02-18
* deal with rare SELECT ErrorBusy failuresGravatar Joey Hess2015-02-18
* use WAL mode to ensure read from db always works, even when it's being writte...Gravatar Joey Hess2015-02-18
* more robust handling of deferred commitsGravatar Joey Hess2015-02-18
* fsck: Multiple incremental fscks of different repos (some remote) can now be ...Gravatar Joey Hess2015-02-17
* allow for concurrent incremental fsck processes again (sorta)Gravatar Joey Hess2015-02-17
* avoid crash when starting fsck --incremental when one is already runningGravatar Joey Hess2015-02-17
* avoid fromIntegral overheadGravatar Joey Hess2015-02-16
* commit new transaction after 60 secondsGravatar Joey Hess2015-02-16
* commit more transactions when fsckingGravatar Joey Hess2015-02-16
* convert incremental fsck to using sqlite databaseGravatar Joey Hess2015-02-16