Age | Commit message (Expand) | Author | Files | Lines |
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 | Set /nix/store permission to 1737 | Eelco Dolstra | 1 | -15/+0 |
2015-01-06 | Fix building on Darwin | Eelco Dolstra | 1 | -1/+4 |
2014-12-23 | Revive running builds in a PID namespace | Eelco Dolstra | 1 | -30/+59 |
2014-12-12 | Silence some warnings on GCC 4.9 | Eelco Dolstra | 1 | -2/+4 |
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 | 1 | -3/+3 |
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-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-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-10-29 | Remove comments claiming we use a private PID namespace | Eelco Dolstra | 1 | -8/+1 |
2014-09-17 | On Linux, disable address space randomization | Eelco Dolstra | 1 | -5/+9 |
2014-09-17 | Settings: Add bool get() | Eelco Dolstra | 1 | -2/+2 |
2014-08-28 | Add disallowedReferences / disallowedRequisites | Eelco Dolstra | 1 | -26/+29 |
2014-08-28 | Introduce allowedRequisites feature | Gergely Risko | 1 | -1/+18 |
2014-08-21 | fix disappearing bash arguments | Joel Taylor | 1 | -2/+7 |
2014-08-21 | Use unshare() instead of clone() | Eelco Dolstra | 1 | -55/+35 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -87/+87 |
2014-08-20 | Add some color | Eelco Dolstra | 1 | -37/+1 |
2014-08-20 | Filter Nix-specific ANSI escape sequences from stderr | Eelco Dolstra | 1 | -1/+37 |
2014-08-19 | Make hook shutdown more reliable | Eelco Dolstra | 1 | -1/+1 |
2014-08-18 | Doh | Eelco Dolstra | 1 | -4/+1 |
2014-08-17 | Reduce verbosity | Eelco Dolstra | 1 | -1/+2 |
2014-08-17 | Propagate remote timeouts properly | Eelco Dolstra | 1 | -21/+33 |
2014-08-04 | Refactor | Eelco Dolstra | 1 | -2/+2 |
2014-08-04 | Add option ‘build-extra-chroot-dirs’ | Eelco Dolstra | 1 | -4/+7 |
2014-08-04 | Get rid of "killing <pid>" message for unused build hooks | Eelco Dolstra | 1 | -1/+1 |
2014-08-01 | Remove ugly hack for detecting build environment setup errors | Eelco Dolstra | 1 | -13/+10 |
2014-08-01 | Call commonChildInit() before doing chroot init | Eelco Dolstra | 1 | -4/+6 |
2014-07-31 | Restore default SIGPIPE handler before invoking ‘man’ | Eelco Dolstra | 1 | -12/+0 |
2014-07-19 | Revert old useBuildHook behaviour | Eelco Dolstra | 1 | -1/+1 |
2014-07-11 | Allow $NIX_BUILD_HOOK to be relative to Nix libexec directory | Eelco Dolstra | 1 | -2/+4 |
2014-07-10 | Remove tabs | Eelco Dolstra | 1 | -3/+3 |
2014-07-10 | Refactoring: Move all fork handling into a higher-order function | Eelco Dolstra | 1 | -50/+23 |
2014-07-10 | Remove maybeVfork | Eelco Dolstra | 1 | -2/+2 |
2014-04-03 | Fix compile errors on Illumos | Danny Wilson | 1 | -0/+1 |
2014-04-03 | Make sure /dev/pts/ptmx is world-writable | Ludovic Courtès | 1 | -0/+4 |
2014-03-30 | boost::shared_ptr -> std::shared_ptr | Eelco Dolstra | 1 | -20/+26 |
2014-03-29 | Fix potential segfault in waitForInput() | Eelco Dolstra | 1 | -3/+5 |
2014-03-29 | restoreSIGPIPE(): Fill in sa_mask | Eelco Dolstra | 1 | -0/+1 |
2014-03-21 | Make /dev/kvm optional | Ludovic Courtès | 1 | -1/+4 |