aboutsummaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
Commit message (Expand)AuthorAge
* Better ssh connection warmup when using -J for concurrency.Gravatar Joey Hess2018-03-07
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
* more lambda-case conversionGravatar Joey Hess2017-12-05
* avoid the dashed ssh hostname class of security holesGravatar Joey Hess2017-08-17
* Avoid error about git-annex-shell not being found when syncing with -J with a...Gravatar Joey Hess2017-06-06
* clear regions before ssh promptGravatar Joey Hess2017-05-16
* stop using MissingH for MD5Gravatar Joey Hess2017-05-15
* also serialize ssh password prompting when json or quiet output is enableGravatar Joey Hess2017-05-13
* fix sshCleanup race using STMGravatar Joey Hess2017-05-11
* Ssh password prompting improved when using -JGravatar Joey Hess2017-05-11
* improve commentGravatar Joey Hess2017-05-11
* Disable git-annex's support for GIT_SSH and GIT_SSH_COMMAND, unless GIT_ANNEX...Gravatar Joey Hess2017-04-07
* rest of fix for GIT_SSH_COMMAND -n parameterGravatar Joey Hess2017-03-20
* Support GIT_SSH and GIT_SSH_COMMANDGravatar Joey Hess2017-03-17
* mention GIT_SSH_COMMANDGravatar Joey Hess2017-02-20
* Run ssh with -n whenever input is not being piped into itGravatar Joey Hess2017-02-15
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* Revert ServerAliveIntervalGravatar Joey Hess2016-12-13
* Make .git/annex/ssh.config file work with versions of ssh older than 7.3, whi...Gravatar Joey Hess2016-11-07
* Run ssh with ServerAliveInterval 60Gravatar Joey Hess2016-10-26
* Improve ssh socket cleanup code to skip over the cruft that NFS sometimes put...Gravatar Joey Hess2016-10-26
* Fix bug that prevented annex.sshcaching=false configuration from taking effec...Gravatar Joey Hess2016-04-20
* refactorGravatar Joey Hess2016-02-25
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* convert from Utility.LockPool to Annex.LockPool everywhereGravatar Joey Hess2015-11-12
* assistant: Pass ssh-options through 3 more git pull/push calls that were miss...Gravatar Joey Hess2015-11-10
* cleanGravatar Joey Hess2015-08-04
* sshopts is never going to be null; the concat of it may beGravatar Joey Hess2015-08-04
* typoGravatar Joey Hess2015-08-04
* Windows: Fix bug that caused git-annex sync to fail due to missing environmen...Gravatar Joey Hess2015-08-04
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* sync, remotedaemon: Pass configured ssh-options even when annex.sshcaching is...Gravatar Joey Hess2015-05-30
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
* When re-execing git-annex, use current program location, rather than ~/.confi...Gravatar Joey Hess2015-02-28
* propigate ssh-options everywhere ssh caching is usedGravatar Joey Hess2015-02-12
* The ssh-options git config is now used by gcrypt, rsync, and ddar special rem...Gravatar Joey Hess2015-02-12
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* more lock file refactoringGravatar Joey Hess2014-08-20
* reorganize and refactor lock codeGravatar Joey Hess2014-08-20
* forgot some liftsGravatar Joey Hess2014-08-20
* Ensure that all lock fds are close-on-exec, fixing various problems with them...Gravatar Joey Hess2014-08-20
* refactor lockingGravatar Joey Hess2014-07-10
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* support being run by ssh as ssh-askpass replacementGravatar Joey Hess2014-04-29
* use a subdir of GIT_ANNEX_TMP for ssh connection caching socketsGravatar Joey Hess2014-04-20