aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2015-02-17Use $<attr>Path instead of $<attr> for passAsFileEelco Dolstra
2015-02-17Allow passing attributes via files instead of environment variablesEelco Dolstra
2015-02-16Use pivot_root in addition to chroot when possibleHarald van Dijk
2015-02-04Require linux 3.13 or later for chrootShea Levy
2015-01-18Make inputs writeable in the sandbox (builds still can’t actually write due...Daniel Peebles
2015-01-13Allow using /bin and /usr/bin as impure prefixes on non-darwin by defaultShea Levy
2015-01-13SysError -> ErrorEelco Dolstra
2015-01-13Don't resolve symlinks while checking __impureHostDepsEelco Dolstra
2015-01-12Add basic Apple sandbox supportDaniel Peebles
2015-01-08Doh^2Eelco Dolstra
2015-01-08DohEelco Dolstra
2015-01-08Set /nix/store permission to 1737Eelco Dolstra
2015-01-06Fix building on DarwinEelco Dolstra
2014-12-29LocalStore initialization: Don't die if build-users-group doesn't existShea Levy
2014-12-23Revive running builds in a PID namespaceEelco Dolstra
2014-12-14PedantryEelco Dolstra
2014-12-14Merge branch 'cygwin-master' of https://github.com/ternaris/nixEelco Dolstra
2014-12-13Better error messageEelco Dolstra
2014-12-12Silence some warnings on GCC 4.9Eelco Dolstra
2014-12-12Shut up a Valgrind warningEelco Dolstra
2014-12-12Fix some memory leaksEelco Dolstra
2014-12-12Ensure we're writing to stderr in the builderEelco Dolstra
2014-12-12Remove chatty messageEelco Dolstra
2014-12-12DohEelco Dolstra
2014-12-10Don't do vfork in conjunction with setuidEelco Dolstra
2014-12-10Rename functionEelco Dolstra
2014-12-10Don't wait for PID -1Eelco Dolstra
2014-12-09Explicitly include required C headersMarko Durkovic
2014-11-24Build derivations in a more predictable orderEelco Dolstra
2014-11-24Don't create unnecessary substitution goals for derivationsEelco Dolstra
2014-11-19Disable vacuuming the DB after garbage collectionEelco Dolstra
2014-11-19Clean up temp roots in a more C++ wayEelco Dolstra
2014-11-17Fix messageEelco Dolstra
2014-11-14Don't use ADDR_LIMIT_3GBEelco Dolstra
2014-11-12Make ~DerivationGoal more reliableEelco Dolstra
2014-11-04nix-store --gc: Don't warn about missing manifests directoryEelco Dolstra
2014-10-31Improve error message if the daemon worker fails to startEelco Dolstra
2014-10-29Remove comments claiming we use a private PID namespaceEelco Dolstra
2014-10-14Improved error message when encountering unsupported file typesEelco Dolstra
2014-10-03Remove some duplicate codeEelco Dolstra
2014-09-18Update spec fileEelco Dolstra
2014-09-18Install some pkgconfig filesEelco Dolstra
2014-09-17On Linux, disable address space randomizationEelco Dolstra
2014-09-17Settings: Add bool get()Eelco Dolstra
2014-09-01Add an 'optimiseStore' remote procedure call.Ludovic Courtès
2014-08-28Add disallowedReferences / disallowedRequisitesEelco Dolstra
2014-08-28Introduce allowedRequisites featureGergely Risko
2014-08-21fix disappearing bash argumentsJoel Taylor
2014-08-21Use unshare() instead of clone()Eelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra