git-annex/Remote
Joey Hess 4536c93bb2
cache the serialization of a Key
This will speed up the common case where a Key is deserialized from
disk, but is then serialized to build eg, the path to the annex object.

It means that every place a Key has any of its fields changed, the cache
has to be dropped. I've grepped and found them all. But, it would be
better to avoid that gotcha somehow..
2019-01-14 16:37:28 -04:00
..
Directory remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
External make everything build again after ByteString Key changes 2019-01-11 16:39:46 -04:00
Helper cache the serialization of a Key 2019-01-14 16:37:28 -04:00
Rsync Support exporttree=yes for rsync special remotes. 2018-02-28 13:36:20 -04:00
WebDAV webdav: Avoid unncessisarily creating the collection at the top of the repo 2017-10-11 11:10:33 -04:00
Adb.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
BitTorrent.hs import Utility.FileSystemEncoding in Common 2019-01-03 11:37:02 -04:00
Bup.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
Ddar.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
Directory.hs add Remote.readonly 2018-08-30 11:12:18 -04:00
External.hs deMaybe credPairRemoteKey 2018-12-04 13:37:43 -04:00
GCrypt.hs add Remote.readonly 2018-08-30 11:12:18 -04:00
Git.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
Glacier.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
Hook.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
List.hs webapp: Fixed a crash when adding a git remote. 2018-10-29 16:01:08 -04:00
P2P.hs clean P2P protocol shutdown on EOF try 2 2018-09-25 16:49:59 -04:00
Rsync.hs centralized "yes"/"no" parsing 2018-10-10 11:14:27 -04:00
S3.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
Tahoe.hs centralized "yes"/"no" parsing 2018-10-10 11:14:27 -04:00
Web.hs remove unused import 2018-12-30 15:18:49 -04:00
WebDAV.hs fix webdav reversion 2018-12-10 12:49:51 -04:00