summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
Commit message (Expand)AuthorAge
* 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
* download: Pass the raw file name to content-addressed mirrors.Ludovic Courtès2016-07-31
* download: Prepare to support the 'guix publish' /file URLs.Ludovic Courtès2016-07-20
* download: Use basic authentication when userinfo is present in URI.David Thompson2016-06-29
* download: Default to a 10s connection establishment timeout.Ludovic Courtès2016-05-27
* download: Use URI objects for content-addressed mirrors.Ludovic Courtès2016-05-27
* build: Accept dates with space-padded hour field.Ricardo Wurmus2016-05-16
* download: Support content-addressed mirrors.Ludovic Courtès2016-05-14
* substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès2016-04-20
* download: 'uri-abbreviation' can abbreviate the URI's basename.Ludovic Courtès2016-04-20
* download: Add "%COMPAT" to the priority string.Ludovic Courtès2016-04-20
* download: Add 'current-terminal-columns' parameter.Ludovic Courtès2016-04-15
* download: Send an ANSI erase-in-line sequence in addition to CR.Ludovic Courtès2016-04-15
* download: Follow HTTP 307 "Temporary Redirection".Alex Kost2016-04-14