summaryrefslogtreecommitdiff
path: root/Remote/WebDAV.hs
Commit message (Expand)AuthorAge
* 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
* webapp: Fix creation of box.com, S3, and Glacier repositories, broken in 5.20...Gravatar Joey Hess2014-02-24
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* add GETAVAILABILITY to external special remote protocolGravatar Joey Hess2014-01-13
* Deal with box.com changing the url of their webdav endpoint.Gravatar Joey Hess2013-12-02
* assistant: Support repairing git remotes that are locally accessibleGravatar Joey Hess2013-10-27
* directory, webdav: Fix bug introduced in version 4.20131002 that caused the c...Gravatar Joey Hess2013-10-26
* add remote fsck interfaceGravatar Joey Hess2013-10-11
* hlintGravatar Joey Hess2013-09-25
* Support hot-swapping of removable drives containing gcrypt repositories.Gravatar Joey Hess2013-09-12
* partially complete gcrypt remote (local send done; rest not)Gravatar Joey Hess2013-09-07
* fix build (seems getGpgEncOpts got renamed to getGpgEncParams)Gravatar Joey Hess2013-09-04
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
* Support building with DAV 0.4.Gravatar Joey Hess2013-04-30
* webapp: Now automatically fills in any creds used by an existing remote when ...Gravatar Joey Hess2013-04-27
* connect existing meters to the transfer log for downloadsGravatar Joey Hess2013-04-11
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* add globallyAvailable to remotesGravatar Joey Hess2013-03-15