summaryrefslogtreecommitdiff
path: root/Command/RecvKey.hs
Commit message (Expand)AuthorAge
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add unlocked flag for git-annex-shell recvkeyGravatar Joey Hess2015-12-26
* 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
* Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* 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
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* fix "storeKey when already present" test for git-annex-shell transfersGravatar Joey Hess2014-08-04
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* reorgGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* fix transferring to gcrypt repo from direct mode repoGravatar Joey Hess2013-10-01
* hlintGravatar Joey Hess2013-09-25
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* git-annex-shell: Ensure that received files can be read. Files transferred fr...Gravatar Joey Hess2013-05-06
* minor refactoringGravatar Joey Hess2013-03-30
* let's use words and unwords rather than split and intercalate " "Gravatar Joey Hess2013-03-30
* Make git-annex-shell call the command with its (safe) options.Gravatar guilhem2013-03-30
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* safe recv-key in direct modeGravatar Joey Hess2013-01-11
* typoGravatar Joey Hess2012-09-19
* recvkey is not an upload, so ignore the progress callbackGravatar Joey Hess2012-09-19
* add a progress callback to storeKey, and threaded it all the way throughGravatar Joey Hess2012-09-19
* renamed RsyncFile -> RsyncGravatar Joey Hess2012-09-19
* more descriptive name for oneshotGravatar Joey Hess2012-09-15
* keep logs of failed transfers, and requeue them when doing a non-full scanGravatar Joey Hess2012-08-23
* record transfers for git-annex-shellGravatar Joey Hess2012-07-02
* set oneshot mode on a per-command basisGravatar Joey Hess2012-02-14
* Avoid repeated location log commits when a remote is receiving files.Gravatar Joey Hess2012-01-28
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* remove command type definitionsGravatar Joey Hess2011-09-15
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* renameGravatar Joey Hess2011-07-05
* add whenM and unlessMGravatar Joey Hess2011-05-17
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* fixed dropkey, setkey, and git-annex-shell subcommandsGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* shutdown no longer a special caseGravatar Joey Hess2011-01-29