Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-09-17 | Settings: Add bool get() | Eelco Dolstra | 3 | -2/+12 |
2014-09-01 | Add an 'optimiseStore' remote procedure call. | Ludovic Courtès | 6 | -1/+34 |
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 | 11 | -234/+234 |
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-13 | Use regular file GC roots if possible | Eelco Dolstra | 1 | -1/+4 |
2014-08-05 | Remove unnecessary call to addTempRoot() | Eelco Dolstra | 1 | -1/+0 |
2014-08-05 | Doh | Eelco Dolstra | 1 | -9/+0 |
2014-08-04 | Move some options out of globals | Eelco Dolstra | 2 | -5/+11 |
2014-08-04 | Refactor | Eelco Dolstra | 3 | -43/+43 |
2014-08-04 | Add option ‘build-extra-chroot-dirs’ | Eelco Dolstra | 4 | -13/+9 |
2014-08-04 | Get rid of "killing <pid>" message for unused build hooks | Eelco Dolstra | 1 | -1/+1 |
2014-08-04 | Make chroot builds easier to set up | Eelco Dolstra | 1 | -0/+3 |
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-08-01 | findRoots(): Prevent a call to lstat() | Eelco Dolstra | 1 | -9/+14 |
2014-08-01 | Make readDirectory() return inode / file type | Eelco Dolstra | 2 | -19/+15 |
2014-08-01 | Allow regular files as GC roots | Eelco Dolstra | 1 | -0/+6 |
2014-07-31 | Restore default SIGPIPE handler before invoking ‘man’ | Eelco Dolstra | 1 | -12/+0 |
2014-07-25 | nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituter | Eelco Dolstra | 3 | -0/+12 |
2014-07-25 | Change the default for use-ssh-substituter to ‘true’ | Eelco Dolstra | 1 | -2/+2 |
2014-07-24 | Remove some dead code | Eelco Dolstra | 1 | -1/+0 |
2014-07-23 | Remove dead code | Eelco Dolstra | 2 | -3/+0 |
2014-07-19 | Revert old useBuildHook behaviour | Eelco Dolstra | 2 | -2/+2 |
2014-07-17 | nix-daemon: Add trusted-users and allowed-users options | Eelco Dolstra | 2 | -0/+13 |
2014-07-16 | Handle case collisions on case-insensitive systems | Eelco Dolstra | 1 | -0/+2 |
2014-07-14 | build-remote.pl: Fix building multiple output derivations | Eelco Dolstra | 1 | -1/+0 |
2014-07-11 | build-remote.pl: Use ‘nix-store --serve’ on the remote side | Eelco Dolstra | 1 | -0/+1 |
2014-07-11 | Allow $NIX_BUILD_HOOK to be relative to Nix libexec directory | Eelco Dolstra | 2 | -3/+5 |
2014-07-10 | Replace message "importing path <...>" with "exporting path <...>" | Eelco Dolstra | 1 | -2/+2 |
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 | 2 | -75/+33 |
2014-07-10 | Remove maybeVfork | Eelco Dolstra | 2 | -3/+3 |
2014-06-27 | allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-eva... | Eelco Dolstra | 1 | -1/+1 |
2014-06-24 | Only add the importNative primop if the allow-arbitrary-code-during-evaluatio... | Shea Levy | 2 | -0/+5 |
2014-06-10 | Report daemon OOM better | Eelco Dolstra | 1 | -5/+17 |
2014-06-10 | Print a warning when loading a large path into memory | Eelco Dolstra | 1 | -0/+3 |
2014-05-26 | Use std::unordered_set | Eelco Dolstra | 2 | -12/+3 |
2014-05-21 | nix-store -l: Fetch build logs from the Internet | Eelco Dolstra | 2 | -0/+4 |