summaryrefslogtreecommitdiff
path: root/Remote/Helper
Commit message (Expand)AuthorAge
...
* optimise case of remote that retrieves FileContent, when chunks and encryptio...Gravatar Joey Hess2014-07-29
* support chunking for all external special remotes!Gravatar Joey Hess2014-07-29
* better type for RetrieverGravatar Joey Hess2014-07-29
* allow Retriever action to update the progress meterGravatar Joey Hess2014-07-29
* lift types from IO to AnnexGravatar Joey Hess2014-07-29
* add ContentSource type, for remotes that act on files rather than ByteStringsGravatar Joey Hess2014-07-29
* fix non-checked hasKeyChunksGravatar Joey Hess2014-07-29
* resume interrupted chunked uploadsGravatar Joey Hess2014-07-28
* add ChunkMethod type and make Logs.Chunk use it, rather than assuming fixed s...Gravatar Joey Hess2014-07-28
* resume interrupted chunked downloadsGravatar Joey Hess2014-07-27
* use existing chunks even when chunk=0Gravatar Joey Hess2014-07-27
* reorgGravatar Joey Hess2014-07-27
* comment typoGravatar Joey Hess2014-07-27
* faster storeChunksGravatar Joey Hess2014-07-27
* better Preparer interfaceGravatar Joey Hess2014-07-27
* improve exception handlingGravatar Joey Hess2014-07-26
* better exception displayGravatar Joey Hess2014-07-26
* fix another fallback bugGravatar Joey Hess2014-07-26
* allM has slightly better memory useGravatar Joey Hess2014-07-26
* fix fallback to other chunk size when first does not have itGravatar Joey Hess2014-07-26
* Support for remotes that are chunkable and encryptable.Gravatar Joey Hess2014-07-26
* finish up basic chunked remote groundworkGravatar Joey Hess2014-07-26
* reorgGravatar Joey Hess2014-07-26
* Merge branch 'master' into newchunksGravatar Joey Hess2014-07-26
|\
| * Fix cost calculation for non-encrypted remotes.Gravatar Joey Hess2014-07-25
* | core implementation of new style chunkingGravatar Joey Hess2014-07-25
|/
* move meteredWriteFileChunks out of legacyGravatar Joey Hess2014-07-24
* implement chunk logsGravatar Joey Hess2014-07-24
* improve chunk data typesGravatar Joey Hess2014-07-24
* prepare for new style chunkingGravatar Joey Hess2014-07-24
* refactor lockingGravatar Joey Hess2014-07-10
* factor out getRemoteGitConfigGravatar Joey Hess2014-05-16
* execute remote.<name>.annex-shell on remote, if setGravatar Fraser Tweedale2014-05-16
* Bring back rsync -p, but only when git-annex is running on a non-crippled fil...Gravatar Joey Hess2014-04-17
* clean up cleanup action enumerationGravatar Joey Hess2014-03-13
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* Added ways to configure rsync options to be used only when uploading or downl...Gravatar Joey Hess2014-02-02
* use locking on WindowsGravatar Joey Hess2014-01-28
* reorgGravatar Joey Hess2014-01-26
* add GETAVAILABILITY to external special remote protocolGravatar Joey Hess2014-01-13
* Remotes can now be made read-only, by setting remote.<name>.annex-readonlyGravatar Joey Hess2014-01-02
* map: Work when there are gcrypt remotes.Gravatar Joey Hess2013-11-04
* directory, webdav: Fix bug introduced in version 4.20131002 that caused the c...Gravatar Joey Hess2013-10-26
* fix inverted logic when determining whether to write a chunkcount fileGravatar Joey Hess2013-10-26
* remove __WINDOWS__ ifdefGravatar Joey Hess2013-10-06
* fix transferring to gcrypt repo from direct mode repoGravatar Joey Hess2013-10-01
* hlintGravatar Joey Hess2013-09-25
* factor out more ssh stuff from git remoteGravatar Joey Hess2013-09-24
* partially complete gcrypt remote (local send done; rest not)Gravatar Joey Hess2013-09-07
* rename constructor for clariyGravatar Joey Hess2013-09-05