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-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
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-08
Make the logger customisable
regnat
2020-05-13
change status messages to info level
Ben Burdette
2020-05-11
fixes to merged code
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-10
Simplify
Eelco Dolstra
2020-05-06
implement SysError errno handling
Ben Burdette
2020-05-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-29
StringSink pre allocate
Guillaume Bouchard
2020-04-29
Remove the `drain` argument from `readFile`
Guillaume Bouchard
2020-04-29
builtins.readFile: do not truncate content
Guillaume Bouchard
2020-04-29
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-27
Fix long paths permanently breaking GC
Alyssa Ross
2020-04-24
all things error to error.hh
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-30
Backport 'nix dev-shell' from the flakes branch
Eelco Dolstra
2020-03-24
absPath(): Use std::optional
Eelco Dolstra
2020-03-24
Add function for quoting strings
Eelco Dolstra
[next]