| Commit message (Expand) | Author | Age |
* | mention GIT_SSH_COMMAND | Joey Hess | 2017-02-20 |
* | Run ssh with -n whenever input is not being piped into it | Joey Hess | 2017-02-15 |
* | Always use filesystem encoding for all file and handle reads and writes. | Joey Hess | 2016-12-24 |
* | Revert ServerAliveInterval | Joey Hess | 2016-12-13 |
* | Make .git/annex/ssh.config file work with versions of ssh older than 7.3, whi... | Joey Hess | 2016-11-07 |
* | Run ssh with ServerAliveInterval 60 | Joey Hess | 2016-10-26 |
* | Improve ssh socket cleanup code to skip over the cruft that NFS sometimes put... | Joey Hess | 2016-10-26 |
* | Fix bug that prevented annex.sshcaching=false configuration from taking effec... | Joey Hess | 2016-04-20 |
* | refactor | Joey Hess | 2016-02-25 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | convert from Utility.LockPool to Annex.LockPool everywhere | Joey Hess | 2015-11-12 |
* | assistant: Pass ssh-options through 3 more git pull/push calls that were miss... | Joey Hess | 2015-11-10 |
* | clean | Joey Hess | 2015-08-04 |
* | sshopts is never going to be null; the concat of it may be | Joey Hess | 2015-08-04 |
* | typo | Joey Hess | 2015-08-04 |
* | Windows: Fix bug that caused git-annex sync to fail due to missing environmen... | Joey Hess | 2015-08-04 |
* | remove Params constructor from Utility.SafeCommand | Joey Hess | 2015-06-01 |
* | sync, remotedaemon: Pass configured ssh-options even when annex.sshcaching is... | Joey Hess | 2015-05-30 |
* | use lock pools throughout git-annex | Joey Hess | 2015-05-19 |
* | When re-execing git-annex, use current program location, rather than ~/.confi... | Joey Hess | 2015-02-28 |
* | propigate ssh-options everywhere ssh caching is used | Joey Hess | 2015-02-12 |
* | The ssh-options git config is now used by gcrypt, rsync, and ddar special rem... | Joey Hess | 2015-02-12 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | revert parentDir change | Joey Hess | 2015-01-09 |
* | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
* | fixed all remaining build warnings on Windows | Joey Hess | 2014-12-29 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | more lock file refactoring | Joey Hess | 2014-08-20 |
* | reorganize and refactor lock code | Joey Hess | 2014-08-20 |
* | forgot some lifts | Joey Hess | 2014-08-20 |
* | Ensure that all lock fds are close-on-exec, fixing various problems with them... | Joey Hess | 2014-08-20 |
* | refactor locking | Joey Hess | 2014-07-10 |
* | export CreateProcess fields from Utility.Process | Joey Hess | 2014-06-10 |
* | support being run by ssh as ssh-askpass replacement | Joey Hess | 2014-04-29 |
* | use a subdir of GIT_ANNEX_TMP for ssh connection caching sockets | Joey Hess | 2014-04-20 |
* | don't try to use ssh connection caching for non-ssh urls | Joey Hess | 2014-04-13 |
* | remotedaemon: When network connection is lost, close all cached ssh connections. | Joey Hess | 2014-04-12 |
* | sync, assistant, remotedaemon: Use ssh connection caching for git pushes and ... | Joey Hess | 2014-04-12 |
* | Fix ssh connection caching stop method to work with openssh 6.5p1, which brok... | Joey Hess | 2014-03-13 |
* | only run sshCleanup when the command actually used ssh connection caching | Joey Hess | 2014-03-13 |
* | random hlint (to give the autobuilder something new to build) | Joey Hess | 2014-02-11 |
* | run ssh in the directory with its socket when stopping | Joey Hess | 2013-10-06 |
* | work around ssh brain-damange | Joey Hess | 2013-10-06 |
* | hlint | Joey Hess | 2013-09-25 |
* | squash compiler warnings on Windows | Joey Hess | 2013-08-04 |
* | get rid of __WINDOWS__, use mingw32_HOST_OS | Joey Hess | 2013-08-02 |
* | For long hostnames, use a hash of the hostname to generate the socket file fo... | Joey Hess | 2013-07-22 |
* | stop cached ssh connection w/o needing to look up host and port | Joey Hess | 2013-07-21 |
* | Revert "Windows: Ssh connection caching is now supported." | Joey Hess | 2013-06-17 |
* | Windows: Ssh connection caching is now supported. | Joey Hess | 2013-06-17 |