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
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
2020-09-21
Random header cleanup
Eelco Dolstra
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-08-20
Allow 'nix' subcommands to provide docs in Markdown format
Eelco Dolstra
2020-08-05
Merge remote-tracking branch 'upstream/master' into misc-ca
John Ericson
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-16
Merge branch 'optional-derivation-output-storepath' of github.com:obsidiansys...
Carlo Nucera
2020-07-12
Move C++17 "pattern matching" boilerplat to utils.hh
John Ericson
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Use `std::string_view` in a few more places
John Ericson
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-04
Make 'nix dev-shell' a deprecated alias for 'nix develop'
Eelco Dolstra
[next]