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
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
2022-03-07
Perform tilde expansion when completing flake fragments
Naïm Favier
2022-03-07
Make completeDir follow symlinks
Naïm Favier
2022-03-03
Fix segfault in headerCallback()
Eelco Dolstra
2022-03-01
filterANSIEscapes: Ignore BEL character
Anders Kaseorg
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::vector alias
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-21
Merge pull request #6052 from hercules-ci/issue-3294-fix-interruptCallback-de...
Eelco Dolstra
2022-02-21
triggerInterrupt: Refactor to use break
Robert Hensing
2022-02-07
Make sure no exceptions leave ignoreException()
Sergei Trofimovich
2022-02-06
Don't hold interruptCallbacks lock during interrupt handling
Robert Hensing
2022-02-02
Merge branch 'more-stringviews' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-29
canonPath: fix missing slash when resolving links
Will Dietz
2022-01-27
convert a for more utilities to string_view
pennae
2022-01-18
Merge pull request #5906 from pennae/primops-optimization
Eelco Dolstra
2022-01-18
Merge pull request #5932 from edolstra/remove-shared-strings
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2022-01-17
Merge pull request #5812 from pennae/small-perf-improvements
Eelco Dolstra
2022-01-13
avoid copies of parser input data
pennae
2022-01-13
use more string_view in utils
pennae
2022-01-07
isInDir() / isDirOrInDir(): Use std::string_view
Eelco Dolstra
2021-12-22
Remove CPU locking
Eelco Dolstra
2021-12-16
Ignore EPERM when unsharing FS state
Eelco Dolstra
[prev]
[next]