git-annex/Database
Joey Hess f5b642318d
eliminate single/multi writer distinction
After commit f4bdecc4ec, there is no
longer any distinction between SingleWriter and MultiWriter's handling
of read after write.

Databases that were SingleWriter still have lock files that are used to
prevent multiple writers.

This does make writing to such databases a bit more expensive,
because the MultiWriter code path that is now used opens a second db
connection in order to write to them.
2021-10-20 12:26:30 -04:00
..
Keys remove unused code 2021-07-30 18:01:36 -04:00
Benchmark.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
ContentIdentifier.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Export.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Fsck.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Handle.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Init.hs more RawFilePath conversion 2020-11-05 18:45:37 -04:00
Keys.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Queue.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Types.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00