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