aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-12Add the pre-build hook.Shea Levy
2015-04-09Use cached result if there is a network errorEelco Dolstra
2015-04-09Move curl stuff into a separate fileEelco Dolstra
2015-04-09Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra
2015-04-09Implement caching of fetchurl/fetchTarball resultsEelco Dolstra
2015-04-07Revert /nix/store permission back to 01775Eelco Dolstra
2015-04-02Chroot builds: Provide world-readable /nix/storeEelco Dolstra
2015-03-25Add fetchTarball builtinEelco Dolstra
2015-03-25addToStore(): Take explicit name argumentEelco Dolstra
2015-03-24Improve setting the default chroot dirsEelco Dolstra
2015-03-24Add the closure of store paths to the chrootEelco Dolstra
2015-03-24Tighten permissions on chroot directoriesEelco Dolstra
2015-03-24Don't rely on __noChroot for corepkgsEelco Dolstra
2015-03-19Disable scanning for interior pointersEelco Dolstra
2015-03-19Fix Boehm API violationEelco Dolstra
2015-03-19Check return values from malloc/strdupEelco Dolstra
2015-03-18Print some Boehm GC statsEelco Dolstra
2015-03-18valueSize(): Take into account list/bindings/env sizeEelco Dolstra
2015-03-06Fix typos: s/the the/the/Daniel Hahler
2015-03-06forceValueDeep: Add to error prefixEelco Dolstra
2015-03-06Improve error messageEelco Dolstra
2015-03-04Add option to hide display of missing pathsEelco Dolstra
2015-03-04Don't use vfork() before clone()Eelco Dolstra
2015-03-03Merge branch 'allow-system-library' of git://github.com/copumpkin/nixShea Levy
2015-03-02Make the default impure prefix (not actual allowed impurities!) include all o...Dan Peebles
2015-03-02Allow local networking in the darwin sandbox to appease testsDan Peebles
2015-02-23More graceful fallback for chroots on Linux < 2.13Eelco Dolstra
2015-02-23Use chroots for all derivationsEelco Dolstra
2015-02-23Add restricted evaluation modeEelco Dolstra
2015-02-19Merge branch 'tilde-paths' of https://github.com/shlevy/nixEelco Dolstra
2015-02-19tilde paths: The rest of the string has to start with a slash anywayShea Levy
2015-02-19tilde paths: construct the entire path at parse timeShea Levy
2015-02-19tilde paths: get HOME at parse timeShea Levy
2015-02-19Remove obsolete reference to ~ operatorEelco Dolstra
2015-02-19ExprConcatStrings: canonicalize concatenated pathsShea Levy
2015-02-19Allow the leading component of a path to be a ~Shea Levy
2015-02-18nix-store --generate-binary-cache-key: Write key to diskEelco Dolstra
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-10Make libsodium an optional dependencyEelco Dolstra
2015-02-10Add base64 encoder/decoderEelco Dolstra
2015-02-05Remove tabEelco Dolstra
2015-02-04Require linux 3.13 or later for chrootShea Levy
2015-02-04Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra
2015-02-03Simplify parseHash32Eelco Dolstra
2015-02-03Simplify printHash32Eelco Dolstra
2015-01-29Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy
2015-01-18Make inputs writeable in the sandbox (builds still can’t actually write due...Daniel Peebles
2015-01-15Fix assertion failure in nix-envEelco Dolstra