aboutsummaryrefslogtreecommitdiff
path: root/Remote
Commit message (Expand)AuthorAge
* simplify code to make it compilable with ghc v7.11.20150407Gravatar Gabor Greif2016-04-12
* hard links on windowsGravatar Joey Hess2016-04-08
* ddar remote: fix ssh callsGravatar Robie Basak2016-03-23
* S3: Allow configuring with requeststyle=path to use path-style bucket access ...Gravatar Joey Hess2016-02-09
* WebDAV: Remove a bogus trailing slash from the end of the url to the temporar...Gravatar Joey Hess2016-02-09
* WebDAV: Set depth 1 in PROPFIND request, for better compatability with some s...Gravatar Joey Hess2016-02-09
* remove 3 build flagsGravatar Joey Hess2016-01-26
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* avoid hard linking object from other repository when annex.thin is setGravatar Joey Hess2016-01-13
* remove reundant isDirect checkGravatar Joey Hess2016-01-13
* typoGravatar Joey Hess2015-12-26
* deal with unlocked files when calling rsyncParamsRemoteGravatar Joey Hess2015-12-26
* add unlocked flag for git-annex-shell recvkeyGravatar Joey Hess2015-12-26
* Merge branch 'master' into smudgeGravatar Joey Hess2015-12-11
|\
| * webdav: When testing the WebDAV server, send a file with content. The empty f...Gravatar Joey Hess2015-12-11
* | check inode cache in prepSendAnnexGravatar Joey Hess2015-12-10
|/
* tahoe: Include tahoe capabilities in whereis display.Gravatar Joey Hess2015-11-30
* improve error message when special remote program cannot be runGravatar Joey Hess2015-11-18
* Display progress meter in -J mode when downloading from the web.Gravatar Joey Hess2015-11-16
* refactorGravatar Joey Hess2015-11-16
* Display progress meter in -J mode when copying from a local git repo, to a lo...Gravatar Joey Hess2015-11-16
* convert from Utility.LockPool to Annex.LockPool everywhereGravatar Joey Hess2015-11-12
* concurrent-output, first passGravatar Joey Hess2015-11-04
* Fix failure to build with aws-0.13.0 and finish nearline support.Gravatar Joey Hess2015-11-02
* Avoid displaying network transport warning when a ssh remote does not yet hav...Gravatar Joey Hess2015-10-15
* S3: Fix support for using https.Gravatar Joey Hess2015-10-15
* fix various build warnings, mostly on WindowsGravatar Joey Hess2015-10-13
* use action, not sideActionGravatar Joey Hess2015-10-11
* add inAnnex check to local lockKeyGravatar Joey Hess2015-10-09
* improve display when lockcontent failsGravatar Joey Hess2015-10-09
* implement lockContent for ssh remotesGravatar Joey Hess2015-10-09
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* fix lockKey to run callback in original Annex monad, not local remote'sGravatar Joey Hess2015-10-09
* content locking during drop working for local git remotesGravatar Joey Hess2015-10-09
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* add lockContentSharedGravatar Joey Hess2015-10-08
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* avoid verification when hard linking to objects in shared repositoryGravatar Joey Hess2015-10-02
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* refactorGravatar Joey Hess2015-10-01
* avoid deprecation warnings when built with http-client >= 0.4.18Gravatar Joey Hess2015-10-01
* avoid hard dependency on new version of awsGravatar Joey Hess2015-09-22
* S3 storage classes expansionGravatar Joey Hess2015-09-17
* annex.hardlink extended to also try to use hard links when copying from the r...Gravatar Joey Hess2015-09-14
* support gpg.programGravatar Joey Hess2015-09-09
* disable whereisKey for encrypted or chunked remotesGravatar Joey Hess2015-08-19
* make whereis show urls when web remote does not have contentGravatar Joey Hess2015-08-17
* External special remotes can now be built that can be used in readonly mode, ...Gravatar Joey Hess2015-08-17
* export some always failing methods for readonly remotesGravatar Joey Hess2015-08-17
* refactorGravatar Joey Hess2015-08-17