summaryrefslogtreecommitdiff
path: root/guix/store.scm
AgeCommit message (Expand)Author
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
2017-04-21store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.Ludovic Courtès
2017-04-21store: Add support for remote connections via 'guix://' URIs.Ludovic Courtès
2017-04-21store: Add 'system-error-to-connection-error' macro.Ludovic Courtès
2017-04-21store: 'GUIX_DAEMON_SOCKET' can now be a URI.Ludovic Courtès
2017-03-16utils: Move base16 procedures to (guix base16).Ludovic Courtès
2017-01-30store: Add 'add-data-to-store'.Ludovic Courtès
2017-01-28Use 'mlambda' instead of 'memoize'.Ludovic Courtès
2017-01-28Add (guix memoization).Ludovic Courtès
2017-01-15daemon: Client settings no longer override daemon settings.Ludovic Courtès
2016-12-08store: 'open-connection' no longer raises '&nar-error' for protocol errors.Ludovic Courtès
2016-12-01store: Increase buffering for the '%stderr-write' upcall.Ludovic Courtès
2016-11-25store: 'open-connection' can taken an open port.Ludovic Courtès
2016-11-19store: Add 'references*'.Ludovic Courtès
2016-11-16daemon: Add 'built-in-builders' RPC.Ludovic Courtès
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
2016-07-16build: Substitute URLs now default to "mirror.hydra.gnu.org" alone.Ludovic Courtès
2016-06-20store: 'register-path' no longer swallows 'system-error' exceptions.Ludovic Courtès
2016-06-15store: Add #:select? parameter to 'add-to-store'.Ludovic Courtès
2016-05-24store: 'requisites' now takes a list of store items.Ludovic Courtès
2016-05-17store: Clarify 'query-path-hash' docstring.Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès
2016-04-20substitute: Install the client's locale.Ludovic Courtès
2016-04-15substitute: Honor the number of columns of the client terminal.Ludovic Courtès
2016-03-28store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS.Ludovic Courtès
2016-03-16build: Default to "https://mirror.hydra.gnu.org/" for substitutes.Ludovic Courtès
2016-03-14store: 'references/substitutes' caches its results.Ludovic Courtès
2016-03-05store: 'references/substitutes' correctly handles the order of substitutes.Ludovic Courtès
2016-03-05store: Add 'references/substitutes'.Ludovic Courtès