summaryrefslogtreecommitdiff
path: root/Remote.hs
Commit message (Expand)AuthorAge
* import Utility.FileSystemEncoding in CommonJoey Hess2019-01-03
* add a UUIDDesc type containing a ByteStringJoey Hess2019-01-01
* convert UUID from String to ByteStringJoey Hess2019-01-01
* cache remotes via annex-speculate-presentJoey Hess2018-08-01
* enforce retrievalSecurityPolicyJoey Hess2018-06-21
* change Remote.repo to Remote.getRepoJoey Hess2018-06-04
* Fix mangling of --json output of utf-8 characters when not running in a utf-8...Joey Hess2018-04-16
* prevent exporttree=yes on remotes that don't support exportsJoey Hess2017-09-07
* add annex-ignore-command and annex-sync-command configsJoey Hess2017-08-17
* Some optimisations to string splitting code.Joey Hess2017-01-31
* a few last changes post xmpp removalJoey Hess2016-12-28
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* Removed dependency on json library; all JSON is now handled by aeson.Joey Hess2016-07-26
* unused importJoey Hess2016-07-26
* allow using Aeson for streaming JSON outputJoey Hess2016-07-26
* Pass the various gnupg-options configs to gpg in several cases where they wer...Joey Hess2016-05-23
* Remove redundant Show constraintGabor Greif2016-01-28
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* whereis --json: Urls are now listed inside the remote that claims them, rathe...Joey Hess2016-01-15
* enableremote: List uuids and descriptions of remotes that can be enabled, and...Joey Hess2015-10-26
* add a hint about syncing when unable to determine remote uuidJoey Hess2015-10-15
* verify local copy of content with lockingJoey Hess2015-10-09
* Simplify setup process for a ssh remote.Joey Hess2015-08-05
* info: Added json output for "backend usage", "numcopies stats", "repositories...Joey Hess2015-06-16
* improve messagesJoey Hess2015-04-30
* info dir: Added information about repositories that contain files in the spec...Joey Hess2015-04-12
* a few hlintsJoey Hess2015-04-11
* update my email address and homepage urlJoey Hess2015-01-21
* Fix wording of message displayed when unable to get a file that is available ...Joey Hess2015-01-16
* remove unnecessary qualificationJoey Hess2015-01-16
* sync: Now supports remote groups, the same way git remote update does.Joey Hess2014-12-29
* Revert "let url claims optionally include a suggested filename"Joey Hess2014-12-11
* let url claims optionally include a suggested filenameJoey Hess2014-12-11
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Joey Hess2014-12-08
* hlintJoey Hess2014-10-09
* fix some mixed space+tab indentationJoey Hess2014-10-09
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* pushed checkPresent exception handling out of Remote implementationsJoey Hess2014-08-06
* assistant: When there are multiple remotes giving different ways to access th...Joey Hess2014-05-19
* Simplified repository description line format. The remote name, if any, is al...Joey Hess2014-04-26
* make git-remote-daemon ssh transport robustJoey Hess2014-04-09
* Commands that allow specifying which repository to act on using the repositor...Joey Hess2014-03-13
* more hlintJoey Hess2014-02-11
* improve sync with xmpp and annex-ignoreJoey Hess2014-02-01
* sync --content: New option that makes the content of annexed files be transfe...Joey Hess2014-01-19
* Fix bug that caused bad information to be written to the git-annex branch whe...Joey Hess2013-11-09
* webapp: Improve UI around remote that have no annex.uuid set, either because ...Joey Hess2013-11-07
* automatically launch git repository repairJoey Hess2013-10-27
* add remote fsck interfaceJoey Hess2013-10-11
* webapp: Fixed a bug where when a new remote is added, one file may fail to sy...Joey Hess2013-09-29