Age | Commit message (Expand) | Author | Files | Lines |
2015-03-06 | Fix typos: s/the the/the/ | Daniel Hahler | 1 | -1/+1 |
2015-03-04 | Don't use vfork() before clone() | Eelco Dolstra | 1 | -1/+3 |
2015-03-03 | Merge branch 'allow-system-library' of git://github.com/copumpkin/nix | Shea Levy | 1 | -1/+1 |
2015-03-02 | Make the default impure prefix (not actual allowed impurities!) include all o... | Dan Peebles | 1 | -1/+1 |
2015-03-02 | Allow local networking in the darwin sandbox to appease tests | Dan Peebles | 1 | -0/+3 |
2015-02-23 | More graceful fallback for chroots on Linux < 2.13 | Eelco Dolstra | 1 | -6/+5 |
2015-02-23 | Use chroots for all derivations | Eelco Dolstra | 3 | -17/+35 |
2015-02-17 | Use $<attr>Path instead of $<attr> for passAsFile | Eelco Dolstra | 1 | -1/+1 |
2015-02-17 | Allow passing attributes via files instead of environment variables | Eelco Dolstra | 1 | -4/+16 |
2015-02-16 | Use pivot_root in addition to chroot when possible | Harald van Dijk | 1 | -7/+28 |
2015-02-04 | Require linux 3.13 or later for chroot | Shea Levy | 1 | -1/+6 |
2015-01-18 | Make inputs writeable in the sandbox (builds still can’t actually write due... | Daniel Peebles | 1 | -2/+7 |
2015-01-13 | Allow using /bin and /usr/bin as impure prefixes on non-darwin by default | Shea Levy | 1 | -1/+1 |
2015-01-13 | SysError -> Error | Eelco Dolstra | 1 | -1/+1 |
2015-01-13 | Don't resolve symlinks while checking __impureHostDeps | Eelco Dolstra | 1 | -2/+5 |
2015-01-12 | Add basic Apple sandbox support | Daniel Peebles | 1 | -17/+169 |
2015-01-08 | Doh^2 | Eelco Dolstra | 1 | -1/+1 |
2015-01-08 | Doh | Eelco Dolstra | 1 | -3/+3 |
2015-01-08 | Set /nix/store permission to 1737 | Eelco Dolstra | 2 | -19/+6 |
2015-01-06 | Fix building on Darwin | Eelco Dolstra | 1 | -1/+4 |
2014-12-29 | LocalStore initialization: Don't die if build-users-group doesn't exist | Shea Levy | 1 | -11/+12 |
2014-12-23 | Revive running builds in a PID namespace | Eelco Dolstra | 1 | -30/+59 |
2014-12-14 | Pedantry | Eelco Dolstra | 1 | -1/+1 |
2014-12-14 | Merge branch 'cygwin-master' of https://github.com/ternaris/nix | Eelco Dolstra | 2 | -0/+2 |
2014-12-13 | Better error message | Eelco Dolstra | 1 | -1/+1 |
2014-12-12 | Silence some warnings on GCC 4.9 | Eelco Dolstra | 2 | -3/+5 |
2014-12-12 | Shut up a Valgrind warning | Eelco Dolstra | 1 | -1/+1 |
2014-12-12 | Fix some memory leaks | Eelco Dolstra | 1 | -29/+9 |
2014-12-12 | Ensure we're writing to stderr in the builder | Eelco Dolstra | 3 | -6/+6 |
2014-12-12 | Remove chatty message | Eelco Dolstra | 1 | -2/+0 |
2014-12-12 | Doh | Eelco Dolstra | 1 | -1/+1 |
2014-12-10 | Don't do vfork in conjunction with setuid | Eelco Dolstra | 1 | -0/+2 |
2014-12-10 | Rename function | Eelco Dolstra | 1 | -4/+4 |
2014-12-10 | Don't wait for PID -1 | Eelco Dolstra | 1 | -1/+2 |
2014-12-09 | Explicitly include required C headers | Marko Durkovic | 2 | -0/+2 |
2014-11-24 | Build derivations in a more predictable order | Eelco Dolstra | 1 | -7/+41 |
2014-11-24 | Don't create unnecessary substitution goals for derivations | Eelco Dolstra | 1 | -0/+5 |
2014-11-19 | Disable vacuuming the DB after garbage collection | Eelco Dolstra | 1 | -1/+1 |
2014-11-19 | Clean up temp roots in a more C++ way | Eelco Dolstra | 3 | -26/+13 |
2014-11-17 | Fix message | Eelco Dolstra | 1 | -1/+1 |
2014-11-14 | Don't use ADDR_LIMIT_3GB | Eelco Dolstra | 1 | -1/+1 |
2014-11-12 | Make ~DerivationGoal more reliable | Eelco Dolstra | 1 | -7/+3 |
2014-11-04 | nix-store --gc: Don't warn about missing manifests directory | Eelco Dolstra | 1 | -1/+2 |
2014-10-31 | Improve error message if the daemon worker fails to start | Eelco Dolstra | 1 | -2/+1 |
2014-10-29 | Remove comments claiming we use a private PID namespace | Eelco Dolstra | 1 | -8/+1 |
2014-10-14 | Improved error message when encountering unsupported file types | Eelco Dolstra | 1 | -3/+3 |
2014-10-03 | Remove some duplicate code | Eelco Dolstra | 1 | -6/+2 |
2014-09-18 | Update spec file | Eelco Dolstra | 1 | -1/+1 |
2014-09-18 | Install some pkgconfig files | Eelco Dolstra | 2 | -0/+11 |
2014-09-17 | On Linux, disable address space randomization | Eelco Dolstra | 1 | -5/+9 |