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