summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2015-03-25derivations: 'substitution-oracle' now ignores sub-trees that are valid....Ludovic Courtès
2015-03-25derivations: Add a 'cut?' parameter to 'derivation-prerequisites'....Ludovic Courtès
2015-03-24derivations: Don't invoke the substituter when an item is already in store....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-22store: Default to a non-empty list of substituters....Ludovic Courtès
2015-03-22gexp: Fix handling of nativeness in nested gexps....Ludovic Courtès
2015-03-22gexp: Ignore nested gexps in macro expansion....Ludovic Courtès
2015-03-22gexp: Allow <gexp-input> objects in #:allowed-references....Ludovic Courtès
2015-03-22gexp: Add identity compiler for derivations....Ludovic Courtès
2015-03-20guix package: '-s' sorts packages by name, then by version....Ludovic Courtès
2015-03-20guix package: '-s' displays different packages that have the same location....Ludovic Courtès
2015-03-19ftp-client: Switch to binary mode before using the "SIZE" command....Ludovic Courtès
2015-03-19lint: Report details about FTP errors....Ludovic Courtès
2015-03-19lint: Change misleading variable name....Ludovic Courtès
2015-03-18substitute-binary: Fix recently-introduced regression....Ludovic Courtès
2015-03-18store: Remove debugging leftover....Ludovic Courtès
2015-03-18store: Add preliminary support for client-supplied substitute URLs....Ludovic Courtès
2015-03-18pk-crypto: Improve documentation of 'key-type'....Ludovic Courtès
2015-03-17build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH....David Thompson
2015-03-17gexp: Move the package and origin compilers to (guix packages)....Ludovic Courtès
2015-03-17packages: Move grafting parameter to (guix derivations)....Ludovic Courtès
2015-03-17gexp: Separate "compilers" for origins and packages from the core....Ludovic Courtès
2015-03-17gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp....Ludovic Courtès
2015-03-17profiles: Use 'gexp-input' instead of two-element lists....Ludovic Courtès
2015-03-17gexp: Export 'gexp-input' constructor....Ludovic Courtès
2015-03-17gexp: Add <gexp-input>....Ludovic Courtès
2015-03-17gexp: Rename <output-ref> to <gexp-output>....Ludovic Courtès
2015-03-17licenses: Add the Ms-PL....Ludovic Courtès
2015-03-16scripts: environment: Improve error messages....David Thompson
2015-03-14licenses: Rename 'bsd-style' to 'non-copyleft'....Ludovic Courtès
2015-03-14gnu: cmake: Add CMAKE_PREFIX_PATH as a native search path, and drop...Andreas Enge
2015-03-12build-system/python: Delay evaluation of the 'python2' package....Ludovic Courtès
2015-03-05lint: Add tests for the 'source' checker....Ludovic Courtès
2015-03-05store: Attempt to decode build logs as UTF-8....Ludovic Courtès
2015-03-05serialization: Factorize 'read-byte-string'....Ludovic Courtès
2015-03-04tests: Remove dependency on 'glibc-utf8-locales' for profile tests....Ludovic Courtès
2015-03-04Merge branch 'core-updates'.Ludovic Courtès
2015-03-03http-client: Monkey-patch 'make-chunked-input-port' on Guile <= 2.0.11....Ludovic Courtès
2015-03-03http-client: Update backport of chunked encoding support to Guile 2.0.5....Ludovic Courtès
2015-03-03profiles: Produce a single-file CA certificate bundle....Mark H Weaver
2015-03-02build: ruby: Install executables in /bin....David Thompson
2015-03-02build: ruby: Add gitify phase....David Thompson
2015-03-02gexp: Make sure 'gexp-outputs' removes duplicate outputs....Ludovic Courtès
2015-03-01Revert "build-system/gnu: Keep the sloppy conversion strategy during bootstrap."...Ludovic Courtès
2015-03-01build-system/gnu: Keep the sloppy conversion strategy during bootstrap....Ludovic Courtès
2015-02-28utils: Treat 'configure' and Makefiles with an 8-bit encoding....Ludovic Courtès
2015-02-28packages: Set the port conversion strategy to 'error'....Ludovic Courtès
2015-02-28utils: Change 'patch-shebangs' to use binary input....Ludovic Courtès