aboutsummaryrefslogtreecommitdiff
path: root/Remote/Rsync.hs
Commit message (Expand)AuthorAge
* Support exporttree=yes for rsync special remotes.Gravatar Joey Hess2018-02-28
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* refactor ExportActionsGravatar Joey Hess2017-09-01
* add API for exportingGravatar Joey Hess2017-08-29
* avoid the dashed ssh hostname class of security holesGravatar Joey Hess2017-08-17
* Support GIT_SSH and GIT_SSH_COMMANDGravatar Joey Hess2017-03-17
* Run ssh with -n whenever input is not being piped into itGravatar Joey Hess2017-02-15
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* refactorGravatar Joey Hess2015-08-17
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* remove unused importsGravatar Joey Hess2015-07-31
* Fix rsync special remote to work when -Jn is used for concurrent uploads.Gravatar Joey Hess2015-07-30
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
* WIP on making --quiet silence progress, and infra for concurrent progress barsGravatar Joey Hess2015-04-03
* The ssh-options git config is now used by gcrypt, rsync, and ddar special rem...Gravatar Joey Hess2015-02-12
* test suite found a problem with today's workGravatar Joey Hess2015-01-28
* implement annex.tune.objecthashlowerGravatar Joey Hess2015-01-28
* import Data.Default in CommonGravatar Joey Hess2015-01-28
* groundwork for parameterizing hash depthGravatar Joey Hess2015-01-28
* 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
* Expand checkurl to support recommended filename, and multi-file-urlsGravatar Joey Hess2014-12-11
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Gravatar Joey Hess2014-12-08
* add stub claimUrlGravatar Joey Hess2014-12-08
* add per-remote-type infoGravatar Joey Hess2014-10-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ...Gravatar Joey Hess2014-09-18
* The annex-rsync-transport configuration is now also used when checking if a k...Gravatar Joey Hess2014-09-11
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* run Preparer to get Remover and CheckPresent actionsGravatar Joey Hess2014-08-06
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
* convert gcrypt to new regime, including chunkingGravatar Joey Hess2014-08-03
* finish making rsync support chunkingGravatar Joey Hess2014-08-03
* rsync special remote: Fix slashes when used on Windows.Gravatar Joey Hess2014-03-18
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* Fix handling of rsync remote urls containing a username, including rsync.net.Gravatar Joey Hess2014-02-21
* cleanup thanks to Utility.PIDGravatar Joey Hess2014-02-11
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* Added ways to configure rsync options to be used only when uploading or downl...Gravatar Joey Hess2014-02-02
* change a few renameFile's to renameGravatar Joey Hess2014-01-29