summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-03-27Add (guix svn-download)....Sree Harsha Totakura
2014-03-26Merge branch 'core-updates'Ludovic Courtès
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-25download: Don't use 'http-get*' on Guile 2.0.10+....Ludovic Courtès
2014-03-24offload: Compress files being sent/retrieved....Ludovic Courtès
2014-03-24utils: Add 'call-with-decompressed-port' and 'call-with-compressed-output-port'....Ludovic Courtès
2014-03-24utils: Add 'filtered-output-port' and 'compressed-output-port'....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-22utils: 'filtered-port' doesn't leave dangling processes behind....Ludovic Courtès
2014-03-22licenses: Fix Nixpkgs license URL....Yakkala Yagnesh Raghava
2014-03-22Merge branch 'master' into core-updatesMark H Weaver
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-17Merge branch 'master' into core-updatesLudovic Courtès
2014-03-14store: Add 'hash-part->path'....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-11download: 'download-to-store' accepts plain file names....Ludovic Courtès
2014-03-10More /gnu/store replacements....Ludovic Courtès
2014-03-10Change default store values from /nix/store to /gnu/store....Ludovic Courtès
2014-03-10Merge branch 'master' into core-updatesLudovic Courtès
2014-03-10gnu: linux-initrd: Make the pseudo-tty device nodes....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-09store: Add #:timeout build option....Ludovic Courtès
2014-03-09build: Change state and log directories to $localstatedir/.../guix....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-08utils: Add a non-blocking option for 'fcntl-flock'....Ludovic Courtès
2014-03-07store: 'export-paths' doesn't export references of the given files....Ludovic Courtès
2014-03-06utils: 'fcntl-flock' passes an errno when throwing an exception....Ludovic Courtès
2014-03-06offload: Serialize file transfers to build machines....Ludovic Courtès
2014-03-06download: Perform derivations locally....Ludovic Courtès