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
*
Work around sqlite's incorrect handling of umask when creating databases.
Joey Hess
2017-02-13
*
work around ghc segfault
Joey Hess
2016-12-30
*
Always use filesystem encoding for all file and handle reads and writes.
Joey Hess
2016-12-24
*
Avoid backtraces on expected failures when built with ghc 8; only use backtra...
Joey Hess
2016-11-15
*
remove unused imports
Joey Hess
2016-10-18
*
refactor
Joey Hess
2016-10-17
*
slightly more efficient checking of versionUsesKeysDatabase
Joey Hess
2016-07-19
*
Avoid any access to keys database in v5 mode repositories, which are not sup...
Joey Hess
2016-07-19
*
assistant: Fix race in v6 mode that caused downloaded file content to sometim...
Joey Hess
2016-05-16
*
fix bug in unlocked file scanner that skipped over executable unlocked files
Joey Hess
2016-04-14
*
fix typo
Joey Hess
2016-02-14
*
devblog
Joey Hess
2016-02-14
*
Fix storing of filenames of v6 unlocked files when the filename is not repres...
Joey Hess
2016-02-14
*
if keys database cannot be opened due to permissions, ignore
Joey Hess
2016-02-12
*
remove 163 lines of code without changing anything except imports
Joey Hess
2016-01-20
*
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
[next]