Age | Commit message (Expand) | Author | Files | Lines |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -1/+1 |
2015-07-20 | More cleanup | Eelco Dolstra | 1 | -10/+9 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 1 | -4/+4 |
2014-12-14 | Pedantry | Eelco Dolstra | 1 | -1/+1 |
2014-12-09 | Explicitly include required C headers | Marko Durkovic | 1 | -0/+1 |
2014-09-17 | Settings: Add bool get() | Eelco Dolstra | 1 | -1/+1 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -3/+3 |
2014-08-17 | Fix download-via-ssh | Eelco Dolstra | 1 | -2/+4 |
2014-08-13 | Refactor option handling | Eelco Dolstra | 1 | -43/+37 |
2014-08-04 | Move some options out of globals | Eelco Dolstra | 1 | -1/+1 |
2014-07-25 | nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituter | Eelco Dolstra | 1 | -0/+5 |
2014-07-10 | nix-copy-closure -s: Do substitutions via ‘nix-store --serve’ | Eelco Dolstra | 1 | -0/+1 |
2014-07-10 | Refactoring: Move all fork handling into a higher-order function | Eelco Dolstra | 1 | -24/+8 |
2014-07-10 | nix-copy-closure: Fix race condition | Eelco Dolstra | 1 | -4/+4 |
2014-02-26 | Simplify getting use-ssh-substituter from untrusted users | Eelco Dolstra | 1 | -12/+0 |
2014-02-26 | Add use-ssh-substituter setting. | Shea Levy | 1 | -0/+12 |
2014-02-14 | download-via-ssh: Use readStorePath | Eelco Dolstra | 1 | -3/+10 |
2014-02-14 | download-via-ssh: Show where we're downloading from | Eelco Dolstra | 1 | -1/+3 |
2014-02-14 | Minor style fixes | Eelco Dolstra | 1 | -3/+11 |
2014-02-12 | Remove relic of old code | Shea Levy | 1 | -2/+0 |
2014-02-12 | error messages start in lowercase | Shea Levy | 1 | -1/+1 |
2014-02-12 | Remove using declarations from download-via-ssh | Shea Levy | 1 | -20/+16 |
2014-02-10 | nix-store --serve: Use a versioned protocol | Shea Levy | 2 | -7/+23 |
2014-02-10 | Clarify comment | Shea Levy | 1 | -1/+2 |
2014-02-08 | Add download-via-ssh substituter | Shea Levy | 2 | -0/+138 |