aboutsummaryrefslogtreecommitdiff
path: root/guix/store.scm
Commit message (Expand)AuthorAge
* 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
* store: 'run-with-store' has a #:target parameter.Ludovic Courtès2017-09-12
* guix: Fix Guile current-processor-count deprecation warnings.Mathieu Othacehe2017-09-05
* store: Rewrite 'store-path-hash-part' to not use regexps.Ludovic Courtès2017-07-21
* store: Account for 'add-to-store' in RPC statistics.Ludovic Courtès2017-07-11
* store: 'references/substitutes' really caches its result.Ludovic Courtès2017-07-02
* store: 'references/substitutes' save an RPC is the trivial case.Ludovic Courtès2017-07-02
* store: Define a default port for TCP connections.Ludovic Courtès2017-06-22
* store: Pass a socket type hint to 'getaddrinfo'.Ludovic Courtès2017-06-22
* store: Buffer RPC writes.Ludovic Courtès2017-06-19
* store: Add an RPC counter.Ludovic Courtès2017-06-16
* store: Speed up 'add-to-store'.Ludovic Courtès2017-06-12
* store: Use 'TCP_NODELAY' when connecting to a daemon over PF_INET.Ludovic Courtès2017-05-07
* store: Use 'write-bytevector' instead of hand-coded equivalent.Ludovic Courtès2017-05-04
* store: Add store path computation procedures.Ludovic Courtès2017-05-04
* monads: Add a template and specialization mechanism for monadic procedures.Ludovic Courtès2017-05-02
* store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.Ludovic Courtès2017-04-21
* store: Add support for remote connections via 'guix://' URIs.Ludovic Courtès2017-04-21
* store: Add 'system-error-to-connection-error' macro.Ludovic Courtès2017-04-21
* store: 'GUIX_DAEMON_SOCKET' can now be a URI.Ludovic Courtès2017-04-21
* utils: Move base16 procedures to (guix base16).Ludovic Courtès2017-03-16
* store: Add 'add-data-to-store'.Ludovic Courtès2017-01-30
* Use 'mlambda' instead of 'memoize'.Ludovic Courtès2017-01-28
* Add (guix memoization).Ludovic Courtès2017-01-28
* daemon: Client settings no longer override daemon settings.Ludovic Courtès2017-01-15
* store: 'open-connection' no longer raises '&nar-error' for protocol errors.Ludovic Courtès2016-12-08
* store: Increase buffering for the '%stderr-write' upcall.Ludovic Courtès2016-12-01
* store: 'open-connection' can taken an open port.Ludovic Courtès2016-11-25
* store: Add 'references*'.Ludovic Courtès2016-11-19
* daemon: Add 'built-in-builders' RPC.Ludovic Courtès2016-11-16
* Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès2016-10-19
* build: Substitute URLs now default to "mirror.hydra.gnu.org" alone.Ludovic Courtès2016-07-16
* store: 'register-path' no longer swallows 'system-error' exceptions.Ludovic Courtès2016-06-20
* store: Add #:select? parameter to 'add-to-store'.Ludovic Courtès2016-06-15
* store: 'requisites' now takes a list of store items.Ludovic Courtès2016-05-24
* store: Clarify 'query-path-hash' docstring.Ludovic Courtès2016-05-17
* utils: Move combinators to (guix combinators).Ludovic Courtès2016-05-04
* substitute: Install the client's locale.Ludovic Courtès2016-04-20
* substitute: Honor the number of columns of the client terminal.Ludovic Courtès2016-04-15
* store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS.Ludovic Courtès2016-03-28
* build: Default to "https://mirror.hydra.gnu.org/" for substitutes.Ludovic Courtès2016-03-16
* store: 'references/substitutes' caches its results.Ludovic Courtès2016-03-14
* store: 'references/substitutes' correctly handles the order of substitutes.Ludovic Courtès2016-03-05
* store: Add 'references/substitutes'.Ludovic Courtès2016-03-05
* store: 'path-info-deriver' is #f when there is no deriver.Ludovic Courtès2016-02-26
* store: Clarify documentation of 'valid-path?'.Ludovic Courtès2016-02-25
* store: Add monadic access to '%current-system'.Ludovic Courtès2016-02-12