summaryrefslogtreecommitdiff
path: root/Remote
Commit message (Expand)AuthorAge
...
* fix chunk=0Gravatar Joey Hess2014-08-01
* WebDAV: Dropped support for DAV before 0.6.1.Gravatar Joey Hess2014-07-30
* only chunk stable keysGravatar Joey Hess2014-07-30
* update progress after each chunk, at leastGravatar Joey Hess2014-07-29
* fix cleanup of FileContents once done when them when retrievingGravatar Joey Hess2014-07-29
* 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
* fix handling of removal of keys that are not presentGravatar 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 key checking when a directory special remote's directory is missingGravatar 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
* fix buildGravatar Joey Hess2014-07-26
* fix buildGravatar Joey Hess2014-07-26
* convert directory special remote to using ChunkedEncryptableGravatar 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
* | support new style chunking in directory special remoteGravatar 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
* Set gcrypt-publish-participants when setting up a gcrypt repository, to avoid...Gravatar Joey Hess2014-07-15
* optimise handling of unavailable reposGravatar Joey Hess2014-07-15
* catch exception when repo is really not availableGravatar Joey Hess2014-07-15
* sync: Fix git sync with local git remotes even when they don't have an annex....Gravatar Joey Hess2014-07-15
* S3: Deal with AWS ACL configurations that do not allow creating or checking t...Gravatar Joey Hess2014-07-11
* refactor lockingGravatar Joey Hess2014-07-10
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* fix build with old versions of bytestringGravatar Joey Hess2014-06-06
* fix dodgy use of Char8Gravatar Joey Hess2014-05-27