aboutsummaryrefslogtreecommitdiff
path: root/Remote/WebDAV.hs
Commit message (Expand)AuthorAge
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* Remove http-conduit (<2.2.0) constraintGravatar Alper Nebi Yasak2016-12-10
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Support checking presence of content at a http url that redirects to a ftp url.Gravatar Joey Hess2016-07-12
* plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to setRemoteCredPairGravatar Joey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* 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 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* webdav: When testing the WebDAV server, send a file with content. The empty f...Gravatar Joey Hess2015-12-11
* use action, not sideActionGravatar Joey Hess2015-10-11
* 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
* add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* reformatGravatar Joey Hess2014-12-16
* 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
* include creds info for glacier and webdavGravatar Joey Hess2014-10-22
* add per-remote-type infoGravatar Joey Hess2014-10-21
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ...Gravatar Joey Hess2014-09-18
* WebDav: Fix enableremote crash when the remote already exists. (Bug introduce...Gravatar Joey Hess2014-09-17
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* avoid printing really ugly webdav exceptionsGravatar Joey Hess2014-08-09
* fix removeKey when not presentGravatar Joey Hess2014-08-08
* show missing url= parameter error soonerGravatar Joey Hess2014-08-08
* WebDAV: Avoid buffering whole file in memory when downloading.Gravatar Joey Hess2014-08-08
* further break out legacy chunking codeGravatar Joey Hess2014-08-08
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* WebDAV: Avoid buffering whole file in memory when uploading.Gravatar Joey Hess2014-08-07
* webdav: reuse http connection when operating on the chunks of a fileGravatar Joey Hess2014-08-07
* use DAV monadGravatar Joey Hess2014-08-07
* convert WebDAV to new special remote interface, adding new-style chunking sup...Gravatar Joey Hess2014-08-06
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
* roll ChunkedEncryptable into Special and improve interfaceGravatar Joey Hess2014-08-03
* WebDAV: Dropped support for DAV before 0.6.1.Gravatar Joey Hess2014-07-30
* better exception displayGravatar Joey Hess2014-07-26
* fix buildGravatar Joey Hess2014-07-26
* move meteredWriteFileChunks out of legacyGravatar Joey Hess2014-07-24
* improve chunk data typesGravatar Joey Hess2014-07-24
* prepare for new style chunkingGravatar Joey Hess2014-07-24
* webdav: When built with a new enough haskell DAV (0.6), disable the http resp...Gravatar Joey Hess2014-03-05
* more DAV url fixes for windowsGravatar Joey Hess2014-02-25
* add protocol-level debugging for davGravatar Joey Hess2014-02-25
* Windows webdav: Fix DOS path separator bug.Gravatar Joey Hess2014-02-25
* fix #740010 properlyGravatar Joey Hess2014-02-25
* webdav: When built with DAV 0.6.0, use the new DAV monad to avoid locking fil...Gravatar Joey Hess2014-02-24