summaryrefslogtreecommitdiff
path: root/Remote/Bup.hs
Commit message (Expand)AuthorAge
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built ...Gravatar Joey Hess2015-08-06
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* 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
* 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
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* 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
* better byteRetrieverGravatar Joey Hess2014-08-03
* convert bup to new ChunkedEncryptable API (but do not support chunking)Gravatar Joey Hess2014-08-02
* factor out getRemoteGitConfigGravatar Joey Hess2014-05-16
* execute remote.<name>.annex-shell on remote, if setGravatar Fraser Tweedale2014-05-16
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* fix failing test case on WindowsGravatar Joey Hess2014-02-03
* avoid using openFile when withFile can be usedGravatar Joey Hess2014-02-03
* add GETAVAILABILITY to external special remote protocolGravatar Joey Hess2014-01-13
* assistant: Support repairing git remotes that are locally accessibleGravatar Joey Hess2013-10-27
* add remote fsck interfaceGravatar Joey Hess2013-10-11
* factor out more ssh stuff from git remoteGravatar Joey Hess2013-09-24
* Use cryptohash rather than SHA for hashing.Gravatar Joey Hess2013-09-22
* 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
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
* Strip leading /~/ from bup relatively pathed bup remotesGravatar Oliver Matthews2013-06-21
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* 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
* split cost out into its own moduleGravatar Joey Hess2013-03-13
* GnuPG options for symmetric encryption.Gravatar guilhem2013-03-11
* git subcommand cleanupGravatar Joey Hess2013-03-03
* Special remotes now all rollback storage of keys that get modified during the...Gravatar Joey Hess2013-01-09
* Fix transferring files to special remotes in direct mode.Gravatar Joey Hess2013-01-06
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* whitespace fixesGravatar Joey Hess2012-12-13
* avoid unnecessary MaybeGravatar Joey Hess2012-11-30
* better streaming while encrypting/decryptingGravatar Joey Hess2012-11-18
* where indentingGravatar Joey Hess2012-11-11
* Use USER and HOME environment when set, and only fall back to getpwent, which...Gravatar Joey Hess2012-10-25
* fix buildGravatar Joey Hess2012-10-24
* bup: Don't pass - to bup-split to make it read stdinGravatar Joey Hess2012-10-23