aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-09Fix builtins.readDir on XFSEelco Dolstra
2015-01-08Doh^2Eelco Dolstra
2015-01-08DohEelco Dolstra
2015-01-08Set /nix/store permission to 1737Eelco Dolstra
2015-01-07Show position info for failing <...> lookupsEelco Dolstra
2015-01-07Remove quotes around filenames in position infoEelco Dolstra
2015-01-06Fix building on DarwinEelco Dolstra
2015-01-02Allow $NIX_PAGER to override $PAGEREelco Dolstra
2015-01-02libutil: Limit readLink() error to only overflows.aszlig
2015-01-02libutil: Improve errmsg on readLink size mismatch.aszlig
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-12Don't abort if we get a signal while waiting for the pagerEelco Dolstra
2014-12-12Get rid of unnecessary "interrupted by the user" message with -vvvEelco Dolstra
2014-12-12Remove chatty messageEelco Dolstra
2014-12-12DohEelco Dolstra
2014-12-12Remove tabsEelco Dolstra
2014-12-12Remove dead codeEelco Dolstra
2014-12-12Remove canary stuffEelco Dolstra
2014-12-10Provide default pagersEelco Dolstra
2014-12-10Don't do vfork in conjunction with setuidEelco Dolstra
2014-12-10Use vforkEelco Dolstra
2014-12-10Rename functionEelco Dolstra
2014-12-10Don't wait for PID -1Eelco Dolstra
2014-12-10Revert "Use posix_spawn to run the pager"Eelco Dolstra
2014-12-10builtins.readFile: realise context associated with the pathShea Levy
2014-12-09Explicitly include required C headersMarko Durkovic