summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
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
2014-01-08config: '%store-directory' always honors $NIX_STORE_DIR.Ludovic Courtès
2014-01-08config: '%state-directory' always honors $NIX_STATE_DIR.Ludovic Courtès
2014-01-08store: Fix 'log-file' to support uncompressed logs.Ludovic Courtès
2013-12-20daemon: Implement signed archive import/export.Ludovic Courtès
2013-12-11store: Optimize 'store-path-package-name' and 'store-path-hash-part'.Ludovic Courtès
2013-11-13store: Make 'direct-store-path?' public.Ludovic Courtès
2013-11-12store: Add 'log-file' procedure.Ludovic Courtès
2013-09-11store: The 'references' parameter of 'add-text-to-store' is now optional.Ludovic Courtès
2013-09-02store: Add a printer for <nix-server>.Ludovic Courtès
2013-07-04store: Deal with unsupported `setsockopt' operation on GNU/Hurd.Ludovic Courtès
2013-06-13store: Add `requisites'.Ludovic Courtès
2013-05-29store: Test the `fallback?' store option.Ludovic Courtès
2013-04-20daemon: Gracefully handle cases where the daemon does not return a status code.Ludovic Courtès