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