aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2017-05-03Fix build on gcc 4.9Eelco Dolstra
2017-05-01Minor cleanupEelco Dolstra
2017-04-28Hopefully fix the Darwin buildEelco Dolstra
2017-04-28Fix hash computation when importing NARs greater than 4 GiBEelco Dolstra
2017-04-26Add Store nesting to fix import-from-derivation within filterSourceShea Levy
2017-04-25nix repl: Use $XDG_DATA_HOME for the readline historyEelco Dolstra
2017-04-21add helper function to set 'interruptThrown'David McFarland
2017-04-20Improve nix show-config --jsonEelco Dolstra
2017-04-20Setting: Remove "Tag" template argumentEelco Dolstra
2017-04-20Read per-user settings from ~/.config/nix/nix.confEelco Dolstra
2017-04-14Fix 32-bit buildEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-13Support arbitrary numeric types for settingsEelco Dolstra
2017-04-13Validate Boolean settings betterEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-04-13canonPath(): Check against empty pathsEelco Dolstra
2017-04-13Add warn functionEelco Dolstra
2017-04-13Initialise loggerEelco Dolstra
2017-04-06Fix bogus "unexpected Nix daemon error: interrupted by the user"Eelco Dolstra
2017-04-06nix-daemon: Disable path info cacheEelco Dolstra
2017-03-22Fix xz decompressionEelco Dolstra
2017-03-21LocalFSStore::getBuildLog(): Handle corrupted logsEelco Dolstra
2017-03-21Don't hang in decompression if bzip2 data ends prematurelyEelco Dolstra
2017-03-21Move istringstream_nocopy to a separate fileEelco Dolstra
2017-03-20Merge branch 'darwin-s3-binary-cache-store' of https://github.com/shlevy/nixEelco Dolstra
2017-03-16Remove "killing process <pid>" messagesEelco Dolstra
2017-03-15runProgram(): Distinguish between empty input and no inputEelco Dolstra
2017-03-15S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra
2017-03-15Fix assertion failure on SIGINTEelco Dolstra
2017-03-15Fix deadlock in runProgram() when input is larger than the pipe buffer sizeEelco Dolstra
2017-03-15Add support for brotli compressionEelco Dolstra
2017-03-08Add missing header <sstream>Adrien Devresse
2017-03-06istringstream_nocopy: Implement in a standards-compliant way.Shea Levy
2017-03-06Revert fa125b9b28bea25a4eeb4d39a71a481563127cb9Eelco Dolstra
2017-03-03Pool: Don't hang if creating a connection failsEelco Dolstra
2017-03-03Improve SSH handlingEelco Dolstra
2017-03-01TeeSink: Pre-reserve string spaceEelco Dolstra
2017-03-01RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra
2017-03-01readString(): Read directly into std::stringEelco Dolstra
2017-03-01Handle importing NARs containing files greater than 4 GiBEelco Dolstra
2017-02-16Support netrc in <nix/fetchurl.nix>Eelco Dolstra
2017-02-14Add support for s3:// URIsEelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2017-02-07Move SavingSourceAdapter to serialise.hhEelco Dolstra
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-26Fix interrupt handlingEelco Dolstra
2017-01-24Work around a bug in clang and older versions of gccEelco Dolstra
2017-01-19Merge pull request #981 from shlevy/build-remote-c++Eelco Dolstra
2017-01-19Kill builds when we get EOF on the log FDEelco Dolstra
2017-01-19CleanupEelco Dolstra