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
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
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-27
Fix long paths permanently breaking GC
Alyssa Ross
2020-03-30
Backport 'nix dev-shell' from the flakes branch
Eelco Dolstra
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-24
absPath(): Use std::optional
Eelco Dolstra
2020-03-24
Add function for quoting strings
Eelco Dolstra
2019-12-16
nix-store -r: Handle symlinks to store paths
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-11-06
Cleanup
Eelco Dolstra
2019-11-05
Don't use SOCK_CLOEXEC on macOS
Eelco Dolstra
2019-11-03
Fix progress bar when nix-prefetch-url is piped.
Harald van Dijk
2019-10-29
Move Unix domain socket creation to libutil
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-10-09
nix-env: Create ~/.nix-profile automatically
Eelco Dolstra
2019-10-04
Revert "std::uncaught_exception() -> std::uncaught_exceptions()"
Eelco Dolstra
2019-09-13
std::uncaught_exception() -> std::uncaught_exceptions()
Eelco Dolstra
2019-08-29
Don't rely on st_blocks
Eelco Dolstra
2019-08-02
Add a post-build-hook
regnat
2019-05-12
runProgram: Uncomment chdir support
Graham Christensen
2019-05-12
runProgram: support gid, uid, chdir
Graham Christensen
2019-05-12
diff hook: execute as the build user, and pass the temp dir
Graham Christensen
2019-05-03
Fix "Bad system call" running i686-linux binaries on x86_64-linux
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
2018-12-13
probably typo
volth
2018-11-15
Fix 'Read-only file system' when building a derivation
Eelco Dolstra
2018-11-13
Restore parent mount namespace before executing a child process
Eelco Dolstra
2018-10-31
config: use all of XDG_CONFIG_DIRS
Linus Heckemann
2018-09-13
Merge branch 'dirOf-relative' of https://github.com/lheckemann/nix
Eelco Dolstra
2018-09-04
Get effective user in Nix commands
Matthew Bauer
2018-08-13
dirOf: allow use on non-absolute paths
Linus Heckemann
2018-05-30
Make <nix/fetchurl.nix> run in constant memory
Eelco Dolstra
2018-05-30
Make LocalBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-03-22
Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nix
Eelco Dolstra
2018-03-20
Hack to get SSH error messages from build-remote
Eelco Dolstra
2018-03-19
util: rename stdout/stdin members to avoid conflicts w/standard macro
Will Dietz
2018-03-16
decompress(): Use a Source and Sink
Eelco Dolstra
2018-03-15
Filter ANSI colors when not writing to a terminal
Eelco Dolstra
2018-03-02
don't allocate large buffers on the stack
Will Dietz
2018-02-26
nix run: Fix segfault on macOS
Eelco Dolstra
2018-02-19
libutil: Fix infinite loop in filterANSIEscapes on '\r'
Tuomas Tynkkynen
2018-02-07
Improve filtering of ANSI escape sequences in build logs
Eelco Dolstra
2018-01-16
Add pure evaluation mode
Eelco Dolstra
2017-11-20
Cleanup
Eelco Dolstra
2017-11-20
Merge pull request #1645 from twhitehead/stat-race
Eelco Dolstra
2017-11-01
fetchMercurial: Don't fetch hashes we already have
Eelco Dolstra
[next]