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 build with old version of persistent
Joey Hess
2017-09-25
*
refactor
Joey Hess
2017-09-20
*
fix bug that prevented db being written to disk in SingleWriter mode
Joey Hess
2017-09-18
*
merge changes made on other repos into ExportTree
Joey Hess
2017-09-18
*
update ExportTree table efficiently
Joey Hess
2017-09-18
*
add ExportTree table to export db
Joey Hess
2017-09-18
*
split out Types.Export
Joey Hess
2017-09-15
*
remove empty directories when removing from export
Joey Hess
2017-09-15
*
add table to keep track of what subdirectories are populated in the export
Joey Hess
2017-09-15
*
fix consistency bug reading from export database
Joey Hess
2017-09-06
*
use export db to correctly handle duplicate files
Joey Hess
2017-09-04
*
flush queued changes to export db on exit
Joey Hess
2017-09-04
*
track exported files in a sqlite database
Joey Hess
2017-09-04
*
factor non-type stuff out of Key
Joey Hess
2017-02-24
*
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
[next]