summaryrefslogtreecommitdiff
path: root/Command/SendKey.hs
Commit message (Expand)AuthorAge
* disk free checking for unsized keysJoey Hess2024-01-16
* addurl, importfeed: Fix failure when annex.securehashesonly is setJoey Hess2023-03-27
* remove git-annex-shell compat codeJoey Hess2021-10-11
* use fastDebug everywhere it can be usedJoey Hess2021-04-06
* switch from hslogger to purpose-built Utility.DebugJoey Hess2021-04-05
* suggest when user may want annex.stalldetectionJoey Hess2021-02-03
* add SeekInput (not yet used)Joey Hess2020-09-15
* include git-annex-shell back inJoey Hess2019-12-02
* cache the serialization of a KeyJoey Hess2019-11-22
* update licenses from GPL to AGPLJoey Hess2019-03-13
* move commandAction out of CmdLine.SeekJoey Hess2018-10-01
* AssociatedFile newtypeJoey Hess2017-03-10
* enable forwardRetry for command-line transfersJoey Hess2016-10-26
* remove TransferObserverJoey Hess2016-08-03
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* add some debugs to get timingsJoey Hess2015-08-13
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08
* Avoid accumulating transfer failure log files unless the assistant is being u...Joey Hess2015-05-12
* update my email address and homepage urlJoey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* missing peiceJoey Hess2014-08-16
* git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent tha...Joey Hess2014-08-15
* add desktop notificationsJoey Hess2014-03-22
* reorgJoey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Joey Hess2014-01-20
* merge with git-repairJoey Hess2013-11-19
* hlintJoey Hess2013-09-25
* 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
* webapp: Progess bar fixes for many types of special remotes.Joey Hess2013-03-28
* add section metadata to all commandsJoey Hess2013-03-24
* Special remotes now all rollback storage of keys that get modified during the...Joey Hess2013-01-09
* Got object sending working in direct mode.Joey Hess2012-12-08
* directory special remote: Made more efficient and robust.Joey Hess2012-11-19
* make the assistant retry failed transfersJoey Hess2012-09-23
* unify typesJoey Hess2012-09-21
* 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
* add support for using hashDirLower in addition to hashDirMixedJoey Hess2011-11-28
* reorder repo parameters lastJoey Hess2011-11-08
* 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