git-annex/Remote
Joey Hess 9b98d3f630
better HTTP connection reuse
Enable HTTP connection reuse across multiple files, when git-annex
uses http-conduit. Before, a new Manager was created each time
Utility.Url used it. Now, a single Manager gets created the first time,
so connections are reused.

Doesn't help when external programs are used for url download,
but does speed up addurl --fast, fsck --from web, etc.

Testing fsck --fast --from web with 3 files, over high-latency
satellite internet, it sped up from 19.37s to 14.96s.

This commit was supported by the NSF-funded DataLad project.
2018-04-04 15:39:40 -04:00
..
Directory remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
External Added EXTENSIONS to external special remote protocol. 2018-02-07 15:02:12 -04:00
Helper Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -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 store probed androidserial for later use by enableremote 2018-03-27 17:38:04 -04:00
BitTorrent.hs Avoid running annex.http-headers-command more than once. 2018-04-04 15:15:08 -04:00
Bup.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
Ddar.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
Directory.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
External.hs Avoid running annex.http-headers-command more than once. 2018-04-04 15:15:08 -04:00
GCrypt.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
Git.hs better HTTP connection reuse 2018-04-04 15:39:40 -04:00
Glacier.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
Hook.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
List.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
P2P.hs fix nested progress meters when using git-annex-shell fallback 2018-03-12 19:20:10 -04:00
Rsync.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
S3.hs better HTTP connection reuse 2018-04-04 15:39:40 -04:00
Tahoe.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
Web.hs Avoid running annex.http-headers-command more than once. 2018-04-04 15:15:08 -04:00
WebDAV.hs Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00