summaryrefslogtreecommitdiff
path: root/guix/store.scm
Commit message (Expand)AuthorAge
* store: 'mapm/accumulate-builds' preserves '%current-target-system'.Ludovic Courtès2020-05-14
* Merge branch 'master' into core-updatesMarius Bakke2020-04-08
|\
| * store: 'with-store' uses 'with-exception-handler'.Ludovic Courtès2020-04-05
| * store: 'with-store' doesn't close the store upon abort.Ludovic Courtès2020-04-04
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-30
|\|
| * store: Add 'references/cached'.Ludovic Courtès2020-03-29
| * store: Add 'map/accumulate-builds'.Ludovic Courtès2020-03-29
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-27
|\|
| * store: Add 'with-build-handler'.Ludovic Courtès2020-03-22
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-18
|\|
| * store: Fix many guix commands failing on some locales.Florian Pelz2020-03-14
| * store: Add set-current-target procedure.Mathieu Othacehe2020-03-08
| * profiles: Fix profile-derivation cross-compilation.Mathieu Othacehe2019-12-29
* | store: Add set-current-target procedure.Mathieu Othacehe2020-03-06
* | gexp: Move 'file-mapping->tree' to (guix store).Ludovic Courtès2020-01-30
* | profiles: Fix profile-derivation cross-compilation.Mathieu Othacehe2019-12-26
|/
* Use 'offload?' instead of 'build-hook?' internally.Ludovic Courtès2019-11-26
* store: Allow objects in the cache to be inserted and search for with 'equal?'.Ludovic Courtès2019-10-27
* daemon: Make 'profiles/per-user' non-world-writable.Ludovic Courtès2019-10-16
* store: 'run-with-store' gracefully deals with #f store.Ludovic Courtès2019-07-05
* store: 'run-with-store' preserves the functional object cache.Ludovic Courtès2019-07-03
* store: 'build-things' accepts derivation/output pairs.Ludovic Courtès2019-06-10
* store: Fix 'hash-part->path' docstring.Ludovic Courtès2019-05-26
* build: Change default substitute server to "ci.guix.gnu.org".Ludovic Courtès2019-05-01
* store: Add "add-data-to-store-cache" profiling component.Ludovic Courtès2019-04-16
* store: Memoize 'built-in-builders' call directly in <store-connection>.Ludovic Courtès2019-04-16
* store: 'with-store' expands to a single procedure call.Ludovic Courtès2019-04-10
* store: 'log-file' honors 'GUIX_LOG_DIRECTORY'.Ludovic Courtès2019-02-04
* store: Rename '&nix-error' to '&store-error'.Ludovic Courtès2019-01-21
* store: Rename <nix-server> to <store-connection>.Ludovic Courtès2019-01-21
* Remove most uses of the _IO*F constants.Ludovic Courtès2019-01-09
* maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès2019-01-09
* store: Add 'GUIX_PROFILING' support for the object cache.Ludovic Courtès2018-12-19
* build: Default to https://ci.guix.info for substitutes.Ludovic Courtès2018-12-04
* store: Add a functional object cache and use it in 'lower-object'.Ludovic Courtès2018-11-12
* daemon: Support multiplexed build output.Ludovic Courtès2018-10-15
* status: Be more defensive when looking for a log file.Ludovic Courtès2018-09-28
* Add (guix status) and use it for pretty colored output.Ludovic Courtès2018-09-27
* store: Add another missing buffer flush.Ludovic Courtès2018-09-18
* store: Add missing buffer flushes.Ludovic Courtès2018-09-17
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* store: Add 'add-file-tree-to-store'.Ludovic Courtès2018-07-19
* store: Add `binary-file'.Jan Nieuwenhuizen2018-07-12
* store: Add 'query-path-info*'.Ludovic Courtès2018-07-03
* store: Add 'port->connection'.Ludovic Courtès2018-06-26
* store: Remove 'register-path'.Ludovic Courtès2018-06-14
* store: Fix potential over-reads in 'import-paths'.Ludovic Courtès2018-01-11
* daemon: Add gzip log compression.Ludovic Courtès2018-01-07
* Add (guix profiling).Ludovic Courtès2017-12-12
* store: Add missing import.Ludovic Courtès2017-10-07