Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-15 | lvlInfo -> lvlTalkative | Eelco Dolstra | 1 | -1/+1 |
2014-05-15 | nix-store --optimise: Remove bogus statistics | Eelco Dolstra | 2 | -10/+7 |
2014-05-15 | Remove tab | Eelco Dolstra | 1 | -2/+2 |
2014-05-15 | Shortcut store files before lstat | Wout Mertens | 2 | -9/+37 |
2014-05-14 | Use the inodes given by readdir directly | Wout Mertens | 2 | -21/+25 |
2014-05-13 | Preload linked hashes to speed up lookups | Wout Mertens | 2 | -10/+41 |
2014-05-10 | Shortcut already-hardlinked files | wmertens | 1 | -1/+10 |
2014-05-02 | Set up directories and permissions for multi-user install automatically | Eelco Dolstra | 1 | -1/+28 |
2014-05-02 | Set build-max-jobs to the number of available cores by default | Eelco Dolstra | 1 | -0/+5 |
2014-05-02 | When running as root, use build users by default | Eelco Dolstra | 1 | -0/+1 |
2014-04-08 | If a .drv cannot be parsed, show its path | Eelco Dolstra | 4 | -8/+18 |
2014-04-03 | Fix compile errors on Illumos | Danny Wilson | 2 | -0/+5 |
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 | 4 | -31/+34 |
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 |