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-06-14
Remove dead code (#8504)
Daniel Asaturov
2023-05-26
create pathAccessible, use it to infer default dirs
Yorick van Pelt
2023-05-18
Add option isInteractive
Konstantin Vukolov
2023-04-17
Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternative
John Ericson
2023-04-11
Merge pull request #7798 from peeley/list-experimental-features
Eelco Dolstra
2023-04-07
Require openssl >= 1.1.1
Robert Hensing
2023-04-07
libutil: Provide alternatives to startSignalHandlerThread
Robert Hensing
2023-04-07
Move OpenSSL init to initLibUtil
Robert Hensing
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-02
Rework a few things with the experimental features list
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-27
Merge pull request #7609 from obsidiansystems/hide-experimental-settings
John Ericson
2023-03-20
Cleanup
Eelco Dolstra
2023-03-20
Fix handling of experimental features mid-parse
John Ericson
2023-03-14
Simplify commonChildInit()
Eelco Dolstra
2023-03-03
Merge pull request #7918 from zimbatm/fix-empty-nix-store-env
Eelco Dolstra
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
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-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
[next]