summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* hook: use ChunkedEncryptableGravatar Joey Hess2014-08-02
* document that encryption + bup = inneficientGravatar Joey Hess2014-08-02
* convert glacier to new ChunkedEncryptable API (but do not support chunking)Gravatar Joey Hess2014-08-02
* S3: support chunkingGravatar Joey Hess2014-08-02
* specialize Preparer a bit, so resourcePrepare can be addedGravatar Joey Hess2014-08-02
* testremote now tests with and without encryptionGravatar Joey Hess2014-08-01
* fix example external remote script to write files atomicallyGravatar Joey Hess2014-08-01
* minor optimisationGravatar Joey Hess2014-08-01
* testremote: Test retrieveKeyFile resumeGravatar Joey Hess2014-08-01
* improve testremote command, adding chunk size testingGravatar Joey Hess2014-08-01
* deriving ShowGravatar Joey Hess2014-08-01
* fix a fenchpost bug when resuming chunked store at endGravatar Joey Hess2014-08-01
* fix chunk=0Gravatar Joey Hess2014-08-01
* testremote: New command to test uploads/downloads to a remote.Gravatar Joey Hess2014-08-01
* add new section for testing commandsGravatar Joey Hess2014-08-01
* chunk size adviceGravatar Joey Hess2014-07-30
* 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
* make explicit the implicit requirement that CHECKPRESENT not say a key is pre...Gravatar Joey Hess2014-07-28
* 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
* Merge branch 'master' of ssh://git-annex.branchable.com into newchunksGravatar Joey Hess2014-07-28
|\
| * (no commit message)Gravatar divB2014-07-27
| * (no commit message)Gravatar divB2014-07-27
| * devblogGravatar Joey Hess2014-07-27
* | resume interrupted chunked downloadsGravatar Joey Hess2014-07-27
* | add key stability checking interfaceGravatar Joey Hess2014-07-27
* | use map for faster backend name lookupGravatar Joey Hess2014-07-27
* | Merge branch 'master' into newchunksGravatar Joey Hess2014-07-27
|\|
| * updateGravatar 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
* | update does for chunkingGravatar Joey Hess2014-07-26
* | improve exception handlingGravatar Joey Hess2014-07-26
* | add some more exception handling primitivesGravatar 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