summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2016-03-28guix system: Warn against missing 'guix pull'.Ludovic Courtès
2016-03-28store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS.Ludovic Courtès
2016-03-27environment: Properly handle SIGINT.David Thompson
2016-03-26environment: container: Create dummy home directory and /etc/passwd.David Thompson
2016-03-25syscalls: <interface> printer correctly handles lack of sockaddr.Ludovic Courtès
2016-03-23guix build: '--with-source' correctly matches versioned file names.Ludovic Courtès
2016-03-23derivations: Raise an error when a module file is not found.Ludovic Courtès
2016-03-23derivations: Add 'module->source-file-name'.Ludovic Courtès
2016-03-23substitute: Gracefully handle TLS errors.Ludovic Courtès
2016-03-22import: cran: Accept single URL in addition to single URL.Ricardo Wurmus
2016-03-20build-system/gnu: Add #:disallowed-references.Ludovic Courtès
2016-03-20gexp: Add #:disallowed-references.Ludovic Courtès
2016-03-20derivations: Add #:disallowed-references.Ludovic Courtès
2016-03-19import: pypi: Emit 'pypi-uri' only when it yields the right URL.Ludovic Courtès
2016-03-17substitute: Do not leak file descriptors for TLS connections.Ludovic Courtès
2016-03-17substitute: Cache transient HTTP errors for 10mn.Ludovic Courtès
2016-03-17lint: Do not leak file descriptors for TLS connections.Ludovic Courtès
2016-03-17download: Add 'close-connection'.Ludovic Courtès
2016-03-17substitute: Update progress for responses different from 200/404.Ludovic Courtès
2016-03-17licenses: Add Apache Software License 1.1.Roel Janssen
2016-03-16substitute: Honor client-provided empty URL list.Ludovic Courtès
2016-03-16substitute: Honor the 'max-age' of 'Cache-Control' headers.Ludovic Courtès
2016-03-16substitute: Make room for a 'ttl' field in cached entries.Ludovic Courtès
2016-03-16build: Default to "https://mirror.hydra.gnu.org/" for substitutes.Ludovic Courtès
2016-03-16http-client: No 'setvbuf' for non-file ports.Ludovic Courtès
2016-03-14grafts: Update the narinfo cache before building a derivation.Ludovic Courtès
2016-03-14substitute: Keep the initial connection alive.Ludovic Courtès
2016-03-14http-client: Add #:keep-alive? parameter.Ludovic Courtès
2016-03-14substitute: Remove dead code.Ludovic Courtès
2016-03-14store: 'references/substitutes' caches its results.Ludovic Courtès
2016-03-14size: Disable grafts.Ludovic Courtès
2016-03-14build: Add Ant build system.Ricardo Wurmus
2016-03-11cve: Read entire CVE databases for the current year and the past year.Ludovic Courtès
2016-03-11cve: Make CPE patch level part of the version string.Ludovic Courtès
2016-03-10substitute: Optimize HTTP pipelining over TLS.Ludovic Courtès
2016-03-10substitute: Add HTTPS support.Ludovic Courtès
2016-03-09substitute: Error out on unsupported URL schemes.Ludovic Courtès
2016-03-09ui: Do not call 'port-filename' on closed file ports.Ludovic Courtès
2016-03-09upstream: Fix 'signature-urls' coalescing.Ludovic Courtès
2016-03-08guix build: Add '--quiet'.Ludovic Courtès
2016-03-08guix system: Write the GC root on the target file system.Ludovic Courtès
2016-03-08packages: Cache the result of 'input-grafts'.Ludovic Courtès
2016-03-08packages: Cache the result of 'package->bag'.Ludovic Courtès
2016-03-08packages: Generalize the 'cached' macro.Ludovic Courtès
2016-03-06import: snix: Use the right 'package-name->name+version'.Ludovic Courtès
2016-03-05store: 'references/substitutes' correctly handles the order of substitutes.Ludovic Courtès
2016-03-05grafts: Memoize intermediate results in 'cumulative-grafts'.Ludovic Courtès
2016-03-05packages: The result of 'bag-grafts' does not contain duplicates.Ludovic Courtès
2016-03-05grafts: Use dependency information from substitutes when possible.Ludovic Courtès
2016-03-05store: Add 'references/substitutes'.Ludovic Courtès