summaryrefslogtreecommitdiff
path: root/nix/libutil/util.cc
AgeCommit message (Expand)AuthorFilesLines
2026-08-17daemon: Bypass authentication when importing content-addressed store items.Ludovic Courtès1-0/+7
2026-02-27daemon: Actually remove unreadable directories.Reepca Russelstein1-2/+49
2025-11-12daemon: Use inline functions and variables instead of externCongcong Kuo1-7/+0
2025-11-03daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()Congcong Kuo1-7/+0
2025-10-19daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.Congcong Kuo1-80/+82
2025-10-16daemon: ‘runProgram’ exits with 127 upon ENOENT or similar.Ludovic Courtès1-1/+3
2025-07-16daemon: Use std::string or std::vector instead of variable-length array (VLA).Congcong Kuo1-14/+13
2025-06-24daemon: Protect ‘copyFileRecursively’ from race conditions.Ludovic Courtès1-3/+5
2025-06-24daemon: Use slirp4netns to provide networking to fixed-output derivations.Reepca Russelstein1-0/+101
2025-06-24daemon: add and use spawn.cc and spawn.hh.Reepca Russelstein1-0/+19
2025-06-24daemon: Implement ‘deletePath’ in terms of the *at functions.Reepca Russelstein1-17/+43
2025-06-09daemon: Remove ‘foreach’ and ‘foreach_reverse’Congcong Kuo1-4/+4
2025-05-28daemon: Remove ‘AutoDeleteArray’.Congcong Kuo1-4/+3
2025-03-26daemon: Close the read end of the logging pipe.Ludovic Courtès1-0/+3
2025-03-26daemon: Use ‘close_range’ where available.Ludovic Courtès1-6/+17
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ès1-0/+4
2024-03-11daemon: Protect against FD escape when building fixed-output derivations (CVE...Ludovic Courtès1-5/+107
2022-12-18daemon: Make "opening file" error messages distinguishable.Ludovic Courtès1-2/+2
2021-11-19daemon: Micro-optimize 'deletePath'.Ludovic Courtès1-3/+6
2020-12-08daemon: 'Agent' constructor takes a list of environment variables.Ludovic Courtès1-1/+5
2020-09-14daemon: Move 'Agent' to libutil.Ludovic Courtès1-0/+84
2020-03-26daemon: Avoid kill -1 bug on the Hurd.Manolis Ragkousis1-0/+8
2020-01-12daemon: Account for deleted store files when deduplication is on.Ludovic Courtès1-5/+5
2019-11-29daemon: 'pathExists' uses 'statx' when available.Ludovic Courtès1-0/+5
2019-11-27daemon: 'deletePath' uses 'statx' when available.Ludovic Courtès1-0/+14
2019-08-30daemon: Don't reply on 'st_blocks'.Eelco Dolstra1-1/+1
2017-08-18nix: Remove unused function.Andy Wingo1-15/+0
2015-12-02daemon: int2String -> std::to_string.Eelco Dolstra1-1/+1
2015-07-03Merge branch 'nix'.Ludovic Courtès1-6/+5
2015-06-03Merge branch 'nix'.Ludovic Courtès1-21/+41
2015-05-19Merge branch 'nix'.Ludovic Courtès1-83/+93
2015-05-19Revert "daemon: Fix possible use-after-free."Ludovic Courtès1-14/+6
2015-05-11daemon: Fix possible use-after-free.Ludovic Courtès1-6/+14
2015-01-04Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.Ludovic Courtès1-1/+1
2014-12-19Merge branch 'nix' into 'master'.Ludovic Courtès1-0/+1105