aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-30Add test eval-okay-nested-withRyan Trinkle
2018-03-30Merge pull request #2025 from zimbatm/document-s3-usageEelco Dolstra
2018-03-30nix copy: add an example with S3zimbatm
2018-03-29Remove reference to non-existent manpagesEelco Dolstra
2018-03-29Process --option use-case-hack properlyEelco Dolstra
2018-03-29ValidPathInfo::isContentAddressed(): Ensure there are no referencesEelco Dolstra
2018-03-27Merge pull request #2005 from shlevy/fetchgit-docsEelco Dolstra
2018-03-27Merge pull request #2011 from dezgeg/use-closureinfoEelco Dolstra
2018-03-26release.nix: Use pkgs.closureInfo for binaryTarballTuomas Tynkkynen
2018-03-23Document fetchGit.Shea Levy
2018-03-23Merge pull request #2004 from dtzWill/feature/improved-store-mismatch-errorsEelco Dolstra
2018-03-22doc: don't mention obsolete ssh-substituter-hostsDmitry Kalinkin
2018-03-22download: improve error for hash mismatch ("store mismatch")Will Dietz
2018-03-22download.cc: fix path for cached filesWill Dietz
2018-03-22Add Boost dependency to Fedora/Ubuntu buildsEelco Dolstra
2018-03-22Fix buildEelco Dolstra
2018-03-22Remove Fedora / Ubuntu releases that are no longer in NixpkgsEelco Dolstra
2018-03-22TweakEelco Dolstra
2018-03-22Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra
2018-03-22Remove some release-critical jobsEelco Dolstra
2018-03-21Merge branch 'fix/execl-null-sentinel' of git://github.com/dtzWill/nixShea Levy
2018-03-21Also make the backwards compatible case of RemoteStore::addToStore run in con...Eelco Dolstra
2018-03-21Make 'nix copy --to daemon' run in constant memoryEelco Dolstra
2018-03-21shared.cc: style: prefer "nullptr" over '(char *)NULL'Will Dietz
2018-03-21Make 'nix copy --to ssh://...' run in constant memoryEelco Dolstra
2018-03-21Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra
2018-03-21Merge branch 'master' of git://github.com/coreyoconnor/nixShea Levy
2018-03-21LegacySSHStore: Allow overriding the path to nix-storeEelco Dolstra
2018-03-20manual: correct repeated "--deriver". Add missing single char option aliases.Corey O'Connor
2018-03-20execl: cast NULL sentinel to (char *), per man page and compiler warningWill Dietz
2018-03-20Merge pull request #1997 from dtzWill/fix/cxx14-std-consistencyEelco Dolstra
2018-03-20Remove unused channel-cache directoryEelco Dolstra
2018-03-20Style fixEelco Dolstra
2018-03-20ask autotools for c++14 support flags, not c++11; don't override laterWill Dietz
2018-03-20Make <nix/buildenv.nix> a builtin builderEelco Dolstra
2018-03-20Move builtinFetchurl to its own fileEelco Dolstra
2018-03-20Slight simplificationEelco Dolstra
2018-03-20SSHMaster: Optionally pass -v to sshEelco Dolstra
2018-03-20Hack to get SSH error messages from build-remoteEelco Dolstra
2018-03-20Fix coverage jobEelco Dolstra
2018-03-19serialise.cc: remove pessimising moveWill Dietz
2018-03-19Merge pull request #1989 from dtzWill/fix/avoid-reserved-standard-macrosShea Levy
2018-03-19util: rename stdout/stdin members to avoid conflicts w/standard macroWill Dietz
2018-03-19Merge branch 'master' of git://github.com/bchallenor/nixShea Levy
2018-03-19Fix build on non-x86_64-linuxEelco Dolstra
2018-03-19Shut up signedness warningEelco Dolstra
2018-03-19Dockerfile: verify tar file with sha256sumBen Challenor
2018-03-18Dockerfile: 1.11.14 -> 2.0Ben Challenor
2018-03-18Fix bad XMLEelco Dolstra
2018-03-17doc: document the min-free and max-free optionszimbatm