index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Database
/
Fsck.hs
Commit message (
Expand
)
Author
Age
*
remove 163 lines of code without changing anything except imports
Joey Hess
2016-01-20
*
unused import
Joey Hess
2015-12-24
*
optimise read and write for Keys database (untested)
Joey Hess
2015-12-23
*
split out Database.Queue from Database.Handle
Joey Hess
2015-12-23
*
associated files database
Joey Hess
2015-12-07
*
fsck: Work around bug in persistent that broke display of problematically enc...
Joey Hess
2015-09-09
*
fsck: Commit incremental fsck database after every 1000 files fscked, or ever...
Joey Hess
2015-07-31
*
use lock pools throughout git-annex
Joey Hess
2015-05-19
*
rejigger imports for clean build with ghc 7.10's AMP changes
Joey Hess
2015-05-10
*
removed all uses of undefined from code base
Joey Hess
2015-04-19
*
generated TH uses forall
Joey Hess
2015-02-22
*
complete work around for sqlite SELECT ErrorBusy on new connection bug
Joey Hess
2015-02-22
*
more extensions needed by newer version of persistent
Joey Hess
2015-02-18
*
deal with rare SELECT ErrorBusy failures
Joey Hess
2015-02-18
*
use WAL mode to ensure read from db always works, even when it's being writte...
Joey Hess
2015-02-18
*
more robust handling of deferred commits
Joey Hess
2015-02-18
*
fsck: Multiple incremental fscks of different repos (some remote) can now be ...
Joey Hess
2015-02-17
*
allow for concurrent incremental fsck processes again (sorta)
Joey Hess
2015-02-17
*
avoid crash when starting fsck --incremental when one is already running
Joey Hess
2015-02-17
*
avoid fromIntegral overhead
Joey Hess
2015-02-16
*
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