summaryrefslogtreecommitdiff
path: root/nix
AgeCommit message (Expand)AuthorFilesLines
2024-12-30daemon: Explicitly unlock output path in the has-become-valid case.Reepca Russelstein1-0/+2
2024-12-09daemon: Fix linking gcrypt when --as-needed linker arg is usedDoğan Çeçen1-2/+6
2024-11-17daemon: Improve error message in ‘checkStoreName’.Brennan Vincent1-1/+1
2024-10-21daemon: Sanitize successful build outputs prior to exposing them.Reepca Russelstein1-9/+14
2024-10-21daemon: Sanitize failed build outputs prior to exposing them.Reepca Russelstein1-1/+35
2024-06-26etc: Add explicit ‘--substitute-urls’ in guix-daemon service files.Ludovic Courtès1-7/+10
2024-05-13daemon: Loop over ‘copy_file_range’ upon short writes.Ludovic Courtès1-3/+8
2024-03-12daemon: Address shortcoming in previous security fix for CVE-2024-27297.Ludovic Courtès3-8/+14
2024-03-11daemon: Protect against FD escape when building fixed-output derivations (CVE...Ludovic Courtès3-5/+129
2024-01-05daemon: Change default ‘timeout’ and ‘max-silent-time’ values.Ludovic Courtès1-2/+2
2023-12-17daemon: Fix my own whitespace errors.Tobias Geerinckx-Rice1-5/+5
2023-12-10daemon: Sacrifice builders on OOM.Tobias Geerinckx-Rice1-0/+6
2023-12-11daemon: Implement ‘substitute-urls’ RPC.Ludovic Courtès2-2/+20
2023-12-04daemon: Simplify “empty status” substitute error message.Ludovic Courtès1-2/+2
2023-09-24Revert "build: Add missing guix-gc.timer file to binary tarball."Tobias Geerinckx-Rice1-3/+2
2023-09-26daemon: Add “git-download” built-in builder.Ludovic Courtès1-2/+3
2023-09-09daemon: Fix build with GCC 13.Sören Tempel1-0/+1
2023-08-31build: Add missing guix-gc.timer file to binary tarball.Maxim Cournoyer1-2/+3
2023-01-09daemon: Improve error message for wrong hash sizes.Ludovic Courtès1-2/+5
2022-12-18daemon: Make "opening file" error messages distinguishable.Ludovic Courtès3-4/+4
2022-10-17Revert "nix: Guard against removing temporary roots of living processes."Ludovic Courtès1-5/+4
2022-10-07nix: Guard against removing temporary roots of living processes.Ludovic Courtès1-4/+5
2022-09-11daemon: Remove unused function findOutput.Maxime Devos2-12/+0
2022-09-11daemon: Remove unused function exportPaths.Maxime Devos2-18/+0
2022-09-11daemon: Remove unused function openStore.Maxime Devos2-11/+0
2022-06-05daemon: Quote consistently within a string.Tobias Geerinckx-Rice1-1/+1
2022-05-29daemon: Clarify ‘--check’ error when outputs are missing.Tobias Geerinckx-Rice1-1/+1
2022-05-18daemon: runChild() is forbidden to talk during environment set upyarl-baudig@mailoo.org1-1/+0
2022-04-14daemon: Support systemd-style socket activation.Ludovic Courtès1-5/+37
2022-01-18daemon: Always default to gzip for log compression.Ludovic Courtès1-4/+0
2021-11-27daemon: Print the line whence we expect an integer.Tobias Geerinckx-Rice1-1/+2
2021-11-25daemon: Read substitute nar size as 'unsigned long long'.Ludovic Courtès1-1/+2
2021-11-25daemon: Read unsigned nar size and download size from substituter.Ludovic Courtès1-2/+2
2021-11-19daemon: Micro-optimize 'deletePath'.Ludovic Courtès1-3/+6
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès3-7/+15
2021-10-01build: Don’t delete ‘guix-gc.timer’ file.Xinglu Chen1-2/+1
2021-09-20etc: Add systemd files for running ‘guix gc’ periodicallyThiago Jung Bauermann1-1/+5
2021-04-09daemon: 'guix substitute' replies on FD 4.Ludovic Courtès2-8/+8
2021-04-03daemon: Remove dead code.Ludovic Courtès2-18/+0
2021-03-30gnu: guix: Fix openrc init scripts.zimoun1-1/+1
2021-03-18daemon: Prevent privilege escalation with '--keep-failed' [security].Ludovic Courtès1-2/+41
2021-03-17daemon: Correctly handle '--discover' with no value.Ludovic Courtès1-2/+2
2020-12-19daemon: Delegate deduplication to 'guix substitute'.Ludovic Courtès1-5/+8
2020-12-19daemon: Do not reset timestamps and permissions on substituted items.Ludovic Courtès1-1/+2
2020-12-19daemon: Let 'guix substitute' perform hash checks.Ludovic Courtès1-34/+39
2020-12-08daemon: Raise an error if substituter doesn't send the expected hash.Ludovic Courtès1-18/+19
2020-12-08substitute: Cache and reuse connections while substituting.Ludovic Courtès1-11/+18
2020-12-08daemon: Run 'guix substitute --substitute' as an agent.Ludovic Courtès1-64/+65
2020-12-08daemon: Factorize substituter agent spawning.Ludovic Courtès2-15/+15
2020-12-08daemon: Use 'Agent' to spawn 'guix substitute --query'.Ludovic Courtès3-144/+43