summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
2021-10-28store: 'map/accumulate-builds' handler checks the store received.Ludovic Courtès
2021-09-15store: 'map/accumulate-builds' processes the whole list in case of cutoff.Ludovic Courtès
2021-08-10store: Add 'map/accumulate-builds' cutoff to address pathological cases.Ludovic Courtès
2021-06-18Start enabling substitutes from bordeaux.guix.gnu.org.Christopher Baines
2021-06-08store: 'references/cached' now uses a per-session cache.Ludovic Courtès
2021-06-08store: Remove 'references/substitutes'.Ludovic Courtès
2021-06-08store: Generalize cache lookup recording.Ludovic Courtès
2021-06-08store: Support dynamic allocation of per-connection caches.Ludovic Courtès
2021-06-01maint: Require Guile 3.0.Ludovic Courtès
2021-05-08store: Export 'connect-to-daemon'.Ludovic Courtès
2021-05-08store: 'open-connection' never returns #f.Ludovic Courtès
2021-02-23store: Micro-optimize object cache lookup.Ludovic Courtès
2021-02-23store: Object cache profiling shows the number of entries.Ludovic Courtès
2021-02-04store: 'store-path-hash-part' really returns false for invalid file names.Ludovic Courtès
2021-01-22store: Add 'find-roots' RPC.Ludovic Courtès
2020-11-23store: Fix ensure-path docstring.Mathieu Othacehe
2020-11-22guix: store: Add ensure-path.Mathieu Othacehe
2020-09-02store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.Ludovic Courtès
2020-08-31ssh: 'send-files' displays a progress bar.Ludovic Courtès
2020-08-28store: 'with-store' returns as many values as its body.Ludovic Courtès
2020-06-26store: Use '=' instead of 'eqv?'.Ludovic Courtès
2020-06-09store: Use buffered I/O for all protocol writesLars-Dominik Braun
2020-05-14store: 'mapm/accumulate-builds' preserves '%current-target-system'.Ludovic Courtès
2020-04-08Merge branch 'master' into core-updatesMarius Bakke
2020-04-05store: 'with-store' uses 'with-exception-handler'.Ludovic Courtès
2020-04-04store: 'with-store' doesn't close the store upon abort.Ludovic Courtès
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
2020-03-29store: Add 'references/cached'.Ludovic Courtès
2020-03-29store: Add 'map/accumulate-builds'.Ludovic Courtès
2020-03-27Merge branch 'master' into core-updatesMarius Bakke
2020-03-22store: Add 'with-build-handler'.Ludovic Courtès
2020-03-18Merge branch 'master' into core-updatesMarius Bakke
2020-03-14store: Fix many guix commands failing on some locales.Florian Pelz
2020-03-08store: Add set-current-target procedure.Mathieu Othacehe
2020-03-06store: Add set-current-target procedure.Mathieu Othacehe
2020-01-30gexp: Move 'file-mapping->tree' to (guix store).Ludovic Courtès
2019-12-29profiles: Fix profile-derivation cross-compilation.Mathieu Othacehe
2019-12-26profiles: Fix profile-derivation cross-compilation.Mathieu Othacehe
2019-11-26Use 'offload?' instead of 'build-hook?' internally.Ludovic Courtès
2019-10-27store: Allow objects in the cache to be inserted and search for with 'equal?'.Ludovic Courtès
2019-10-16daemon: Make 'profiles/per-user' non-world-writable.Ludovic Courtès
2019-07-05store: 'run-with-store' gracefully deals with #f store.Ludovic Courtès
2019-07-03store: 'run-with-store' preserves the functional object cache.Ludovic Courtès
2019-06-10store: 'build-things' accepts derivation/output pairs.Ludovic Courtès
2019-05-26store: Fix 'hash-part->path' docstring.Ludovic Courtès
2019-05-01build: Change default substitute server to "ci.guix.gnu.org".Ludovic Courtès
2019-04-16store: Add "add-data-to-store-cache" profiling component.Ludovic Courtès
2019-04-16store: Memoize 'built-in-builders' call directly in <store-connection>.Ludovic Courtès
2019-04-10store: 'with-store' expands to a single procedure call.Ludovic Courtès
2019-02-04store: 'log-file' honors 'GUIX_LOG_DIRECTORY'.Ludovic Courtès