aboutsummaryrefslogtreecommitdiff
path: root/guix/store.scm
Commit message (Expand)AuthorAge
* Autoload (gcrypt hash).Ludovic Courtès2024-04-15
* guix: Delay loading of (gnutls).Ludovic Courtès2024-04-15
* Switch order of the default substitute servers.Christopher Baines2024-04-03
* daemon: Implement ‘substitute-urls’ RPC.Ludovic Courtès2023-12-11
* guix: Strip #:use-module lists.Ludovic Courtès2023-03-13
* grafts: Move '%graft?' and related bindings to (guix store).Ludovic Courtès2022-10-22
* store: Open daemon connections with SOCK_CLOEXEC.Ludovic Courtès2022-09-04
* store: Remove unused variable and 'socket' call.Ludovic Courtès2022-09-04
* store: 'map/accumulate-builds' preserves caches.Ludovic Courtès2022-05-30
* store: Record cache lookups in 'references/cached'.Ludovic Courtès2022-05-29
* guix: Remove duplicate definitions of dump-port.Ricardo Wurmus2022-05-20
* store: Use a decaying cutoff in 'map/accumulate-builds'.Ludovic Courtès2022-05-18
* store: 'mcached' users can specify a cache ID.Ludovic Courtès2022-05-18
* deprecation: Refine the old daemon deprecation warning message.Maxim Cournoyer2022-02-08
* store: Warn about daemon deprecation.Mathieu Othacehe2022-02-08
* store: 'mapm/accumulate-builds' does not compare stores with 'eq?'.Ludovic Courtès2021-11-10
* store: 'map/accumulate-builds' handler checks the store received.Ludovic Courtès2021-10-28
* store: 'map/accumulate-builds' processes the whole list in case of cutoff.Ludovic Courtès2021-09-15
* store: Add 'map/accumulate-builds' cutoff to address pathological cases.Ludovic Courtès2021-08-10
* Start enabling substitutes from bordeaux.guix.gnu.org.Christopher Baines2021-06-18
* store: 'references/cached' now uses a per-session cache.Ludovic Courtès2021-06-08
* store: Remove 'references/substitutes'.Ludovic Courtès2021-06-08
* store: Generalize cache lookup recording.Ludovic Courtès2021-06-08
* store: Support dynamic allocation of per-connection caches.Ludovic Courtès2021-06-08
* maint: Require Guile 3.0.Ludovic Courtès2021-06-01
* store: Export 'connect-to-daemon'.Ludovic Courtès2021-05-08
* store: 'open-connection' never returns #f.Ludovic Courtès2021-05-08
* store: Micro-optimize object cache lookup.Ludovic Courtès2021-02-23
* store: Object cache profiling shows the number of entries.Ludovic Courtès2021-02-23
* store: 'store-path-hash-part' really returns false for invalid file names.Ludovic Courtès2021-02-04
* store: Add 'find-roots' RPC.Ludovic Courtès2021-01-22
* store: Fix ensure-path docstring.Mathieu Othacehe2020-11-23
* guix: store: Add ensure-path.Mathieu Othacehe2020-11-22
* store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.Ludovic Courtès2020-09-02
* ssh: 'send-files' displays a progress bar.Ludovic Courtès2020-08-31
* store: 'with-store' returns as many values as its body.Ludovic Courtès2020-08-28
* store: Use '=' instead of 'eqv?'.Ludovic Courtès2020-06-26
* store: Use buffered I/O for all protocol writesLars-Dominik Braun2020-06-09
* 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