summaryrefslogtreecommitdiff
path: root/Command/RecvKey.hs
Commit message (Expand)AuthorAge
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesJoey Hess2016-08-03
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* add unlocked flag for git-annex-shell recvkeyJoey Hess2015-12-26
* other 80% of avoding verification when hard linking to objects in shared repoJoey Hess2015-10-02
* Do verification of checksums of annex objects downloaded from remotes.Joey Hess2015-10-01
* rename fsckKey to verifyKeyContentJoey Hess2015-10-01
* Improve shutdown due to --time-limit, especially for fsckJoey Hess2015-07-31
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08
* update my email address and homepage urlJoey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsJoey Hess2015-01-20
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* fix some mixed space+tab indentationJoey Hess2014-10-09
* fix "storeKey when already present" test for git-annex-shell transfersJoey Hess2014-08-04
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Joey Hess2014-01-29
* reorgJoey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Joey Hess2014-01-20
* fix transferring to gcrypt repo from direct mode repoJoey Hess2013-10-01
* hlintJoey Hess2013-09-25
* fix permission damage (thanks, Windows)Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Joey Hess2013-05-11
* git-annex-shell: Ensure that received files can be read. Files transferred fr...Joey Hess2013-05-06
* minor refactoringJoey Hess2013-03-30
* let's use words and unwords rather than split and intercalate " "Joey Hess2013-03-30
* Make git-annex-shell call the command with its (safe) options.guilhem2013-03-30
* add section metadata to all commandsJoey Hess2013-03-24
* safe recv-key in direct modeJoey Hess2013-01-11
* typoJoey Hess2012-09-19
* recvkey is not an upload, so ignore the progress callbackJoey Hess2012-09-19
* add a progress callback to storeKey, and threaded it all the way throughJoey Hess2012-09-19
* renamed RsyncFile -> RsyncJoey Hess2012-09-19
* more descriptive name for oneshotJoey Hess2012-09-15
* keep logs of failed transfers, and requeue them when doing a non-full scanJoey Hess2012-08-23
* record transfers for git-annex-shellJoey Hess2012-07-02
* set oneshot mode on a per-command basisJoey Hess2012-02-14
* Avoid repeated location log commits when a remote is receiving files.Joey Hess2012-01-28
* clean up check selection codeJoey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingJoey Hess2011-10-27
* renameJoey Hess2011-10-05
* renameJoey Hess2011-10-04
* factor out common importsJoey Hess2011-10-03
* remove command type definitionsJoey Hess2011-09-15
* split groups of related functions out of UtilityJoey Hess2011-08-22
* renameJoey Hess2011-07-05
* add whenM and unlessMJoey Hess2011-05-17
* avoid version check before running version and upgrade commandsJoey Hess2011-03-19
* fixed dropkey, setkey, and git-annex-shell subcommandsJoey Hess2011-03-15
* first pass at using new keysJoey Hess2011-03-15
* shutdown no longer a special caseJoey Hess2011-01-29