about summary refs log tree commit diff
path: root/src/libutil (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-25 Add "warning" verbosity levelEelco Dolstra2-1/+3
2019-06-24 Fix 'error 9 while decompressing xz file'Eelco Dolstra2-0/+40
2019-05-15 Merge pull request #2810 from NixOS/print-build-logsEelco Dolstra1-0/+1
2019-05-15 nix: Add --print-build-logs flagEelco Dolstra1-0/+1
2019-05-12 runProgram: Uncomment chdir supportGraham Christensen1-2/+2
2019-05-12 runProgram: support gid, uid, chdirGraham Christensen2-4/+16
2019-05-12 diff hook: execute as the build user, and pass the temp dirGraham Christensen2-2/+4
2019-05-03 Fix "Bad system call" running i686-linux binaries on x86_64-linuxEelco Dolstra2-0/+7
2019-03-14 experimental/optional -> optionalEelco Dolstra4-7/+7
2019-03-01 archive.cc: ignore more posix_fallocate "not supported" error codesWill Dietz1-1/+1
2019-02-05 Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra2-34/+0
2019-01-05 Remove mentions of `libformat`, it no longer existsJohn Ericson1-2/+0
2019-01-05 brotli is only used as a library nowJohn Ericson1-2/+0
2018-12-13 Support SRI hashesEelco Dolstra2-17/+24
2018-12-13 probably typovolth1-1/+1
2018-11-15 Fix 'Read-only file system' when building a derivationEelco Dolstra2-1/+3
2018-11-13 Restore parent mount namespace before executing a child processEelco Dolstra2-0/+32
2018-10-31 config: use all of XDG_CONFIG_DIRSLinus Heckemann2-0/+12
2018-10-16 RemoteStore: Close connection if an exception occursEelco Dolstra1-1/+5
2018-09-26 sinkToSource(): Start the coroutine lazilyEelco Dolstra1-11/+15
2018-09-26 Make NAR header check more robustEelco Dolstra3-4/+5
2018-09-17 Fix build failure if parallel xz is not availableEelco Dolstra1-1/+1
2018-09-13 Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra1-1/+1
2018-09-04 Get effective user in Nix commandsMatthew Bauer1-1/+1
2018-08-21 Improve 'coroutine has finished' error messageEelco Dolstra2-7/+14
2018-08-21 Fix warnings in compression.ccEelco Dolstra1-7/+5
2018-08-13 dirOf: allow use on non-absolute pathsLinus Heckemann1-1/+1
2018-08-06 Fix Brotli decompression in 'nix log'Eelco Dolstra2-325/+244
2018-08-06 Require libbrotliEelco Dolstra1-50/+0
2018-07-31 Add a check for broken Boost versionsEelco Dolstra1-0/+4
2018-07-03 Store floating point numbers in double precisionEelco Dolstra1-0/+1
2018-06-18 sync.hh: return cv_status instead of dropping it, in case useful.Will Dietz1-2/+2
2018-05-30 Make <nix/fetchurl.nix> run in constant memoryEelco Dolstra2-0/+19
2018-05-30 Make LocalBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra2-1/+10
2018-05-30 Simplify the callback mechanismEelco Dolstra1-33/+20
2018-05-30 Modularize config settingsEelco Dolstra4-49/+150
2018-05-21 serialise: fix buffer size used, hide method for internal use onlyWill Dietz2-4/+7
2018-05-02 Fix some random -Wconversion warningsEelco Dolstra4-6/+6
2018-05-02 Fix bzip2 compression of files > 4 GiBEelco Dolstra1-3/+14
2018-03-22 Fix buildEelco Dolstra1-2/+2
2018-03-22 TweakEelco Dolstra1-1/+1
2018-03-22 Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra3-20/+21
2018-03-21 Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra2-0/+20
2018-03-20 Hack to get SSH error messages from build-remoteEelco Dolstra2-5/+22
2018-03-19 serialise.cc: remove pessimising moveWill Dietz1-1/+1
2018-03-19 util: rename stdout/stdin members to avoid conflicts w/standard macroWill Dietz2-9/+9
2018-03-16 Reduce substitution memory consumptionEelco Dolstra3-1/+87
2018-03-16 decompress(): Use a Source and SinkEelco Dolstra5-75/+198
2018-03-15 Filter ANSI colors when not writing to a terminalEelco Dolstra3-7/+9
2018-03-15 Merge pull request #1965 from masaeedu/masterEelco Dolstra2-6/+16