darcs

Patch 2223 remove support for downloading via curl (and 2 more)

Title remove support for downloading via curl (and 2 more)
Superseder Nosy List bf
Related Issues
Status needs-review Assigned To
Milestone

Created on 2021-11-06.10:23:24 by bf, last changed 2021-11-06.10:29:26 by bf.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bf, 2021-11-06.10:23:24 text/x-darcs-patch
remove-support-for-downloading-via-curl.dpatch bf, 2021-11-06.10:23:24 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg22926 (view) Author: bf Date: 2021-11-06.10:23:24
3 patches for repository http://darcs.net/screened:

patch 51c62117bcae79860b77d5d7786387423d8fc91b
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Jun 22 18:19:34 CEST 2021
  * remove support for downloading via curl

  This includes the cabal flags 'curl' and pkgconfig'. It also removes the
  --debug-http and --no-http-pipelining options, and replaces the combined
  network option with remoteDarcs. The module Darcs.Util.Download.Request is
  also removed, the only items that are still used are two data type
  definitions which are now defined directly in Darcs.Util.Download.

patch b3f4a11b1a1167880ebf6d4f4a535954733a7656
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Jun 22 18:33:31 CEST 2021
  * import ConnectionError unqualified

patch dde9988a72d1130eaf2f06ddbc6e755f8e4dc685
Author: Ben Franksen <ben.franksen@online.de>
Date:   Wed Jun 23 10:26:07 CEST 2021
  * remove type ConnectionError, remove Darcs.Util.Download

  The data type was only used in checkCacheReachability and in a way that no
  longer worked anyway. The remaining item in Darcs.Util.Download was the
  Cachable data type wich is now defined in Darcs.Util.HTTP.
Attachments
History
Date User Action Args
2021-11-06 10:23:24bfcreate
2021-11-06 10:29:26bfsetstatus: needs-screening -> needs-review