git-annex/Logs
Joey Hess f9adb905fc
Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content.
Implemented with no additional overhead of compares etc.

This is safe to do for presence logs because of their locality of change;
a given repo's presence logs are only ever changed in that repo, or in a
repo that has just been actively changing the content of that repo.

So, we don't need to worry about a split-brain situation where there'd
be disagreement about the location of a key in a repo. And so, it's ok to
not update the timestamp when that's the only change that would be made
due to logging presence info.
2015-10-12 14:46:47 -04:00
..
Chunk
Difference rejigger imports for clean build with ghc 7.10's AMP changes 2015-05-10 16:20:30 -04:00
PreferredContent
Presence Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content. 2015-10-12 14:46:47 -04:00
Trust
Activity.hs Fix activity log parsing. 2015-04-09 21:02:38 -04:00
Chunk.hs
Difference.hs 4 ns optimisation of repeated calls to hasDifference on the same Differences 2015-06-11 16:34:35 -04:00
FsckResults.hs
Group.hs
Location.hs Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content. 2015-10-12 14:46:47 -04:00
MapLog.hs support time-1.5.0 2015-05-10 15:21:35 -04:00
MetaData.hs remove back-compat code for old version of containers 2015-06-06 15:23:53 -04:00
NumCopies.hs
PreferredContent.hs oops, didn't mean to commit this debug 2015-10-06 17:28:20 -04:00
Presence.hs Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content. 2015-10-12 14:46:47 -04:00
Remote.hs
RemoteState.hs
Schedule.hs
SingleValue.hs support time-1.5.0 2015-05-10 15:21:35 -04:00
TimeStamp.hs couple of AMP warnings I missed before 2015-05-10 16:51:03 -04:00
Transfer.hs ignore failure to clean up stale transfer lock file 2015-05-19 23:46:42 -04:00
Transitions.hs support time-1.5.0 2015-05-10 15:21:35 -04:00
Trust.hs
Unused.hs support time-1.5.0 2015-05-10 15:21:35 -04:00
UUID.hs
UUIDBased.hs support time-1.5.0 2015-05-10 15:21:35 -04:00
View.hs
Web.hs