summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute-binary.scm
AgeCommit message (Expand)Author
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