summaryrefslogtreecommitdiff
path: root/nix/libutil/spawn.cc
AgeCommit message (Expand)AuthorFilesLines
2025-11-03daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()Congcong Kuo1-1/+0
2025-10-19daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.Congcong Kuo1-27/+32
2025-10-16daemon: Export as little as needed from libutil/spawn.cc.Ludovic Courtès1-35/+35
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-24daemon: add seccomp filter for slirp4netns.Reepca Russelstein1-0/+36
2025-06-24daemon: add and use spawn.cc and spawn.hh.Reepca Russelstein1-0/+829