aboutsummaryrefslogtreecommitdiff
path: root/Command/SendKey.hs
Commit message (Expand)AuthorAge
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* enable forwardRetry for command-line transfersGravatar Joey Hess2016-10-26
* remove TransferObserverGravatar Joey Hess2016-08-03
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add some debugs to get timingsGravatar Joey Hess2015-08-13
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* 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
* missing peiceGravatar Joey Hess2014-08-16
* git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent tha...Gravatar Joey Hess2014-08-15
* add desktop notificationsGravatar Joey Hess2014-03-22
* reorgGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* merge with git-repairGravatar Joey Hess2013-11-19
* hlintGravatar Joey Hess2013-09-25
* 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
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* Special remotes now all rollback storage of keys that get modified during the...Gravatar Joey Hess2013-01-09
* Got object sending working in direct mode.Gravatar Joey Hess2012-12-08
* directory special remote: Made more efficient and robust.Gravatar Joey Hess2012-11-19
* make the assistant retry failed transfersGravatar Joey Hess2012-09-23
* unify typesGravatar Joey Hess2012-09-21
* 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
* add support for using hashDirLower in addition to hashDirMixedGravatar Joey Hess2011-11-28
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* 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
* show a warning message when failing to find requested keyGravatar Joey Hess2011-05-22
* 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
* better directory handlingGravatar Joey Hess2011-01-27