aboutsummaryrefslogtreecommitdiff
path: root/guix/scripts/substitute-binary.scm
Commit message (Expand)AuthorAge
* Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès2015-03-25
* substitute-binary: Remove thread-safe 'regexp-exec' wrapper.Ludovic Courtès2015-03-23
* substitute-binary: Pipeline HTTP requests instead of using threads.Ludovic Courtès2015-03-23
* substitute-binary: Allow callers to specify the size of a narinfo.Ludovic Courtès2015-03-23
* substitute-binary: Fix recently-introduced regression.Ludovic Courtès2015-03-18
* store: Add preliminary support for client-supplied substitute URLs.Ludovic Courtès2015-03-18
* substitute-binary: Let the user know when the cache is being updated.Ludovic Courtès2015-01-26
* substitute-binary: Micro-optimize 'narinfo-sha256'.Ludovic Courtès2015-01-09
* substitute-binary: Add missing newline in download progress report.Ludovic Courtès2014-12-09
* substitute-binary: Change "unresponsive" to "slow".Ludovic Courtès2014-11-28
* substitute-binary: Be slightly less verbose when downloading.Ludovic Courtès2014-11-13
* Break module cycle involving (guix store) and (guix ui).Ludovic Courtès2014-10-09
* substitute-binary: Ignore $GUIX_BINARY_SUBSTITUTE_URL.Ludovic Courtès2014-10-09
* daemon: Add '--substitute-urls' option.Ludovic Courtès2014-10-09
* Merge branch 'core-updates'Ludovic Courtès2014-06-20
|\
| * substitute-binary: Warn about uninitialized ACL.Ludovic Courtès2014-06-19
* | substitute-binary: Avoid the term "narinfo" in user messages.Ludovic Courtès2014-06-17
|/
* pk-crypto: Add pretty-printer to 'gcry-error' exceptions.Ludovic Courtès2014-04-22
* substitute-binary: Avoid consing 'regexp-exec' arguments.Ludovic Courtès2014-04-01
* substitute-binary: Avoid reloading the ACL repeatedly.Ludovic Courtès2014-04-01
* Use 'signature-case' in (guix nar) and 'substitute-binary'.Ludovic Courtès2014-03-31
* substitute-binary: Notify of valid signatures.Ludovic Courtès2014-03-31
* substitute-binary: Defer narinfo authentication and authorization checks.Ludovic Courtès2014-03-30
* substitute-binary: Store the cache's URI in the local cached narinfo.Ludovic Courtès2014-03-30
* substitute-binary: Support the Signature field of a narinfo file.Nikita Karetnikov2014-03-30
* utils: Add 'decompressed-port' and 'compressed-port'.Ludovic Courtès2014-03-22
* substitute-binary: Quietly handle 404s when fetching narinfos.Ludovic Courtès2014-03-19
* substitute-binary: Gracefully handle HTTP GET errors.Ludovic Courtès2014-03-01
* Update 'nix-upstream' sub-module; adjust build system, doc, and substituter.Ludovic Courtès2014-01-18
* Move 'with-atomic-file-output' to (guix utils).Ludovic Courtès2013-12-29
* substitute-binary: Work around Guile 2.0.5's broken 'n-par-map'.Ludovic Courtès2013-11-26
* substitute-binary: Adjust timeout handling for Guile > 2.0.9.Ludovic Courtès2013-11-14
* substitute-binary: Increase lookup concurrency to reduce latency.Ludovic Courtès2013-11-08
* substitute-binary: Add '--help'.Ludovic Courtès2013-09-13
* substitute-binary: Show the Nar size, when available.Ludovic Courtès2013-09-02
* utils: Add `guile-version>?', and use it.Ludovic Courtès2013-08-23
* substitute-binary: Try hard to avoid port buffering.Ludovic Courtès2013-08-22
* substitute-binary: Don't pretend to report download progress on Guile 2.0.5.Ludovic Courtès2013-08-21
* Rename (guix web) to (guix http-client).Ludovic Courtès2013-07-14
* substitute-binary: Directly replace the global `regexp-exec'.Ludovic Courtès2013-07-11
* substitute-binary: Increase the default timeout.Ludovic Courtès2013-07-11
* records: Add `recutils->alist' for public consumption.Ludovic Courtès2013-07-10
* substitute-binary: Avoid dangling connections to the server.Ludovic Courtès2013-06-29
* substitute-binary: Report progress while downloading.Ludovic Courtès2013-06-20
* substitute-binary: Provide feedback when the server is unresponsive.Ludovic Courtès2013-06-18
* substitute-binary: Don't cache .narinfo lookups when lacking networking.Ludovic Courtès2013-06-04
* substitute-binary: Gracefully exit upon networking errors.Ludovic Courtès2013-05-29
* substitute-binary: Pass `filtered-port' an unbuffered port.Ludovic Courtès2013-05-15
* substitute-binary: Work around thread-unsafe `regexp-exec'.Ludovic Courtès2013-05-14
* Move record utilities to (guix records).Ludovic Courtès2013-05-12