| Commit message (Expand) | Author | Age |
* | build: Require Guile >= 2.0.13. | Ludovic Courtès | 2018-02-26 |
* | cve: Use 'http-fetch/cached' instead of having custom caching. | Ludovic Courtès | 2017-11-16 |
* | http-client: Reset cache TTL upon 304 "Not Modified" responses. | Ludovic Courtès | 2017-09-26 |
* | http-client: 'http-client/cached' uses 'If-Modified-Since'. | Ludovic Courtès | 2017-09-19 |
* | Handle the same HTTP redirects everywhere. | Tobias Geerinckx-Rice | 2017-09-05 |
* | ui: Rename '_' to 'G_'. | Ludovic Courtès | 2017-05-03 |
* | http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0. | Ludovic Courtès | 2017-03-18 |
* | build: Require Guile >= 2.0.9. | Ludovic Courtès | 2017-03-18 |
* | http-client: Provide 'User-Agent' header by default. | Ludovic Courtès | 2017-01-13 |
* | http-client: Improve error reporting. | Ludovic Courtès | 2017-01-10 |
* | http-client: Add #:verify-certificate? to 'http-fetch'. | Ludovic Courtès | 2016-11-12 |
* | Use (ice-9 binary-ports) instead of (rnrs io ports). | Ludovic Courtès | 2016-10-19 |
* | http-client: No 'setvbuf' for non-file ports. | Ludovic Courtès | 2016-03-16 |
* | http-client: Add #:keep-alive? parameter. | Ludovic Courtès | 2016-03-14 |
* | http-client: 'http-client/cached' uses unique cache file names. | Ludovic Courtès | 2016-02-25 |
* | http-client: 'http-fetch/cached' updates the cache atomically. | Ludovic Courtès | 2016-02-25 |
* | http-client: Work around <http://bugs.gnu.org/22273>. | Ludovic Courtès | 2016-01-06 |
* | http-client: Fix erroneous comment. | Ludovic Courtès | 2016-01-06 |
* | http-client: Support basic authentication. | Ricardo Wurmus | 2015-12-21 |
* | http-client: 'http-fetch' converts strings to URIs. | Ludovic Courtès | 2015-11-29 |
* | http-client: 'http-fetch' and 'http-fetch/cached' support HTTPS. | Ludovic Courtès | 2015-11-26 |
* | http-client: '%http-cache-ttl' is really a parameter. | Ludovic Courtès | 2015-10-21 |
* | http-client: Add 'http-fetch/cached'. | Ludovic Courtès | 2015-10-17 |
* | http-client: Backport Guile fix for 'read-chunk-header'. | Ludovic Courtès | 2015-09-26 |
* | http-client: Backport delimited input port fix from Guile. | Ludovic Courtès | 2015-09-10 |
* | http-client: Remove redundant import clause. | Ludovic Courtès | 2015-09-10 |
* | http-client: Remove monkey patching for 2.0.5. | Ludovic Courtès | 2015-05-10 |
* | download: Work around Guile small-receive-buffer bug. | Ludovic Courtès | 2015-05-06 |
* | http-client: Add workaround for HTTP pipelining on Guile <= 2.0.9. | Ludovic Courtès | 2015-04-08 |
* | http-client: Monkey-patch 'make-chunked-input-port' on Guile <= 2.0.11. | Ludovic Courtès | 2015-03-03 |
* | http-client: Update backport of chunked encoding support to Guile 2.0.5. | Ludovic Courtès | 2015-03-03 |
* | download: Handle HTTP redirects to relative URI references. | Mark H Weaver | 2015-02-19 |
* | download: Enlarge your receive buffer. | Ludovic Courtès | 2014-05-23 |
* | substitute-binary: Gracefully handle HTTP GET errors. | Ludovic Courtès | 2014-03-01 |
* | utils: Add `guile-version>?', and use it. | Ludovic Courtès | 2013-08-23 |
* | Rename (guix web) to (guix http-client). | Ludovic Courtès | 2013-07-14 |