summaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
Commit message (Expand)AuthorAge
* import Utility.FileSystemEncoding in CommonJoey Hess2019-01-03
* strict bytestring encoders and decodersJoey Hess2019-01-01
* fix accidental commitJoey Hess2018-11-20
* followupJoey Hess2018-11-19
* add DebugLocks build flagJoey Hess2018-11-19
* remove no longer needed uuid check in prepSocketJoey Hess2018-06-05
* fix ssh warmup hangJoey Hess2018-03-15
* Better ssh connection warmup when using -J for concurrency.Joey Hess2018-03-07
* finally really add back custom-setup stanzaJoey Hess2017-12-31
* fold Build/SysConfig.hs into BuildInfo via includeJoey Hess2017-12-14
* more lambda-case conversionJoey Hess2017-12-05
* avoid the dashed ssh hostname class of security holesJoey Hess2017-08-17
* Avoid error about git-annex-shell not being found when syncing with -J with a...Joey Hess2017-06-06
* clear regions before ssh promptJoey Hess2017-05-16
* stop using MissingH for MD5Joey Hess2017-05-15
* also serialize ssh password prompting when json or quiet output is enableJoey Hess2017-05-13
* fix sshCleanup race using STMJoey Hess2017-05-11
* Ssh password prompting improved when using -JJoey Hess2017-05-11
* improve commentJoey Hess2017-05-11
* Disable git-annex's support for GIT_SSH and GIT_SSH_COMMAND, unless GIT_ANNEX...Joey Hess2017-04-07
* rest of fix for GIT_SSH_COMMAND -n parameterJoey Hess2017-03-20
* Support GIT_SSH and GIT_SSH_COMMANDJoey Hess2017-03-17
* mention GIT_SSH_COMMANDJoey Hess2017-02-20
* Run ssh with -n whenever input is not being piped into itJoey Hess2017-02-15
* Always use filesystem encoding for all file and handle reads and writes.Joey Hess2016-12-24
* Revert ServerAliveIntervalJoey Hess2016-12-13
* Make .git/annex/ssh.config file work with versions of ssh older than 7.3, whi...Joey Hess2016-11-07
* Run ssh with ServerAliveInterval 60Joey Hess2016-10-26
* Improve ssh socket cleanup code to skip over the cruft that NFS sometimes put...Joey Hess2016-10-26
* Fix bug that prevented annex.sshcaching=false configuration from taking effec...Joey Hess2016-04-20
* refactorJoey Hess2016-02-25
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* convert from Utility.LockPool to Annex.LockPool everywhereJoey Hess2015-11-12
* assistant: Pass ssh-options through 3 more git pull/push calls that were miss...Joey Hess2015-11-10
* cleanJoey Hess2015-08-04
* sshopts is never going to be null; the concat of it may beJoey Hess2015-08-04
* typoJoey Hess2015-08-04
* Windows: Fix bug that caused git-annex sync to fail due to missing environmen...Joey Hess2015-08-04
* remove Params constructor from Utility.SafeCommandJoey Hess2015-06-01
* sync, remotedaemon: Pass configured ssh-options even when annex.sshcaching is...Joey Hess2015-05-30
* use lock pools throughout git-annexJoey Hess2015-05-19
* When re-execing git-annex, use current program location, rather than ~/.confi...Joey Hess2015-02-28
* propigate ssh-options everywhere ssh caching is usedJoey Hess2015-02-12
* The ssh-options git config is now used by gcrypt, rsync, and ddar special rem...Joey Hess2015-02-12
* update my email address and homepage urlJoey Hess2015-01-21
* revert parentDir changeJoey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* fixed all remaining build warnings on WindowsJoey Hess2014-12-29
* fix some mixed space+tab indentationJoey Hess2014-10-09
* more lock file refactoringJoey Hess2014-08-20