summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
AgeCommit message (Expand)Author
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
2017-03-18http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0....Ludovic Courtès
2017-03-18build: Require Guile >= 2.0.9....Ludovic Courtès
2017-03-13download: Export '%x509-certificate-directory'....Ludovic Courtès
2016-12-16download: Protect against dangling symlinks in $SSL_CERT_DIR....Ludovic Courtès
2016-11-07download: Verify TLS certificates unless asked not to....Ludovic Courtès
2016-07-31download: Pass the raw file name to content-addressed mirrors....Ludovic Courtès
2016-07-20download: Prepare to support the 'guix publish' /file URLs....Ludovic Courtès
2016-06-29download: Use basic authentication when userinfo is present in URI....David Thompson
2016-05-27download: Default to a 10s connection establishment timeout....Ludovic Courtès
2016-05-27download: Use URI objects for content-addressed mirrors....Ludovic Courtès
2016-05-16build: Accept dates with space-padded hour field....Ricardo Wurmus
2016-05-14download: Support content-addressed mirrors....Ludovic Courtès
2016-04-20substitute: Better abbreviate substitute URL in progress report....Ludovic Courtès
2016-04-20download: 'uri-abbreviation' can abbreviate the URI's basename....Ludovic Courtès
2016-04-20download: Add "%COMPAT" to the priority string....Ludovic Courtès
2016-04-15download: Add 'current-terminal-columns' parameter....Ludovic Courtès
2016-04-15download: Send an ANSI erase-in-line sequence in addition to CR....Ludovic Courtès
2016-04-14download: Follow HTTP 307 "Temporary Redirection"....Alex Kost
2016-03-17download: Add 'close-connection'....Ludovic Courtès
2015-11-12download: Always use AI_ADDRCONFIG when resolving host names....Ludovic Courtès
2015-11-12download: Add timeout parameter for connections....Ludovic Courtès
2015-10-01download: Check whether HORIZONTAL ELLIPSIS can be encoded....Ludovic Courtès
2015-09-24download: Don't abbreviate things that are not store items....Ludovic Courtès
2015-09-23download: Fix some minor progress-logging regressions....Steve Sprang
2015-09-17download: Only show hours in the elapsed time if necessary....Steve Sprang
2015-09-16substitute: Improve readability of download progress report....Steve Sprang
2015-09-14download: Avoid type errors when formatting download progress output....Steve Sprang
2015-09-08build: Improve information density and appearance of download progress output....Steve Sprang
2015-07-17download: Remove spurious warning about 'https_proxy'....Ludovic Courtès
2015-05-06download: Work around Guile small-receive-buffer bug....Ludovic Courtès
2015-05-06download: Reinstate buffering on connection sockets....Ludovic Courtès