summaryrefslogtreecommitdiff
path: root/nix/libutil
AgeCommit message (Expand)AuthorFilesLines
2026-01-22Merge branch 'version-1.5.0'Rutherther1-1/+1
2026-01-14nix: Spelling corrections.Efraim Flashner1-1/+1
2026-01-12daemon: Fix several format strings.Ludovic Courtès1-1/+1
2025-11-12daemon: Use inline functions and variables instead of externCongcong Kuo6-22/+8
2025-11-03daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()Congcong Kuo5-15/+1
2025-10-19daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.Congcong Kuo9-152/+159
2025-10-16daemon: Export as little as needed from libutil/spawn.cc.Ludovic Courtès2-76/+37
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 Kuo3-17/+16
2025-07-04daemon: Gracefully handle target mount point already existing.Reepca Russelstein1-1/+24
2025-06-26daemon: Fix build of spawn.cc for non-Linux and newer GCC.Reepca Russelstein1-0/+7
2025-06-25daemon: Fix build with gcc-14.Andreas Enge1-0/+1
2025-06-24daemon: Protect ‘copyFileRecursively’ from race conditions.Ludovic Courtès1-3/+5
2025-06-24daemon: add seccomp filter for slirp4netns.Reepca Russelstein4-0/+430
2025-06-24daemon: Use slirp4netns to provide networking to fixed-output derivations.Reepca Russelstein2-0/+117
2025-06-24daemon: add and use spawn.cc and spawn.hh.Reepca Russelstein4-0/+1017
2025-06-24daemon: Implement ‘deletePath’ in terms of the *at functions.Reepca Russelstein1-17/+43
2025-06-09daemon: Remove ‘foreach’ and ‘foreach_reverse’Congcong Kuo3-13/+6
2025-06-03daemon: Remove ‘singleton’ and replace ‘typedef’ with ‘using’ in ...Congcong Kuo2-16/+7
2025-05-28daemon: Remove ‘AutoDeleteArray’.Congcong Kuo3-26/+12
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ès2-3/+8
2024-03-11daemon: Protect against FD escape when building fixed-output derivations (CVE...Ludovic Courtès2-5/+113
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ès2-3/+3
2021-11-19daemon: Micro-optimize 'deletePath'.Ludovic Courtès1-3/+6
2020-12-08daemon: 'Agent' constructor takes a list of environment variables.Ludovic Courtès2-3/+10
2020-09-14daemon: Move 'Agent' to libutil.Ludovic Courtès2-0/+109
2020-06-27daemon: Recognize SHA3 and BLAKE2s.Ludovic Courtès2-1/+10
2020-06-27daemon: Remove OpenSSL hash compatibility wrappers.Ludovic Courtès7-270/+24
2020-06-27daemon: Map directly to gcrypt hash functions.Ludovic Courtès2-13/+12
2020-06-24nix: Tweak .gitignore files.Christopher Baines1-2/+0
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ès2-7/+9
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
2018-12-16daemon: Use unbranded phrases in comments and messages.Ludovic Courtès1-1/+1
2018-10-02daemon: Remove "case hack" for nars.Ludovic Courtès2-35/+1
2017-08-18nix: Remove unused function.Andy Wingo2-21/+0
2016-05-31daemon: Remove unused XML output code.Ludovic Courtès2-163/+0
2015-12-02daemon: Fix namespace issue.Eelco Dolstra1-2/+2
2015-12-02daemon: Support SHA-512 hashes.Eelco Dolstra3-2/+46
2015-12-02daemon: int2String -> std::to_string.Eelco Dolstra3-9/+2
2015-07-03Merge branch 'nix'.Ludovic Courtès2-7/+6
2015-06-03Merge branch 'nix'.Ludovic Courtès3-94/+75
2015-05-19Merge branch 'nix'.Ludovic Courtès7-172/+272
2015-05-19Revert "daemon: Fix possible use-after-free."Ludovic Courtès2-19/+6