aboutsummaryrefslogtreecommitdiff
path: root/Command/TestRemote.hs
Commit message (Expand)AuthorAge
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* testremote: Test exporttree.Gravatar Joey Hess2017-11-08
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* squelch a couple of warnings about moveAnnex return codeGravatar Joey Hess2017-02-28
* add KeyVariety typeGravatar Joey Hess2017-02-24
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* reinject: When src file's content cannot be verified, leave it alone, instead...Gravatar Joey Hess2016-04-20
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* use action, not sideActionGravatar Joey Hess2015-10-11
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* add lockContentSharedGravatar Joey Hess2015-10-08
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* rename fsckKey to verifyKeyContentGravatar Joey Hess2015-10-01
* converted Forget and TestRemoteGravatar Joey Hess2015-07-11
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* fix warningGravatar Joey Hess2014-08-04
* Merge branch 'master' into newchunksGravatar Joey Hess2014-08-03
|\
| * testremote --fastGravatar Joey Hess2014-08-03
* | roll ChunkedEncryptable into Special and improve interfaceGravatar Joey Hess2014-08-03
|/
* testremote now tests with and without encryptionGravatar Joey Hess2014-08-01
* testremote: Test retrieveKeyFile resumeGravatar Joey Hess2014-08-01
* improve testremote command, adding chunk size testingGravatar Joey Hess2014-08-01
* testremote: New command to test uploads/downloads to a remote.Gravatar Joey Hess2014-08-01