summaryrefslogtreecommitdiff
path: root/Remote/WebDAV.hs
Commit message (Expand)AuthorAge
* avoid build warning with old version of httpGravatar Joey Hess2017-11-21
* webdav: Make --debug show all webdav operations.Gravatar Joey Hess2017-10-07
* webdav: Improve error message for failed request to include the request metho...Gravatar Joey Hess2017-09-28
* add ExportTree table to export dbGravatar Joey Hess2017-09-18
* split out Types.ExportGravatar Joey Hess2017-09-15
* webdav: Changed path used on webdav server for temporary files.Gravatar Joey Hess2017-09-15
* implement removeExportDirectoryGravatar Joey Hess2017-09-15
* work around box.com webdav rename bugGravatar Joey Hess2017-09-13
* fix exporting files in subdirectories to webdavGravatar Joey Hess2017-09-13
* export: cache connections for S3 and webdavGravatar Joey Hess2017-09-12
* deal with box.com horrible infinite redirect behaviorGravatar Joey Hess2017-09-12
* export to webdavGravatar Joey Hess2017-09-12
* 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
* 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