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-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
2021-11-29
createTempFile(): Mark file as CLOEEXEC
Eelco Dolstra
2021-11-24
Fix a minor data race with _isInterrupted
Alex Shabalin
2021-11-17
Fix XDG_CONFIG_DIRS fallback
Jan Tojnar
2021-11-16
Ignore errors unsharing/restoring the mount namespace
Eelco Dolstra
2021-11-08
Merge branch 'fix-writable-shell' of https://github.com/yorickvP/nix
Eelco Dolstra
2021-10-29
Merge branch 'master' of https://github.com/alekswn/nix
Eelco Dolstra
2021-10-17
Fix error detection in 'base64Decode()'
Alexey Novikov
2021-10-15
Restore parent mount namespace in restoreProcessContext
Yorick van Pelt
2021-10-13
strcpy -> memcpy
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
Show failing PID
Eelco Dolstra
2021-10-05
Typo
Eelco Dolstra
2021-10-05
Connect/bind Unix domain sockets in a child process
Eelco Dolstra
2021-09-27
Fix 'error: reading a line: Input/output error' in startBuilder()
Eelco Dolstra
2021-09-14
Fix macOS build
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-09-08
Add missing include in util.cc
Naïm Favier
2021-07-30
libutil: initialize the base64 decode array only once
Andreas Rammhold
2021-07-24
libutil: use uniform initialization in _deletePath
Alyssa Ross
2021-07-20
deletePath(): Return ENFILE instead of EBADF when out of file descriptors
Eelco Dolstra
2021-07-02
Add $NO_COLOR check to ANSI escape conditions
Yestin L. Harrison
2021-07-01
Respect TERM=dumb more consistently
Yestin L. Harrison
2021-05-18
Fix extra slash in canonPath output
Matthew Bauer
2021-04-15
Merge pull request #4679 from ony/feature/one-pass-canon-path
Eelco Dolstra
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
[next]