summaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
Commit message (Expand)AuthorAge
* 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
* don't try to use ssh connection caching for non-ssh urlsGravatar Joey Hess2014-04-13
* remotedaemon: When network connection is lost, close all cached ssh connections.Gravatar Joey Hess2014-04-12
* sync, assistant, remotedaemon: Use ssh connection caching for git pushes and ...Gravatar Joey Hess2014-04-12
* Fix ssh connection caching stop method to work with openssh 6.5p1, which brok...Gravatar Joey Hess2014-03-13
* only run sshCleanup when the command actually used ssh connection cachingGravatar Joey Hess2014-03-13
* random hlint (to give the autobuilder something new to build)Gravatar Joey Hess2014-02-11
* run ssh in the directory with its socket when stoppingGravatar Joey Hess2013-10-06
* work around ssh brain-damangeGravatar Joey Hess2013-10-06
* hlintGravatar Joey Hess2013-09-25
* squash compiler warnings on WindowsGravatar Joey Hess2013-08-04
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* For long hostnames, use a hash of the hostname to generate the socket file fo...Gravatar Joey Hess2013-07-22
* stop cached ssh connection w/o needing to look up host and portGravatar Joey Hess2013-07-21
* Revert "Windows: Ssh connection caching is now supported."Gravatar Joey Hess2013-06-17
* Windows: Ssh connection caching is now supported.Gravatar Joey Hess2013-06-17
* fix importsGravatar Joey Hess2013-05-14
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10
* Allow rsync to use other remote shells.Gravatar guilhem2013-04-13
* hlintGravatar Joey Hess2013-04-03
* Run ssh with -T to avoid tty allocation and any login scripts that may do und...Gravatar Joey Hess2013-03-04
* squelch warningGravatar Joey Hess2013-02-22
* shorter directory to external ssh socketGravatar Joey Hess2013-02-19
* Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19