aboutsummaryrefslogtreecommitdiff
path: root/Database/Keys.hs
Commit message (Expand)AuthorAge
* fix consistency bug reading from export databaseGravatar Joey Hess2017-09-06
* Work around sqlite's incorrect handling of umask when creating databases.Gravatar Joey Hess2017-02-13
* remove unused importsGravatar Joey Hess2016-10-18
* refactorGravatar Joey Hess2016-10-17
* slightly more efficient checking of versionUsesKeysDatabaseGravatar Joey Hess2016-07-19
* Avoid any access to keys database in v5 mode repositories, which are not sup...Gravatar Joey Hess2016-07-19
* assistant: Fix race in v6 mode that caused downloaded file content to sometim...Gravatar Joey Hess2016-05-16
* fix bug in unlocked file scanner that skipped over executable unlocked filesGravatar Joey Hess2016-04-14
* Fix storing of filenames of v6 unlocked files when the filename is not repres...Gravatar Joey Hess2016-02-14
* if keys database cannot be opened due to permissions, ignoreGravatar Joey Hess2016-02-12
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* change keys database to use IKey type with more efficient serializationGravatar Joey Hess2016-01-12
* cleanupGravatar Joey Hess2016-01-12
* add database benchmarkGravatar Joey Hess2016-01-12
* split out raw sql interfaceGravatar Joey Hess2016-01-11
* fix inverted logic in old associated files cleanupGravatar Joey Hess2016-01-07
* clarify absPathFromGravatar Joey Hess2016-01-05
* use TopFilePath for associated filesGravatar Joey Hess2016-01-05
* improve data typeGravatar Joey Hess2016-01-01
* wait for git lstree to exitGravatar Joey Hess2016-01-01
* only do scan when there's a branch, not in freshly created new repoGravatar Joey Hess2016-01-01
* scan for unlocked files on init/upgrade of v6 repoGravatar Joey Hess2016-01-01
* typoGravatar Joey Hess2015-12-24
* optimise read and write for Keys database (untested)Gravatar Joey Hess2015-12-23
* split out Database.Queue from Database.HandleGravatar Joey Hess2015-12-23
* temporarily remove cached keys database connectionGravatar Joey Hess2015-12-16
* commentGravatar Joey Hess2015-12-16
* add getAssociatedKeyGravatar Joey Hess2015-12-15
* use InodeCache when dropping a key to see if a pointer file can be safely resetGravatar Joey Hess2015-12-09
* add inode cache to the dbGravatar Joey Hess2015-12-09