summaryrefslogtreecommitdiff
path: root/nix
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: 'Agent' constructor takes a list of environment variables....Ludovic Courtès2020-12-082-3/+10
* daemon: Remove unneeded forward declaration....Ludovic Courtès2020-12-011-1/+0
* daemon: Remove pre-Guix hack....Ludovic Courtès2020-11-291-6/+0
* Use substitute servers on the local network....Mathieu Othacehe2020-11-291-0/+21
* maint: Add 'etc/gnu-store.mount.in' to the distribution....Ludovic Courtès2020-10-271-0/+1
* 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
* guix-install.sh: Support OpenRC....Morgan Smith2020-09-171-2/+15
* daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès2020-09-141-17/+70
* daemon: Move 'Agent' to libutil....Ludovic Courtès2020-09-143-116/+111
* 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: Recognize SHA3 and BLAKE2s....Ludovic Courtès2020-06-272-1/+10
* daemon: Remove OpenSSL hash compatibility wrappers....Ludovic Courtès2020-06-278-279/+27
* daemon: Map directly to gcrypt hash functions....Ludovic Courtès2020-06-272-13/+12
* daemon: Correctly handle EMLINK corner case when deduplicating....Ludovic Courtès2020-06-251-1/+2
* nix: Tweak .gitignore files....Christopher Baines2020-06-243-7/+1
* daemon: Handle EXDEV when moving to trash directory....Chris Marusich2020-06-061-1/+4
* build: Add a comment above the sysvinit section....Vincent Legoll2020-05-231-0/+1
* etc: Install mount unit only if it exists....Tobias Geerinckx-Rice2020-05-171-0/+1
* etc: Add a systemd unit to bind-mount @storedir@ read-only....Tobias Geerinckx-Rice2020-05-161-1/+11
* daemon: Avoid kill -1 bug on the Hurd....Manolis Ragkousis2020-03-261-0/+8
* daemon: Do not use clone on the Hurd....Manolis Ragkousis2020-03-261-4/+7
* Add system start-up files for guix-daemon....Danny Milosavljevic2020-03-111-2/+14
* 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-123-8/+17
* daemon: 'pathExists' uses 'statx' when available....Ludovic Courtès2019-11-291-0/+5
* daemon: 'deletePath' uses 'statx' when available....Ludovic Courtès2019-11-271-0/+14
* daemon: GC remove-unused-links phase uses 'statx' when available....Ludovic Courtès2019-11-271-0/+11
* daemon: boost::format: Fix typo "referred"....Vagrant Cascadian2019-11-261-2/+2
* guix build, daemon: Rename "--no-build-hook" to "--no-offload"....Ludovic Courtès2019-11-261-2/+5
* 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-164-4/+43
* 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: Include 'config.h' in 'nix-daemon.cc'....Timothy Sample2019-09-161-0/+1
* daemon: Remove 'NIX_LIBEXEC_DIR'....Ludovic Courtès2019-09-083-5/+0
* daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès2019-09-088-114/+85