index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
util.hh
Age
Commit message (
Expand
)
Author
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2022-12-12
Cleanup
Eelco Dolstra
2022-12-12
Optimize string concatenation
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-02
getMaxCPU(): Lower verbosity level for ignored exceptions
Eelco Dolstra
2022-09-19
Improve durability of schema version file writes
squalus
2022-08-03
Only use `renameFile` where needed
Théophane Hufschmitt
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-07-19
libstore/globals.cc: Move cgroup detection to libutil
Alex Wied
2022-06-23
Fix build-remote in nix-static
Eelco Dolstra
2022-06-02
Avoid unnecessary string copy
Eelco Dolstra
2022-06-02
Add operator for concatenating strings and string_views
Eelco Dolstra
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-03-07
Perform tilde expansion when completing flake fragments
Naïm Favier
2022-03-07
Make completeDir follow symlinks
Naïm Favier
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-01-27
convert a for more utilities to string_view
pennae
2022-01-13
use more string_view in utils
pennae
2022-01-12
Merge pull request #5887 from pennae/avoid-streams
Théophane Hufschmitt
2022-01-12
use boost::lexical_cast for string2*
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
2021-12-01
src/libutil/util.hh: fix build on gcc-11
Sergei Trofimovich
2021-11-24
Fix a minor data race with _isInterrupted
Alex Shabalin
2021-11-08
Merge branch 'fix-writable-shell' of https://github.com/yorickvP/nix
Eelco Dolstra
2021-10-15
Restore parent mount namespace in restoreProcessContext
Yorick van Pelt
2021-10-14
Make the canReachRoots() traversal non-recursive
Eelco Dolstra
2021-10-13
Use a thread per connection
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2021-10-06
Don't reset the logger in a vfork
Eelco Dolstra
2021-10-05
Connect/bind Unix domain sockets in a child process
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-07-01
Respect TERM=dumb more consistently
Yestin L. Harrison
2021-04-07
Restore stack size in child processes
Eelco Dolstra
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2021-04-07
PathSubstitutionGoal: Clean up pipe
Eelco Dolstra
2021-01-21
Remove trailing whitespace
Eelco Dolstra
2021-01-08
Support binary unit prefixes in command line arguments
Eelco Dolstra
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-12-02
writeFull/writeFile: Use std::string_view
Eelco Dolstra
2020-12-01
replaceStrings(): Use std::string_view
Eelco Dolstra
2020-10-11
Split out `commonChildInit`
John Ericson
2020-10-06
Factor out common showBytes()
Eelco Dolstra
[next]