aboutsummaryrefslogtreecommitdiff
path: root/Remote/External.hs
Commit message (Expand)AuthorAge
...
* unmangled mangled urls from the log before passing to external special remoteGravatar Joey Hess2014-12-08
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Gravatar Joey Hess2014-12-08
* implement CLAIMURL for external special remoteGravatar Joey Hess2014-12-08
* add stub claimUrlGravatar Joey Hess2014-12-08
* External special remote protocol now includes commands for setting and gettin...Gravatar 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
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* run Preparer to get Remover and CheckPresent actionsGravatar 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
* support chunking for all external special remotes!Gravatar Joey Hess2014-07-29
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* clean up cleanup action enumerationGravatar Joey Hess2014-03-13
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* Add progress display for transfers to/from external special remotes.Gravatar Joey Hess2014-02-10
* add GETAVAILABILITY to external special remote protocolGravatar Joey Hess2014-01-13
* external special remote protocol: Added GETGITDIR.Gravatar Joey Hess2014-01-13
* add DEBUGGravatar Joey Hess2014-01-07
* show PATH on failureGravatar Joey Hess2014-01-07
* add remote state logsGravatar Joey Hess2014-01-03
* added GETWANTED, SETWANTED for Tobias's flickr remoteGravatar Joey Hess2014-01-01
* external special remote protocol: Added GETUUID.Gravatar Joey Hess2013-12-31
* implement PREPARE-FAILURE for TobiasGravatar Joey Hess2013-12-29
* better error messages when external special remote exits unexpectedly or is n...Gravatar Joey Hess2013-12-27
* add credential storage support for external special remotes & update exampleGravatar Joey Hess2013-12-27
* better protocol error message, indicate if the command was able to be parsed ...Gravatar Joey Hess2013-12-27
* flush handle after writing messageGravatar Joey Hess2013-12-27
* fix deadlock when state TMVar is emptyGravatar Joey Hess2013-12-27
* defer SETSTATE and GETSTATE for nowGravatar Joey Hess2013-12-27
* implement GETCONFIG and SETCONFIGGravatar Joey Hess2013-12-27
* support encryptionGravatar Joey Hess2013-12-27
* make --debug show transcript of special remote protocol messagesGravatar Joey Hess2013-12-27
* don't send PREPARE before INITREMOTEGravatar Joey Hess2013-12-27
* make some requests optional, simplify and future-proof protocol moreGravatar Joey Hess2013-12-27
* external special remotes mostly implemented (untested)Gravatar Joey Hess2013-12-26
* future-proofingGravatar Joey Hess2013-12-25
* basic data types and serialization for external special remote protocolGravatar Joey Hess2013-12-25