index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
util.cc
Age
Commit message (
Expand
)
Author
2023-03-20
Cleanup
Eelco Dolstra
2023-03-20
Open slave pseudoterminal before CLONE_NEWUSER
Eelco Dolstra
2023-03-14
Simplify commonChildInit()
Eelco Dolstra
2023-03-13
Fix macOS warning
Eelco Dolstra
2023-03-03
Merge pull request #7918 from zimbatm/fix-empty-nix-store-env
Eelco Dolstra
2023-03-03
fixup: use same style as getEnv
zimbatm
2023-03-03
fixup: remove warning entirely
zimbatm
2023-03-02
Update src/libutil/util.cc
Jonas Chevalier
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-01
Treat empty env var paths as unset
Félix Baylac Jacqué
2023-02-10
Merge pull request #7802 from edolstra/fix-7783
Eelco Dolstra
2023-02-10
A setting to follow XDG Base Directory standard
Alexander Bantyev
2023-02-10
Fix macOS build
Eelco Dolstra
2023-02-10
Simplify the PID namespace check: just try to mount /proc
Eelco Dolstra
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-04
getMaxCPU: fix cgroup path
Jörg Thalheim
2022-12-02
getMaxCPU(): Lower verbosity level for ignored exceptions
Eelco Dolstra
2022-12-02
Clean up cgroup handling in getMaxCPU()
Eelco Dolstra
2022-09-19
Improve durability of schema version file writes
squalus
2022-08-08
Merge remote-tracking branch 'upstream/master' into fix-mv-in-different-files...
Théophane Hufschmitt
2022-08-07
Do not spam logs if the owned-homedir check results in a noop
Dave Nicponski
2022-08-03
Make `moveFile` more atomic
Théophane Hufschmitt
2022-08-03
Move some fs-related functions to their own file
Théophane Hufschmitt
2022-07-19
libstore/globals.cc: Move cgroup detection to libutil
Alex Wied
2022-06-23
getSelfExe(): Support macOS
Eelco Dolstra
2022-06-23
Fix build-remote in nix-static
Eelco Dolstra
2022-06-22
Style
Eelco Dolstra
2022-06-17
Verify `$HOME` is owned by current user in `getHome()`, if it exists.
Dave Nicponski
2022-05-26
createUnixDomainSocket: listen(unix, 5 -> 100)
Robert Hensing
2022-05-04
Move json stuff out of util.cc
Eelco Dolstra
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-20
Merge remote-tracking branch 'upstream/master' into fix-url-format
John Ericson
2022-04-19
Merge pull request #6128 from ncfavier/fix-completion
Eelco Dolstra
2022-04-19
Avoid `fmt` when constructor already does it
John Ericson
2022-04-07
Merge pull request #6348 from cole-h/fix-restoring-mount-namespace
Eelco Dolstra
2022-04-05
Merge pull request #6366 from danpls/base64-reserve
Eelco Dolstra
2022-04-05
tokenizeString: Fix semantic mistake
Daniel Pauls
2022-04-05
libutil: Reserve memory when en/decoding base64
Daniel Pauls
2022-04-04
libutil: don't save cwd fd, use path instead
Cole Helbling
2022-04-04
libutil: save cwd fd in restoreMountNamespace
Cole Helbling
2022-04-04
libutil: `try` restoring the cwd from fdSavedCwd
Cole Helbling
2022-04-04
libutil: save fd to cwd instead of cwd itself
Cole Helbling
2022-04-04
libutil: cleanup savedCwd logic
Cole Helbling
2022-04-01
libutil: Properly guard self-allocating getcwd on GNU
Cole Helbling
2022-04-01
libutil: Don't use std::filesystem
Cole Helbling
2022-04-01
libutil: Fix restoring mount namespace
aszlig
2022-03-31
replaceEnv(): Pass newEnv by reference
Eelco Dolstra
2022-03-13
nix store gc: account for auto-optimised store
Sergei Trofimovich
2022-03-09
make Finally more local
pennae
[next]