summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
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
2014-05-21store: Flush the output when the build process emits '\r'....Ludovic Courtès
2014-05-18store: Change #:store parameter to #:prefix....Ludovic Courtès
2014-05-17store: Add #:store parameter to 'register-path'....Ludovic Courtès
2014-04-28store: (direct-store-path? (%store-prefix)) returns #f....Ludovic Courtès
2014-04-12store: Add 'add-permanent-root' and 'remove-permanent-root'....Ludovic Courtès
2014-03-14store: Add 'hash-part->path'....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-07store: 'export-paths' doesn't export references of the given files....Ludovic Courtès
2014-02-27store: Use 'when' instead of 'if' in effectful context....Ludovic Courtès
2014-02-12store: Add comments for the stracer....Ludovic Courtès
2014-02-10store: Change 'export-paths' to always export in topological order....Ludovic Courtès
2014-01-24store: Add 'topologically-sorted'....Ludovic Courtès
2014-01-24store: Add 'with-store' convenience macro....Ludovic Courtès
2014-01-24store: Add 'register-path' procedure....Ludovic Courtès
2014-01-24store: Add comments for the %stderr constants....Ludovic Courtès