summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
Commit message (Expand)AuthorAge
* download: Print URL of the Disarchive spec being read.Ludovic Courtès2021-10-14
* download: Add missing autoload.Ludovic Courtès2021-10-14
* download: Honor #:verify-certificate? for SWH downloads.Ludovic Courtès2021-10-07
* download: Fall back to web.archive.org as a very last resort.Ludovic Courtès2021-09-22
* download: Disarchive mirrors can be URL-returning procedures.Ludovic Courtès2021-09-14
* download: 'tls-wrap' retries handshake upon non-fatal errors.Ludovic Courtès2021-06-25
* download: Restore error reporting.Timothy Sample2021-05-05
* download: Use Disarchive as a last resort.Timothy Sample2021-04-29
* Revert "download: Use Disarchive as a last resort."Timothy Sample2021-04-28
* download: Use Disarchive as a last resort.Timothy Sample2021-04-27
* download: 'tls-wrap' treats premature TLS termination as EOF.Ludovic Courtès2021-03-19
* download: 'tls-wrap' returns an unbuffered custom port.Ludovic Courtès2021-03-11
* download: 'tls-wrap' avoids intermediate buffer.Ludovic Courtès2021-03-11
* download: Delete the output file upon failure.Ludovic Courtès2020-03-22
* download: Remove (web http) workarounds no longer relevant.Ludovic Courtès2020-03-11
* download, git: Refer to the right module in 'module-use!' call.Ludovic Courtès2020-01-07
* Adjust module autoloads.Ludovic Courtès2020-01-06
* download: Do not leak file descriptors on TLS ports.Ludovic Courtès2020-01-03
* download: Enable TLS 1.3.Marius Bakke2019-12-26
* download: Load *.crt certificate bundles when *.pem files are missing.Ludovic Courtès2019-11-18
* download: Honor /etc/ssl/certs when 'SSL_CERT_DIR' is not set.Ludovic Courtès2019-10-21
* download: Support 'https_proxy'.宋文武2019-05-13
* download: Ask not to use TLS 1.3.Ludovic Courtès2019-01-26
* Remove most uses of the _IO*F constants.Ludovic Courtès2019-01-09
* download: Remove Guile 2.0 workaround.Ludovic Courtès2019-01-09
* maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès2019-01-09
* perform-download: Optionally report a "download-progress" trace.Ludovic Courtès2018-09-27
* build: Require Guile >= 2.0.13.Ludovic Courtès2018-02-26
* download: Fix return value of the url-fetch procedure.Maxim Cournoyer2018-01-28
* utils: Fix cond-expand for Guile 2.0.Eric Bavier2017-12-10
* download: Improve efficiency of 'write-request' over TLS.Ludovic Courtès2017-11-16
* download: Pass the timeout to 'ftp-retr'.Ludovic Courtès2017-11-14
* download: Work around more bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès2017-11-11
* download: Work around bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès2017-11-10
* Add (guix progress).Ludovic Courtès2017-10-19
* download: Make 'http-fetch' public.Ludovic Courtès2017-10-19
* download: Remove old-Guile leftovers.Ludovic Courtès2017-10-19
* download: Don't report the progress too fast.宋文武2017-09-20
* Handle the same HTTP redirects everywhere.Tobias Geerinckx-Rice2017-09-05
* download: Work around GnuTLS bug with UTF-8 certificate file names.Ludovic Courtès2017-05-30
* download: Continue handshake upon TLS warning alerts.Ludovic Courtès2017-05-02
* cache: Work around 'time-monotonic' bug in Guile 2.2.2.Ludovic Courtès2017-04-22
* download: Work around Guile 2.2 bug with 'time-monotonic' objects.Ludovic Courtès2017-04-22
* download: Properly parse ftp:// URLs that lack user info.Ludovic Courtès2017-03-28
* download: Handle username and password properties for FTP URIs.Roel Janssen2017-03-21
* http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès2017-03-18
* build: Require Guile >= 2.0.9.Ludovic Courtès2017-03-18
* download: Export '%x509-certificate-directory'.Ludovic Courtès2017-03-13
* download: Protect against dangling symlinks in $SSL_CERT_DIR.Ludovic Courtès2016-12-16
* download: Verify TLS certificates unless asked not to.Ludovic Courtès2016-11-07