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 bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2021-11-06.10:23:24 by bfrk, last changed 2023-03-27.08:04:53 by ganesh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2021-11-06.10:23:24 text/x-darcs-patch
remove-support-for-downloading-via-curl.dpatch bfrk, 2021-11-06.10:23:24 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg22926 (view) Author: bfrk 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
msg23190 (view) Author: ganesh Date: 2023-03-26.22:01:16
Excellent cleanup.
History
Date User Action Args
2021-11-06 10:23:24bfrkcreate
2021-11-06 10:29:26bfrksetstatus: needs-screening -> needs-review
2023-03-26 22:01:16ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg23190
2023-03-27 08:04:53ganeshsetstatus: accepted-pending-tests -> accepted