summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2014-04-03offload: Prevent the '.drv' and build result from being GC'd.Ludovic Courtès
2014-04-02guix package: 'search-path-environment-variables' traverses module tree once.Ludovic Courtès
2014-04-02guix package: Register non-default profiles as GC roots.Ludovic Courtès
2014-04-01pki: Keep ACL in native sexp format to speed up 'authorized-key?'.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-31guix archive: Make sure $sysconfdir/guix exists in '--authorize'.Ludovic Courtès
2014-03-31offload: Exit with code 100 upon build failures.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-26offload: Remove erroneous 'close-pipe' call.Ludovic Courtès
2014-03-26offload: Wait for the processes involved in 'guix archive --missing'.Ludovic Courtès
2014-03-26offload: Allow one transfer in each direction simultaneously.Ludovic Courtès
2014-03-26offload: Disable SSH-level compression.Ludovic Courtès
2014-03-24offload: Compress files being sent/retrieved.Ludovic Courtès
2014-03-22authenticate: Support reading the hash or key from stdin.Ludovic Courtès
2014-03-22authenticate: Move actual work to separate procedures.Ludovic Courtès
2014-03-22utils: Add 'decompressed-port' and 'compressed-port'.Ludovic Courtès
2014-03-20pk-crypto: Don't use Ed25519 when libgcrypt is older than 1.6.0.Ludovic Courtès
2014-03-19offload: Send build logs to file descriptor 4.Ludovic Courtès
2014-03-19substitute-binary: Quietly handle 404s when fetching narinfos.Ludovic Courtès
2014-03-19pk-crypto: Use RFC6979 when signing with an ECC or DSA key.Ludovic Courtès
2014-03-17guix archive: Generate curve Ed25519 keys by default.Ludovic Courtès
2014-03-17guix archive: Improve '--generate-key' error reporting.Ludovic Courtès
2014-03-13offload: Fix 'choose-build-machine' for several machines.Ludovic Courtès
2014-03-13offload: Convert the port number to a string when invoking lsh.Ludovic Courtès
2014-03-13offload: Allow build machines to specify a port number.Ludovic Courtès
2014-03-13guix build: Support '--with-source' along with '-e'.Ludovic Courtès
2014-03-12guix build: Add '--with-source'.Ludovic Courtès
2014-03-09offload: Honor absolute build timeouts.Ludovic Courtès
2014-03-09guix build: Add '--timeout' to the common build options.Ludovic Courtès
2014-03-09offload: Move macro definitions before use.Ludovic Courtès
2014-03-09offload: Distinguish between 'decline' and 'postpone'.Ludovic Courtès
2014-03-08offload: Prevent locked files from being GC'd.Ludovic Courtès
2014-03-08offload: Fix thinko.Ludovic Courtès
2014-03-08offload: Make 'parallel-builds' a hard limit.Ludovic Courtès
2014-03-08offload: Further generalize lock files.Ludovic Courtès
2014-03-08offload: Generalize the machine lock mechanism.Ludovic Courtès
2014-03-06offload: Serialize file transfers to build machines.Ludovic Courtès
2014-03-01guix package: Use the common build options from (guix scripts build).Ludovic Courtès
2014-03-01substitute-binary: Gracefully handle HTTP GET errors.Ludovic Courtès
2014-03-01offload: Comment out attempt to set up an lsh gateway.Ludovic Courtès
2014-03-01offload: 'remote-pipe' uses the right SSH key.Ludovic Courtès
2014-03-01offload: Take the target machine load into account.Ludovic Courtès
2014-02-28guix archive: Change '--help' to show '--authorize'.Ludovic Courtès
2014-02-21guix hash: Add '--recursive'.Ludovic Courtès
2014-02-20guix hash: Don't load the whole file in memory.Ludovic Courtès