summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
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
2013-04-12store: Remove unneeded and conflicting import.Ludovic Courtès
2013-04-04Add (guix nar) and (guix serialization).Ludovic Courtès
2013-04-03Add preliminary binary substituter.Ludovic Courtès
2013-04-01store: Add `store-path-hash-part'.Ludovic Courtès
2013-03-22store: Really disable file name canonicalization for derivation inputs.Ludovic Courtès
2013-03-22store: Use `sendfile' when available.Ludovic Courtès
2013-03-07ui: Gracefully report failures to connect to the daemon.Ludovic Courtès
2013-02-27store: Add queries for references & co.Ludovic Courtès
2013-02-18store: Add the `%daemon-socket-file' parameter.Ludovic Courtès
2013-02-04store: Add substitute-related procedures.Ludovic Courtès
2013-02-04store: Update to protocol 1.12.Ludovic Courtès
2013-02-04store: Write string length as a 32-bit integer.Ludovic Courtès
2013-01-31store: Don't expect build logs to be UTF-8-encoded.Ludovic Courtès
2013-01-30store: Slightly improve memoization hashing.Ludovic Courtès
2013-01-30store: Remove the `fixed?' parameter from `add-to-store'.Ludovic Courtès
2013-01-30store: Avoid use of `set!'.Ludovic Courtès