about summary refs log tree commit diff
path: root/src/libutil (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-29 Fix build failure on Debian/UbuntuEelco Dolstra2-2/+1
2017-05-16 Improve progress indicatorEelco Dolstra4-33/+75
2017-05-15 Make fmt() non-recursiveEelco Dolstra2-12/+7
2017-05-05 Figure out the user's home directory if $HOME is not setEelco Dolstra3-17/+79
2017-05-03 Fix build on gcc 4.9Eelco Dolstra2-3/+6
2017-05-01 Minor cleanupEelco Dolstra1-2/+2
2017-04-28 Hopefully fix the Darwin buildEelco Dolstra1-0/+1
2017-04-28 Fix hash computation when importing NARs greater than 4 GiBEelco Dolstra1-1/+1
2017-04-26 Add Store nesting to fix import-from-derivation within filterSourceShea Levy1-0/+16
2017-04-25 nix repl: Use $XDG_DATA_HOME for the readline historyEelco Dolstra2-0/+15
2017-04-21 add helper function to set 'interruptThrown'David McFarland2-2/+7
2017-04-20 Improve nix show-config --jsonEelco Dolstra4-38/+62
2017-04-20 Setting: Remove "Tag" template argumentEelco Dolstra2-50/+51
2017-04-20 Read per-user settings from ~/.config/nix/nix.confEelco Dolstra4-5/+35
2017-04-14 Fix 32-bit buildEelco Dolstra1-1/+3
2017-04-13 Convert Settings to the new config systemEelco Dolstra2-26/+100
2017-04-13 Support arbitrary numeric types for settingsEelco Dolstra1-4/+17
2017-04-13 Validate Boolean settings betterEelco Dolstra1-1/+6
2017-04-13 Add a Config class to simplify adding configuration settingsEelco Dolstra3-0/+265
2017-04-13 canonPath(): Check against empty pathsEelco Dolstra1-0/+2
2017-04-13 Add warn functionEelco Dolstra2-1/+16
2017-04-13 Initialise loggerEelco Dolstra1-1/+1
2017-04-06 Fix bogus "unexpected Nix daemon error: interrupted by the user"Eelco Dolstra1-2/+2
2017-04-06 nix-daemon: Disable path info cacheEelco Dolstra2-3/+6
2017-03-22 Fix xz decompressionEelco Dolstra1-4/+1
2017-03-21 LocalFSStore::getBuildLog(): Handle corrupted logsEelco Dolstra2-12/+14
2017-03-21 Don't hang in decompression if bzip2 data ends prematurelyEelco Dolstra1-0/+6
2017-03-21 Move istringstream_nocopy to a separate fileEelco Dolstra3-89/+93
2017-03-20 Merge branch 'darwin-s3-binary-cache-store' of https://github.com/shlevy/nixEelco Dolstra2-1/+88
2017-03-16 Remove "killing process <pid>" messagesEelco Dolstra2-4/+3
2017-03-15 runProgram(): Distinguish between empty input and no inputEelco Dolstra3-12/+27
2017-03-15 S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra1-0/+31
2017-03-15 Fix assertion failure on SIGINTEelco Dolstra1-2/+0
2017-03-15 Fix deadlock in runProgram() when input is larger than the pipe buffer sizeEelco Dolstra1-3/+9
2017-03-15 Add support for brotli compressionEelco Dolstra2-0/+9
2017-03-08 Add missing header <sstream>Adrien Devresse1-0/+1
2017-03-06 istringstream_nocopy: Implement in a standards-compliant way.Shea Levy2-1/+88
2017-03-06 Revert fa125b9b28bea25a4eeb4d39a71a481563127cb9Eelco Dolstra1-6/+0
2017-03-03 Pool: Don't hang if creating a connection failsEelco Dolstra1-0/+1
2017-03-03 Improve SSH handlingEelco Dolstra1-1/+6
2017-03-01 TeeSink: Pre-reserve string spaceEelco Dolstra1-0/+13
2017-03-01 RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra1-4/+5
2017-03-01 readString(): Read directly into std::stringEelco Dolstra1-3/+3
2017-03-01 Handle importing NARs containing files greater than 4 GiBEelco Dolstra2-44/+53
2017-02-16 Support netrc in <nix/fetchurl.nix>Eelco Dolstra2-3/+3
2017-02-14 Add support for s3:// URIsEelco Dolstra1-0/+1
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen4-7/+0
2017-02-07 Move SavingSourceAdapter to serialise.hhEelco Dolstra1-0/+15
2017-02-01 Restore default signal handling in child processesEelco Dolstra2-14/+17
2017-01-26 Fix interrupt handlingEelco Dolstra3-14/+33