aboutsummaryrefslogtreecommitdiff
path: root/src/download-via-ssh
AgeCommit message (Expand)Author
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2015-07-20More cleanupEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2014-12-14PedantryEelco Dolstra
2014-12-09Explicitly include required C headersMarko Durkovic
2014-09-17Settings: Add bool get()Eelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-17Fix download-via-sshEelco Dolstra
2014-08-13Refactor option handlingEelco Dolstra
2014-08-04Move some options out of globalsEelco Dolstra
2014-07-25nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituterEelco Dolstra
2014-07-10nix-copy-closure -s: Do substitutions via ‘nix-store --serve’Eelco Dolstra
2014-07-10Refactoring: Move all fork handling into a higher-order functionEelco Dolstra
2014-07-10nix-copy-closure: Fix race conditionEelco Dolstra
2014-02-26Simplify getting use-ssh-substituter from untrusted usersEelco Dolstra
2014-02-26Add use-ssh-substituter setting.Shea Levy
2014-02-14download-via-ssh: Use readStorePathEelco Dolstra
2014-02-14download-via-ssh: Show where we're downloading fromEelco Dolstra
2014-02-14Minor style fixesEelco Dolstra
2014-02-12Remove relic of old codeShea Levy
2014-02-12error messages start in lowercaseShea Levy
2014-02-12Remove using declarations from download-via-sshShea Levy
2014-02-10nix-store --serve: Use a versioned protocolShea Levy
2014-02-10Clarify commentShea Levy
2014-02-08Add download-via-ssh substituterShea Levy