summaryrefslogtreecommitdiff
path: root/nix/libutil/util.hh
AgeCommit message (Expand)AuthorFilesLines
2026-08-17daemon: Bypass authentication when importing content-addressed store items.Ludovic Courtès1-0/+3
2026-02-27daemon: Actually remove unreadable directories.Reepca Russelstein1-1/+8
2026-01-14nix: Spelling corrections.Efraim Flashner1-1/+1
2025-11-12daemon: Use inline functions and variables instead of externCongcong Kuo1-4/+4
2025-11-03daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()Congcong Kuo1-4/+0
2025-10-19daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.Congcong Kuo1-4/+7
2025-07-16daemon: Use std::string or std::vector instead of variable-length array (VLA).Congcong Kuo1-1/+1
2025-06-24daemon: Use slirp4netns to provide networking to fixed-output derivations.Reepca Russelstein1-0/+16
2025-06-24daemon: add and use spawn.cc and spawn.hh.Reepca Russelstein1-0/+5
2025-06-09daemon: Remove ‘foreach’ and ‘foreach_reverse’Congcong Kuo1-7/+0
2025-06-03daemon: Remove ‘singleton’ and replace ‘typedef’ with ‘using’ in ...Congcong Kuo1-9/+0
2025-05-28daemon: Remove ‘AutoDeleteArray’.Congcong Kuo1-12/+0
2024-03-12daemon: Address shortcoming in previous security fix for CVE-2024-27297.Ludovic Courtès1-3/+4
2024-03-11daemon: Protect against FD escape when building fixed-output derivations (CVE...Ludovic Courtès1-0/+6
2020-12-08daemon: 'Agent' constructor takes a list of environment variables.Ludovic Courtès1-2/+5
2020-09-14daemon: Move 'Agent' to libutil.Ludovic Courtès1-0/+25
2020-01-12daemon: Account for deleted store files when deduplication is on.Ludovic Courtès1-2/+4
2017-08-18nix: Remove unused function.Andy Wingo1-6/+0
2015-12-02daemon: Fix namespace issue.Eelco Dolstra1-2/+2
2015-12-02daemon: int2String -> std::to_string.Eelco Dolstra1-7/+0
2015-07-03Merge branch 'nix'.Ludovic Courtès1-1/+1
2015-06-03Merge branch 'nix'.Ludovic Courtès1-0/+6
2015-05-19Merge branch 'nix'.Ludovic Courtès1-5/+25
2015-05-19Revert "daemon: Fix possible use-after-free."Ludovic Courtès1-5/+0
2015-05-11daemon: Fix possible use-after-free.Ludovic Courtès1-0/+5
2015-01-04Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.Ludovic Courtès1-0/+2
2014-12-19Merge branch 'nix' into 'master'.Ludovic Courtès1-0/+349