summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
2016-07-16build: Substitute URLs now default to "mirror.hydra.gnu.org" alone....Ludovic Courtès
2016-06-20store: 'register-path' no longer swallows 'system-error' exceptions....Ludovic Courtès
2016-06-15store: Add #:select? parameter to 'add-to-store'....Ludovic Courtès
2016-05-24store: 'requisites' now takes a list of store items....Ludovic Courtès
2016-05-17store: Clarify 'query-path-hash' docstring....Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès
2016-04-20substitute: Install the client's locale....Ludovic Courtès
2016-04-15substitute: Honor the number of columns of the client terminal....Ludovic Courtès
2016-03-28store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS....Ludovic Courtès
2016-03-16build: Default to "https://mirror.hydra.gnu.org/" for substitutes....Ludovic Courtès
2016-03-14store: 'references/substitutes' caches its results....Ludovic Courtès
2016-03-05store: 'references/substitutes' correctly handles the order of substitutes....Ludovic Courtès
2016-03-05store: Add 'references/substitutes'....Ludovic Courtès
2016-02-26store: 'path-info-deriver' is #f when there is no deriver....Ludovic Courtès
2016-02-25store: Clarify documentation of 'valid-path?'....Ludovic Courtès
2016-02-12store: Add monadic access to '%current-system'....Ludovic Courtès
2015-12-08store: Allow clients to request multiple builds....Ludovic Courtès
2015-12-04store: 'build-things' now supports older daemon protocols....Ludovic Courtès
2015-12-03store: Add mode parameter to 'build-paths'....Ludovic Courtès
2015-12-03store: Update to the new daemon protocol....Ludovic Courtès
2015-10-28store: Use the daemon's substitute URLs by default....Ludovic Courtès
2015-09-28store: Add 'query-failed-paths' and 'clear-failed-paths' RPCs....Ludovic Courtès
2015-09-18store: Add 'set-build-options*'....Alex Kost
2015-07-13guix build: Add '--substitute-urls' client option....Ludovic Courtès
2015-07-08store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f....Ludovic Courtès
2015-06-19store: Memoize 'add-to-store' based on the result of 'lstat', not 'stat'....Ludovic Courtès
2015-06-06store: Add 'verify-store' RPC....Ludovic Courtès
2015-05-26gc: ignore trailing slash or subdirectories for `guix gc -d'...Cyrill Schenkel
2015-05-19store: Add 'optimize-store' RPC....Ludovic Courtès
2015-04-04store: Add query-path-info operation....David Thompson
2015-03-22store: Default to a non-empty list of substituters....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-05store: Attempt to decode build logs as UTF-8....Ludovic Courtès
2015-02-12store: Add optional 'references' parameter to 'text-file'....Ludovic Courtès
2015-02-02store: Remove 'build-derivations'....Ludovic Courtès
2015-02-02store: Add 'build-things'....Ludovic Courtès
2015-01-21store: Change 'run-with-store' to return a single value....Ludovic Courtès
2015-01-18store: Change 'store-lower' to preserve the original procedure's documentation....Ludovic Courtès
2015-01-17store: Make '%store-monad' an alias for '%state-monad'....Ludovic Courtès
2015-01-17store: Remove unused variable....Ludovic Courtès
2015-01-17store: Add #:recursive? parameter to 'export-paths'....Ludovic Courtès
2015-01-14store: Add 'store-lower'....Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong....Ludovic Courtès
2014-11-23store: default to serial "scheduler"...nebuli
2014-11-04store: Invalidate caches once GC has run....Ludovic Courtès
2014-10-09Break module cycle involving (guix store) and (guix ui)....Ludovic Courtès
2014-07-18guix-register: Add '--state-directory' parameter....Ludovic Courtès
2014-05-27store: Work around 'get-bytevector-n' bug that affects 'import-paths'....Ludovic Courtès
2014-05-25store: Remove misleading 'setsockopt' call....Ludovic Courtès