aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2017-06-20Call SetDllDirectory("") after sqlite3 init on cygwinDavid McFarland
2017-06-19Disable use of virtual hosting in aws-sdk-cppEelco Dolstra
2017-06-19Support creating S3 caches in other regions than us-east-1Eelco Dolstra
2017-06-19Handle S3Errors::RESOURCE_NOT_FOUND from aws-sdk-cppEelco Dolstra
2017-06-19Suppress "will retry in N ms" for non-retriable errorsEelco Dolstra
2017-06-19Show aws-sdk-cpp log messagesEelco Dolstra
2017-06-19macOS: Ugly hack to make the tests succeedEelco Dolstra
2017-06-19macOS: Remove flagsEelco Dolstra
2017-06-14Remove redundant debug lineEelco Dolstra
2017-06-14canonicalisePathMetaData(): Ignore security.selinux attributeEelco Dolstra
2017-06-12Provide a builtin default for $NIX_SSL_CERT_FILEEelco Dolstra
2017-06-12Don't run pre-build-hook if we don't have a derivationEelco Dolstra
2017-06-07Don't show flags from config settings in "nix --help"Eelco Dolstra
2017-06-07nix: Make all options available as flagsEelco Dolstra
2017-06-06Disable the build user mechanism on all platforms except Linux and OS XEelco Dolstra
2017-06-06Always use the Darwin sandboxEelco Dolstra
2017-05-31Remove listxattr assertionEelco Dolstra
2017-05-31OS X sandbox: Improve builtin sandbox profileEelco Dolstra
2017-05-31OS X sandbox: Don't use a deterministic $TMPDIREelco Dolstra
2017-05-31OS X sandbox: Store .sb file in $TMPDIR rather than the Nix storeEelco Dolstra
2017-05-30Darwin sandbox: Use sandbox-defaults.sbEelco Dolstra
2017-05-30Darwin sandbox: Disallow creating setuid/setgid binariesEelco Dolstra
2017-05-30Fix seccomp build failure on clangEelco Dolstra
2017-05-30Shut up some clang warningsEelco Dolstra
2017-05-30Add a seccomp rule to disallow setxattr()Eelco Dolstra
2017-05-30canonicalisePathMetaData(): Remove extended attributes / ACLsEelco Dolstra
2017-05-30Require seccomp only in multi-user setupsEelco Dolstra
2017-05-29Fix seccomp initialisation on i686-linuxEelco Dolstra
2017-05-29Add a seccomp filter to prevent creating setuid/setgid binariesEelco Dolstra
2017-05-29Fix nix-copy-closure testEelco Dolstra
2017-05-29Fix typoEelco Dolstra
2017-05-24Merge branch 'nar-accessor-tree' of https://github.com/bennofs/nixEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-15nar-accessor.cc: remove unused member NarIndexer::currentNameBenno Fünfstück
2017-05-15nar-accessor: non-recursive NarMember::findBenno Fünfstück
2017-05-15Simplify fixed-output checkEelco Dolstra
2017-05-15Add --with-sandbox-shell configure flagEelco Dolstra
2017-05-15Linux sandbox: Don't barf on invalid pathsEelco Dolstra
2017-05-15nar-accessor: use tree, fixes readDirectory missing childrenBenno Fünfstück
2017-05-11Add an option for extending the user agent headerEelco Dolstra
2017-05-11Fix typoEelco Dolstra
2017-05-11Tweak error messageEelco Dolstra
2017-05-11Change the meaning of info.ultimateEelco Dolstra
2017-05-11LocalStore::addToStore(): Check info.narSizeEelco Dolstra
2017-05-08Minor cleanupEelco Dolstra
2017-05-08Linux sandbox: Fix compatibility with older kernelsEelco Dolstra
2017-05-08Remove superfluous #ifdefEelco Dolstra
2017-05-05Make the location of the build directory in the sandbox configurableEelco Dolstra
2017-05-04Linux sandbox: Use /build instead of /tmp as $TMPDIREelco Dolstra
2017-05-02LocalStoreAccessor: Fix handling of diverted storesEelco Dolstra