summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute-binary.scm
AgeCommit message (Expand)Author
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
2013-04-29substitute-binary: Support decompression from non-file ports....Ludovic Courtès
2013-04-25web: Factorize `http-get' hackery....Ludovic Courtès
2013-04-20substitute-binary: Remove expired cache entries once in a while....Ludovic Courtès
2013-04-15substitute-binary: Skip servers that use a different store prefix....Ludovic Courtès
2013-04-15substitute-binary: Call `open-cache' only when needed....Ludovic Courtès
2013-04-15substitute-binary: Add a local cache....Ludovic Courtès
2013-04-12substitute-binary: Implement `--substitute'....Ludovic Courtès
2013-04-12substitute-binary: Correctly handle missing narinfos in `--query' mode....Ludovic Courtès
2013-04-04substitute-binary: Fix communication of several store paths to the daemon....Ludovic Courtès
2013-04-03Add preliminary binary substituter....Ludovic Courtès