aboutsummaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
Commit message (Expand)AuthorAge
...
* 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
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* type based git config handlingGravatar Joey Hess2012-12-29
* finished where indentation changesGravatar Joey Hess2012-12-13
* squelch warningGravatar Joey Hess2012-11-26
* rsync special remote: Include annex-rsync-options when running rsync to test ...Gravatar Joey Hess2012-10-28
* disable ssh connection caching for standalone buildsGravatar Joey Hess2012-10-15
* flip catchDefaultIOGravatar Joey Hess2012-09-17
* Disable ssh connection caching if the path to the control socket would be too...Gravatar Joey Hess2012-09-13
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* Fix use of several config settingsGravatar Joey Hess2012-05-05
* noopGravatar Joey Hess2012-04-21
* in which I discover voidGravatar Joey Hess2012-04-21
* honor core.sharedRepository when making all the other files in the annexGravatar Joey Hess2012-04-21
* use new getConfigGravatar Joey Hess2012-03-22
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* syscall optimisationGravatar Joey Hess2012-03-06
* configure: Check if ssh connection caching is supported by the installed vers...Gravatar Joey Hess2012-02-25
* hlintGravatar Joey Hess2012-02-16
* Fix teardown of stale cached ssh connections.Gravatar Joey Hess2012-02-09
* IO exception reworkGravatar Joey Hess2012-02-03
* rename readMaybe to readishGravatar Joey Hess2012-01-23
* order user provided params after connection caching paramsGravatar Joey Hess2012-01-20
* add annex.sshcaching config settingGravatar Joey Hess2012-01-20