summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
2019-12-29profiles: 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
2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès
2019-01-21store: Rename <nix-server> to <store-connection>....Ludovic Courtès
2019-01-09Remove most uses of the _IO*F constants....Ludovic Courtès
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0....Ludovic Courtès
2018-12-19store: Add 'GUIX_PROFILING' support for the object cache....Ludovic Courtès
2018-12-04build: Default to https://ci.guix.info for substitutes....Ludovic Courtès
2018-11-12store: Add a functional object cache and use it in 'lower-object'....Ludovic Courtès
2018-10-15daemon: Support multiplexed build output....Ludovic Courtès
2018-09-28status: Be more defensive when looking for a log file....Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output....Ludovic Courtès
2018-09-18store: Add another missing buffer flush....Ludovic Courtès
2018-09-17store: Add missing buffer flushes....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-19store: Add 'add-file-tree-to-store'....Ludovic Courtès
2018-07-12store: Add `binary-file'....Jan Nieuwenhuizen
2018-07-03store: Add 'query-path-info*'....Ludovic Courtès
2018-06-26store: Add 'port->connection'....Ludovic Courtès
2018-06-14store: Remove 'register-path'....Ludovic Courtès
2018-01-11store: Fix potential over-reads in 'import-paths'....Ludovic Courtès
2018-01-07daemon: Add gzip log compression....Ludovic Courtès
2017-12-12Add (guix profiling)....Ludovic Courtès
2017-10-07store: Add missing import....Ludovic Courtès
2017-09-12store: 'run-with-store' has a #:target parameter....Ludovic Courtès
2017-09-05guix: Fix Guile current-processor-count deprecation warnings....Mathieu Othacehe
2017-07-21store: Rewrite 'store-path-hash-part' to not use regexps....Ludovic Courtès
2017-07-11store: Account for 'add-to-store' in RPC statistics....Ludovic Courtès
2017-07-02store: 'references/substitutes' really caches its result....Ludovic Courtès
2017-07-02store: 'references/substitutes' save an RPC is the trivial case....Ludovic Courtès
2017-06-22store: Define a default port for TCP connections....Ludovic Courtès
2017-06-22store: Pass a socket type hint to 'getaddrinfo'....Ludovic Courtès
2017-06-19store: Buffer RPC writes....Ludovic Courtès
2017-06-16store: Add an RPC counter....Ludovic Courtès
2017-06-12store: Speed up 'add-to-store'....Ludovic Courtès
2017-05-07store: Use 'TCP_NODELAY' when connecting to a daemon over PF_INET....Ludovic Courtès
2017-05-04store: Use 'write-bytevector' instead of hand-coded equivalent....Ludovic Courtès
2017-05-04store: Add store path computation procedures....Ludovic Courtès
2017-05-02monads: Add a template and specialization mechanism for monadic procedures....Ludovic Courtès