summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
AgeCommit message (Expand)Author
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
2015-05-01download: Simplify 'open-connection-for-uri' to support HTTP proxies....Ludovic Courtès
2015-02-27download: Comment on lack of progress report with chunked encoding....Ludovic Courtès
2015-02-27download: Measure and display the throughput....Ludovic Courtès
2015-02-27download: Abstract the receive buffer size....Ludovic Courtès
2015-02-24download: Cope with Guile 2.0.6 or earlier....Mark H Weaver
2015-02-19download: Handle HTTP redirects to relative URI references....Mark H Weaver
2014-12-29download: Export 'maybe-expand-mirrors'....Ludovic Courtès
2014-12-28lint: Add 'home-page' checker....Ludovic Courtès
2014-10-19download: Add "Accept: */*" to the headers....Ludovic Courtès
2014-09-22download: Use the 'SERVER NAME' TLS extension when possible....Ludovic Courtès
2014-05-23download: Enlarge your receive buffer....Ludovic Courtès
2014-04-16download: Improve progress report output....Ludovic Courtès
2014-03-25download: Don't use 'http-get*' on Guile 2.0.10+....Ludovic Courtès
2014-02-10download: Provide a 'User-Agent' field in HTTP requests....Ludovic Courtès
2013-06-22download: Don't fail when abbreviating `file://' URIs....Ludovic Courtès
2013-06-20substitute-binary: Report progress while downloading....Ludovic Courtès
2013-05-10download: Fix premature socket close on TLS connections....Ludovic Courtès
2013-02-20download: Adjust to `http-get*' deprecation....Ludovic Courtès
2013-01-25download: Follow HTTP redirection upon 301 "moved permanently"....Ludovic Courtès
2013-01-20download: Add HTTPS support....Ludovic Courtès
2013-01-11download: Abbreviate URLs when displaying the progress report....Ludovic Courtès
2013-01-06download: Report the progress of HTTP downloads....Ludovic Courtès
2013-01-06download: Report the progress of FTP downloads....Ludovic Courtès