git-annex/Database
Joey Hess 5f0b551c0c
assistant: Fix race in v6 mode that caused downloaded file content to sometimes not replace pointer files.
The keys database handle needs to be closed after merging, because the
smudge filter, in another process, updates the database. Old cached info
can be read for a while from the open database handle; closing it ensures
that the info written by the smudge filter is available.

This is pretty horribly ad-hoc, and it's especially nasty that the
transferrer closes the database every time.
2016-05-16 14:49:12 -04:00
..
Keys assistant: Fix race in v6 mode that caused downloaded file content to sometimes not replace pointer files. 2016-05-16 14:49:12 -04:00
Fsck.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
Handle.hs optimise read and write for Keys database (untested) 2015-12-23 19:18:52 -04:00
Keys.hs assistant: Fix race in v6 mode that caused downloaded file content to sometimes not replace pointer files. 2016-05-16 14:49:12 -04:00
Queue.hs fix build with pre-AMP GHC 2015-12-28 12:41:47 -04:00
Types.hs fix typo 2016-02-14 19:31:40 -04:00