aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2018-04-17exportReferences: Check whether the path is in the input closureEelco Dolstra
2018-04-13Fix #1921Eelco Dolstra
2018-04-11initPlugins: Fix dlopen error message.Shea Levy
2018-04-10Fix perl-bindingsEelco Dolstra
2018-04-09Export required C++ version in pkgconfig.Shea Levy
2018-04-06rename the options to mention it's a narinfo TTL as disk cache is used all ov...AmineChikhaoui
2018-04-06add documentation for the local disk cache TTL configAmineChikhaoui
2018-04-06Make the TTL for disk cache configurable, we can now completely disableAmineChikhaoui
2018-04-05<nix/buildenv.nix>: Ignore dangling symlinksEelco Dolstra
2018-04-05<nix/buildenv.nix>: Skip non-directory top-level pathsEelco Dolstra
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-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-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