aboutsummaryrefslogtreecommitdiff
path: root/Remote/Helper/Chunked.hs
Commit message (Expand)AuthorAge
* fix giveup shadowingGravatar Joey Hess2016-11-16
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Fix bug that prevented resuming of uploads to encrypted special remotes that ...Gravatar Joey Hess2016-04-27
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* disable whereisKey for encrypted or chunked remotesGravatar Joey Hess2015-08-19
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* add per-remote-type infoGravatar Joey Hess2014-10-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
* remove redundant progress meter display codeGravatar Joey Hess2014-08-03
* roll ChunkedEncryptable into Special and improve interfaceGravatar Joey Hess2014-08-03
* whitespaceGravatar Joey Hess2014-08-03
* minor optimisationGravatar Joey Hess2014-08-01
* testremote: Test retrieveKeyFile resumeGravatar 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
* only chunk stable keysGravatar Joey Hess2014-07-30
* update progress after each chunk, at leastGravatar 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
* 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
* faster storeChunksGravatar 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
* finish up basic chunked remote groundworkGravatar Joey Hess2014-07-26
* reorgGravatar Joey Hess2014-07-26
* 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
* 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
* hlintGravatar Joey Hess2013-09-25