summaryrefslogtreecommitdiff
path: root/nix/libstore
Commit message (Expand)AuthorAgeFilesLines
* daemon: Delegate deduplication to 'guix substitute'....Ludovic Courtès2020-12-191-5/+8
* daemon: Do not reset timestamps and permissions on substituted items....Ludovic Courtès2020-12-191-1/+2
* daemon: Let 'guix substitute' perform hash checks....Ludovic Courtès2020-12-191-34/+39
* daemon: Raise an error if substituter doesn't send the expected hash....Ludovic Courtès2020-12-081-18/+19
* substitute: Cache and reuse connections while substituting....Ludovic Courtès2020-12-081-11/+18
* daemon: Run 'guix substitute --substitute' as an agent....Ludovic Courtès2020-12-081-64/+65
* daemon: Factorize substituter agent spawning....Ludovic Courtès2020-12-082-15/+15
* daemon: Use 'Agent' to spawn 'guix substitute --query'....Ludovic Courtès2020-12-083-144/+43
* daemon: Remove unneeded forward declaration....Ludovic Courtès2020-12-011-1/+0
* daemon: Remove pre-Guix hack....Ludovic Courtès2020-11-291-6/+0
* nix: Honor '--rounds' when also using '--check'....Maxim Cournoyer2020-10-091-7/+0
* daemon: Try to execute derivation builders only for matching OS kernels....Ludovic Courtès2020-10-011-3/+23
* daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès2020-09-141-17/+70
* daemon: Move 'Agent' to libutil....Ludovic Courtès2020-09-141-116/+2
* daemon: Isolate signing and signature verification functions....Ludovic Courtès2020-09-141-13/+30
* daemon: Generalize 'HookInstance' to 'Agent'....Ludovic Courtès2020-09-141-39/+51
* daemon: Simplify interface with 'guix authenticate'....Ludovic Courtès2020-09-111-16/+3
* daemon: Correctly handle EMLINK corner case when deduplicating....Ludovic Courtès2020-06-251-1/+2
* nix: Tweak .gitignore files....Christopher Baines2020-06-241-2/+1
* daemon: Handle EXDEV when moving to trash directory....Chris Marusich2020-06-061-1/+4
* daemon: Do not use clone on the Hurd....Manolis Ragkousis2020-03-261-4/+7
* daemon: Drop 'AT_STATX_DONT_SYNC' flag upon EINVAL....Ludovic Courtès2020-02-261-4/+16
* daemon: Fix the displayed GC estimated progress....Ludovic Courtès2020-01-121-4/+5
* daemon: Account for deleted store files when deduplication is on....Ludovic Courtès2020-01-121-1/+8
* daemon: GC remove-unused-links phase uses 'statx' when available....Ludovic Courtès2019-11-271-0/+11
* daemon: GC displays how much it has collected....Ludovic Courtès2019-11-221-1/+10
* daemon: Don't include <linux/fs.h>....Ludovic Courtès2019-11-132-8/+0
* daemon: Unregister build hook from the worker's children upon build failure....Ludovic Courtès2019-11-041-0/+5
* daemon: Make 'profiles/per-user' non-world-writable....Ludovic Courtès2019-10-163-2/+21
* daemon: Remove traces of 'NIX_ROOT_FINDER'....Ludovic Courtès2019-10-161-4/+3
* daemon: Strictly respect timeouts for 'guix offload'....Ludovic Courtès2019-09-281-1/+1
* daemon: Remove 'NIX_LIBEXEC_DIR'....Ludovic Courtès2019-09-082-4/+0
* daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès2019-09-084-88/+78
* daemon: Run 'guix offload' directly....Ludovic Courtès2019-09-081-6/+5
* daemon: Run 'guix perform-download' directly....Ludovic Courtès2019-09-081-2/+2
* daemon: Run 'guix authenticate' directly....Ludovic Courtès2019-09-081-2/+3
* daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'....Ludovic Courtès2019-09-083-7/+8
* daemon: Don't reply on 'st_blocks'....Eelco Dolstra2019-08-301-5/+4
* daemon: Replace "illegal" by "invalid" in error messages....Ludovic Courtès2019-06-133-3/+3
* Remove traces of "GuixSD"....Ludovic Courtès2019-03-131-1/+1
* daemon: Emit a 'build-succeeded' event in check mode....Ludovic Courtès2019-02-061-0/+4
* daemon: Add "/guix" to default 'nixLibexecDir'....Ludovic Courtès2019-02-043-17/+5
* daemon: Remove the 'NIX_SUBSTITUTERS' environment variable....Ludovic Courtès2019-02-041-12/+0
* daemon: Remove unused 'NIX_DATA_DIR' environment variable....Ludovic Courtès2019-02-042-3/+0
* daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès2019-02-041-3/+3
* daemon: Use unbranded phrases in comments and messages....Ludovic Courtès2018-12-166-34/+34
* daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès2018-11-141-2/+15
* daemon: Support multiplexed build output....Ludovic Courtès2018-10-154-8/+30
* daemon: Remove unused 'Settings' fields....Ludovic Courtès2018-10-022-21/+0
* perform-download: Optionally report a "download-progress" trace....Ludovic Courtès2018-09-271-1/+4