index
:
git-annex-gpl
master
git-annex without the AGPL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Database
/
Handle.hs
Commit message (
Expand
)
Author
Age
*
optimise read and write for Keys database (untested)
Joey Hess
2015-12-23
*
auto-close database connections when MVar is GCed
Joey Hess
2015-12-23
*
split out Database.Queue from Database.Handle
Joey Hess
2015-12-23
*
reorder database shutdown to be concurrency safe
Joey Hess
2015-12-16
*
stash DbHandle in Annex state
Joey Hess
2015-12-09
*
avoid ugly error about MVar if the sqlite worker thread crashes
Joey Hess
2015-10-12
*
fsck: Commit incremental fsck database after every 1000 files fscked, or ever...
Joey Hess
2015-07-31
*
avoid closing db handle when reconnecting to do a write
Joey Hess
2015-02-22
*
complete work around for sqlite SELECT ErrorBusy on new connection bug
Joey Hess
2015-02-22
*
WIP
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
*
allow for concurrent incremental fsck processes again (sorta)
Joey Hess
2015-02-17
*
show error when sqlite crashes worker thread
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