index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Database
Commit message (
Expand
)
Author
Age
*
fix import warnings
Joey Hess
2016-01-14
*
another fix for old ghc
Joey Hess
2016-01-13
*
change keys database to use IKey type with more efficient serialization
Joey Hess
2016-01-12
*
cleanup
Joey Hess
2016-01-12
*
add FileKeyIndex to Keys db to optimize getAssociatedKey
Joey Hess
2016-01-12
*
add database benchmark
Joey Hess
2016-01-12
*
split out raw sql interface
Joey Hess
2016-01-11
*
fix inverted logic in old associated files cleanup
Joey Hess
2016-01-07
*
clarify absPathFrom
Joey Hess
2016-01-05
*
use TopFilePath for associated files
Joey Hess
2016-01-05
*
improve data type
Joey Hess
2016-01-01
*
wait for git lstree to exit
Joey Hess
2016-01-01
*
only do scan when there's a branch, not in freshly created new repo
Joey Hess
2016-01-01
*
scan for unlocked files on init/upgrade of v6 repo
Joey Hess
2016-01-01
*
fix build with pre-AMP ghc
Joey Hess
2015-12-28
*
fix build with pre-AMP GHC
Joey Hess
2015-12-28
*
unused import
Joey Hess
2015-12-24
*
typo
Joey Hess
2015-12-24
*
optimise read and write for Keys database (untested)
Joey Hess
2015-12-23
*
allow flushDbQueue to be run repeatedly
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
*
temporarily remove cached keys database connection
Joey Hess
2015-12-16
*
reorder database shutdown to be concurrency safe
Joey Hess
2015-12-16
*
comment
Joey Hess
2015-12-16
*
add getAssociatedKey
Joey Hess
2015-12-15
*
use InodeCache when dropping a key to see if a pointer file can be safely reset
Joey Hess
2015-12-09
*
add inode cache to the db
Joey Hess
2015-12-09
*
stash DbHandle in Annex state
Joey Hess
2015-12-09
*
associated files database
Joey Hess
2015-12-07
*
avoid ugly error about MVar if the sqlite worker thread crashes
Joey Hess
2015-10-12
*
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
*
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
*
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
*
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
[next]