aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2018-03-29Process --option use-case-hack properlyEelco Dolstra
2018-03-29ValidPathInfo::isContentAddressed(): Ensure there are no referencesEelco Dolstra
2018-03-22download: improve error for hash mismatch ("store mismatch")Will Dietz
2018-03-22download.cc: fix path for cached filesWill Dietz
2018-03-22Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra
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-21Make 'nix copy --to ssh://...' run in constant memoryEelco Dolstra
2018-03-21Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra
2018-03-21LegacySSHStore: Allow overriding the path to nix-storeEelco Dolstra
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-16rename build-extra-platforms -> extra-platformsLinus Heckemann
2018-03-16Reduce substitution memory consumptionEelco Dolstra
2018-03-16decompress(): Use a Source and SinkEelco Dolstra
2018-03-16Don't retry on CURLE_SSL_CACERT_BADFILEEelco Dolstra
2018-03-15Merge pull request #1965 from masaeedu/masterEelco Dolstra
2018-03-14Catch more possible instances of passing NULL to memcpy.Shea Levy
2018-03-14Use boost::format from the boost packageEelco Dolstra
2018-03-13TypoEelco Dolstra
2018-03-12Wrap thread local in function for CygwinAsad Saeeduddin
2018-03-07Fix #1957Eelco Dolstra
2018-03-06rand() -> random(), since we use srandom().Will Dietz
2018-03-05ssh-ng: Don't forward options to the daemon.Shea Levy
2018-03-02hoist vector out of loop just in caseWill Dietz
2018-03-02don't allocate large buffers on the stackWill Dietz
2018-03-01only delete things older than current gen and update logic in doc asMatthew O'Gorman
2018-03-01remove unused variable and make sure to check that the currentMatthew O'Gorman
2018-03-01this updates issues that were addressed by people in prMatthew O'Gorman
2018-03-01Implement --delete-generations + flag for keeping last N number of generationsMatthew O'Gorman
2018-02-27seccomp: add 32-bit ARM on aarch64-linuxLinus Heckemann
2018-02-27Add build-extra-platforms settingLinus Heckemann
2018-02-23Fix downloadCached() with a chroot storeEelco Dolstra
2018-02-22Revert "Enable sandbox builds on Linux by default"Eelco Dolstra
2018-02-22Enable sandbox builds on Linux by defaultEelco Dolstra
2018-02-19Fix incorrect (and unnecessary) format stringEelco Dolstra
2018-02-19Don't silently succeed seccomp setup when !HAVE_SECCOMP.Shea Levy
2018-02-19Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra
2018-02-18configure: Add a flag to disable seccomp.Shea Levy
2018-02-15Set backup MANPATH in case man path isn’t set correctly.Matthew Bauer
2018-02-13Allow plugins to define new settings.Shea Levy
2018-02-13Enable specifying directories in plugin-files.Shea Levy
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-12Fix hang in build-remoteEelco Dolstra
2018-02-12Fix 'deadlock: trying to re-acquire self-held lock'Eelco Dolstra
2018-02-09nix: Ensure that the user sees errors from substitutersEelco Dolstra
2018-02-09getDefaultSubstituters(): Skip broken substitutersEelco Dolstra