summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès2015-03-25
* derivations: 'substitution-oracle' now ignores sub-trees that are valid.Ludovic Courtès2015-03-25
* derivations: Add a 'cut?' parameter to 'derivation-prerequisites'.Ludovic Courtès2015-03-25
* derivations: Don't invoke the substituter when an item is already in store.Ludovic Courtès2015-03-24
* substitute-binary: Remove thread-safe 'regexp-exec' wrapper.Ludovic Courtès2015-03-23
* substitute-binary: Pipeline HTTP requests instead of using threads.Ludovic Courtès2015-03-23
* substitute-binary: Allow callers to specify the size of a narinfo.Ludovic Courtès2015-03-23
* store: Default to a non-empty list of substituters.Ludovic Courtès2015-03-22
* gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès2015-03-22
* gexp: Ignore nested gexps in macro expansion.Ludovic Courtès2015-03-22
* gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès2015-03-22
* gexp: Add identity compiler for derivations.Ludovic Courtès2015-03-22
* guix package: '-s' sorts packages by name, then by version.Ludovic Courtès2015-03-20
* guix package: '-s' displays different packages that have the same location.Ludovic Courtès2015-03-20
* ftp-client: Switch to binary mode before using the "SIZE" command.Ludovic Courtès2015-03-19
* lint: Report details about FTP errors.Ludovic Courtès2015-03-19
* lint: Change misleading variable name.Ludovic Courtès2015-03-19
* substitute-binary: Fix recently-introduced regression.Ludovic Courtès2015-03-18
* store: Remove debugging leftover.Ludovic Courtès2015-03-18
* store: Add preliminary support for client-supplied substitute URLs.Ludovic Courtès2015-03-18
* pk-crypto: Improve documentation of 'key-type'.Ludovic Courtès2015-03-18
* build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.David Thompson2015-03-17
* gexp: Move the package and origin compilers to (guix packages).Ludovic Courtès2015-03-17
* packages: Move grafting parameter to (guix derivations).Ludovic Courtès2015-03-17
* gexp: Separate "compilers" for origins and packages from the core.Ludovic Courtès2015-03-17
* gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp.Ludovic Courtès2015-03-17
* profiles: Use 'gexp-input' instead of two-element lists.Ludovic Courtès2015-03-17
* gexp: Export 'gexp-input' constructor.Ludovic Courtès2015-03-17
* gexp: Add <gexp-input>.Ludovic Courtès2015-03-17
* gexp: Rename <output-ref> to <gexp-output>.Ludovic Courtès2015-03-17
* licenses: Add the Ms-PL.Ludovic Courtès2015-03-17
* scripts: environment: Improve error messages.David Thompson2015-03-16
* licenses: Rename 'bsd-style' to 'non-copyleft'.Ludovic Courtès2015-03-14
* gnu: cmake: Add CMAKE_PREFIX_PATH as a native search path, and dropAndreas Enge2015-03-14
* build-system/python: Delay evaluation of the 'python2' package.Ludovic Courtès2015-03-12
* lint: Add tests for the 'source' checker.Ludovic Courtès2015-03-05
* store: Attempt to decode build logs as UTF-8.Ludovic Courtès2015-03-05
* serialization: Factorize 'read-byte-string'.Ludovic Courtès2015-03-05
* tests: Remove dependency on 'glibc-utf8-locales' for profile tests.Ludovic Courtès2015-03-04
* Merge branch 'core-updates'.Ludovic Courtès2015-03-04
|\
| * gexp: Make sure 'gexp-outputs' removes duplicate outputs.Ludovic Courtès2015-03-02
| * Revert "build-system/gnu: Keep the sloppy conversion strategy during bootstrap."Ludovic Courtès2015-03-01
| * build-system/gnu: Keep the sloppy conversion strategy during bootstrap.Ludovic Courtès2015-03-01
| * utils: Treat 'configure' and Makefiles with an 8-bit encoding.Ludovic Courtès2015-02-28
| * packages: Set the port conversion strategy to 'error'.Ludovic Courtès2015-02-28
| * utils: Change 'patch-shebangs' to use binary input.Ludovic Courtès2015-02-28
| * gexp: Aggregate outputs of compound gexps.Ludovic Courtès2015-02-27
| * download: Comment on lack of progress report with chunked encoding.Ludovic Courtès2015-02-27
| * download: Measure and display the throughput.Ludovic Courtès2015-02-27
| * download: Abstract the receive buffer size.Ludovic Courtès2015-02-27