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
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
2021-03-31
canonPath in one pass
Mykola Orliuk
2021-03-26
Fix some typos
Eelco Dolstra
2021-02-07
libutil: EPERM from kill(-1, ...) is fine
Alyssa Ross
2021-01-21
Remove trailing whitespace
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-11-16
filterANSIEscapes(): Handle UTF-8 characters
Eelco Dolstra
2020-10-11
Split out `commonChildInit`
John Ericson
2020-10-09
Remove Lazy
Eelco Dolstra
2020-10-09
writeFile(): Add error context to writeFull() failure
Eelco Dolstra
2020-10-06
Factor out common showBytes()
Eelco Dolstra
2020-08-20
Allow 'nix' subcommands to provide docs in Markdown format
Eelco Dolstra
2020-08-04
Merge remote-tracking branch 'upstream/master' into better-ca-parse-errors
John Ericson
2020-08-03
Delete compressed NARs
Eelco Dolstra
2020-07-30
Merge branch 'master' of github.com:NixOS/nix into better-ca-parse-errors
Carlo Nucera
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-27
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-24
createUnixDomainSocket(): Fix off-by-one error in copying the socket path
Eelco Dolstra
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-01
Remove unused import
Carlo Nucera
2020-07-01
Correct FIXMEs in libfetchers
Carlo Nucera
2020-07-01
Fixed build, we still have test errors
Carlo Nucera
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-17
Merge pull request #3707 from p01arst0rm/outdated-function-fix
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-17
appended ' __attribute__((weak)); ' to 'extern char * * environ '
p01arst0rm
2020-06-17
replaced uncaught_exception with uncaught_exceptions
p01arst0rm
2020-06-15
Remove trailing whitespace
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
[next]