index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Annex
/
Ssh.hs
Commit message (
Expand
)
Author
Age
*
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
*
fix imports
Joey Hess
2013-05-14
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
clean up from windows porting
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
*
stub out POSIX stuff
Joey Hess
2013-05-10
*
Allow rsync to use other remote shells.
guilhem
2013-04-13
*
hlint
Joey Hess
2013-04-03
*
Run ssh with -T to avoid tty allocation and any login scripts that may do und...
Joey Hess
2013-03-04
*
squelch warning
Joey Hess
2013-02-22
*
shorter directory to external ssh socket
Joey Hess
2013-02-19
*
Android: Support ssh connection caching.
Joey Hess
2013-02-19
*
type based git config handling for remotes
Joey Hess
2013-01-01
*
type based git config handling
Joey Hess
2012-12-29
*
finished where indentation changes
Joey Hess
2012-12-13
*
squelch warning
Joey Hess
2012-11-26
*
rsync special remote: Include annex-rsync-options when running rsync to test ...
Joey Hess
2012-10-28
*
disable ssh connection caching for standalone builds
Joey Hess
2012-10-15
*
flip catchDefaultIO
Joey Hess
2012-09-17
*
Disable ssh connection caching if the path to the control socket would be too...
Joey Hess
2012-09-13
*
Clean up handling of git directory and git worktree.
Joey Hess
2012-05-18
*
Fix use of several config settings
Joey Hess
2012-05-05
[next]