index
:
guix
linode-image-docs
master
rocq-codeberg-pr-v1
rocq-codeberg-pr-v2
rocq-codeberg-pr-v3
rocq-wip
GNU transactional package management, distribution, deployment, and more!
Daniel Rostovtsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
libutil
/
util.cc
Age
Commit message (
Expand
)
Author
2026-02-27
daemon: Actually remove unreadable directories.
Reepca Russelstein
2025-11-12
daemon: Use inline functions and variables instead of extern
Congcong Kuo
2025-11-03
daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()
Congcong Kuo
2025-10-19
daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.
Congcong Kuo
2025-10-16
daemon: ‘runProgram’ exits with 127 upon ENOENT or similar.
Ludovic Courtès
2025-07-16
daemon: Use std::string or std::vector instead of variable-length array (VLA).
Congcong Kuo
2025-06-24
daemon: Protect ‘copyFileRecursively’ from race conditions.
Ludovic Courtès
2025-06-24
daemon: Use slirp4netns to provide networking to fixed-output derivations.
Reepca Russelstein
2025-06-24
daemon: add and use spawn.cc and spawn.hh.
Reepca Russelstein
2025-06-24
daemon: Implement ‘deletePath’ in terms of the *at functions.
Reepca Russelstein
2025-06-09
daemon: Remove ‘foreach’ and ‘foreach_reverse’
Congcong Kuo
2025-05-28
daemon: Remove ‘AutoDeleteArray’.
Congcong Kuo
2025-03-26
daemon: Close the read end of the logging pipe.
Ludovic Courtès
2025-03-26
daemon: Use ‘close_range’ where available.
Ludovic Courtès
2024-05-13
daemon: Loop over ‘copy_file_range’ upon short writes.
Ludovic Courtès
2024-03-12
daemon: Address shortcoming in previous security fix for CVE-2024-27297.
Ludovic Courtès
2024-03-11
daemon: Protect against FD escape when building fixed-output derivations (CVE...
Ludovic Courtès
2022-12-18
daemon: Make "opening file" error messages distinguishable.
Ludovic Courtès
2021-11-19
daemon: Micro-optimize 'deletePath'.
Ludovic Courtès
2020-12-08
daemon: 'Agent' constructor takes a list of environment variables.
Ludovic Courtès
2020-09-14
daemon: Move 'Agent' to libutil.
Ludovic Courtès
2020-03-26
daemon: Avoid kill -1 bug on the Hurd.
Manolis Ragkousis
2020-01-12
daemon: Account for deleted store files when deduplication is on.
Ludovic Courtès
2019-11-29
daemon: 'pathExists' uses 'statx' when available.
Ludovic Courtès
2019-11-27
daemon: 'deletePath' uses 'statx' when available.
Ludovic Courtès
2019-08-30
daemon: Don't reply on 'st_blocks'.
Eelco Dolstra
2017-08-18
nix: Remove unused function.
Andy Wingo
2015-12-02
daemon: int2String -> std::to_string.
Eelco Dolstra
2015-07-03
Merge branch 'nix'.
Ludovic Courtès
2015-06-03
Merge branch 'nix'.
Ludovic Courtès
2015-05-19
Merge branch 'nix'.
Ludovic Courtès
2015-05-19
Revert "daemon: Fix possible use-after-free."
Ludovic Courtès
2015-05-11
daemon: Fix possible use-after-free.
Ludovic Courtès
2015-01-04
Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.
Ludovic Courtès
2014-12-19
Merge branch 'nix' into 'master'.
Ludovic Courtès