summaryrefslogtreecommitdiff
path: root/Messages
Commit message (Expand)AuthorAge
* Fix mangling of --json output of utf-8 characters when not running in a utf-8...Joey Hess2018-04-16
* always poll fileJoey Hess2018-04-06
* dial down update frequency for progress display to 0.2sJoey Hess2018-03-13
* use total size from DATAJoey Hess2018-03-12
* fix lost metering for fallback rsyncsJoey Hess2018-03-12
* use P2P protocol for checkpresent, retrieve, and storeJoey Hess2018-03-09
* split msg into linesJoey Hess2018-02-19
* fix buildJoey Hess2018-02-19
* send stderr to json when --json-error-messages enabledJoey Hess2018-02-19
* always include error-messages field when --json-error-messagesJoey Hess2018-02-19
* fix --json-progress --json to be same as --json --json-progressJoey Hess2018-02-19
* --json: multi-line notesJoey Hess2018-02-16
* Added INFO to external special remote protocol.Joey Hess2018-02-06
* Display progress meter when uploading a key without size informationJoey Hess2017-11-14
* typoJoey Hess2017-05-19
* fix build failure w/o concurrent-outputJoey Hess2017-05-19
* avoid warning when the concurrent-output flag is disabledJoey Hess2017-05-16
* clear regions before ssh promptJoey Hess2017-05-16
* adeiu, MissingHJoey Hess2017-05-16
* Ssh password prompting improved when using -JJoey Hess2017-05-11
* factor non-type stuff out of KeyJoey Hess2017-02-24
* add missing case for unknown size with normal outputJoey Hess2016-10-05
* Make --json-progress output be shown even when the size of a object is not kn...Joey Hess2016-09-29
* Add "total-size" field to --json-progress output.Joey Hess2016-09-29
* drop incremental json object display; clean up codeJoey Hess2016-09-09
* refactorJoey Hess2016-09-09
* make --json-progress work for url downloadsJoey Hess2016-09-09
* make --json-progress update meter when getting from git remote with rsyncJoey Hess2016-09-09
* better locking for json with -JJoey Hess2016-09-09
* addurl, get: Added --json-progress option, which adds progress objects to the...Joey Hess2016-09-09
* Remove key:null from git-annex add --json output.Joey Hess2016-09-09
* make maybeShowJSON also add to the bufferJoey Hess2016-09-09
* buffer json output until done when in concurrent modeJoey Hess2016-09-09
* disentangle concurrency and message typeJoey Hess2016-09-09
* still update othermeter when not displaying progress at consoleJoey Hess2016-09-08
* Rate limit console progress display updates to 10 per second. Was updating as...Joey Hess2016-09-08
* avoid build warnings when building w/o concurrent-outputJoey Hess2016-09-06
* fix build with old ghcJoey Hess2016-08-08
* avoid using Strings for JSON output; keep it ByteString throughoutJoey Hess2016-07-26
* improved use of Aeson for JSONActionItemJoey Hess2016-07-26
* Removed dependency on json library; all JSON is now handled by aeson.Joey Hess2016-07-26
* aeson parser for --json output linesJoey Hess2016-07-26
* allow using Aeson for streaming JSON outputJoey Hess2016-07-26
* improve json when showStart' is given only a keyJoey Hess2016-03-06
* fix build w/o concurrent-outputJoey Hess2016-02-15
* quiet warning on windowsJoey Hess2016-02-15
* Work around problem with concurrent-output when in a non-unicode locale by av...Joey Hess2016-02-14
* avoid spawning file size polling thread when not in -J modeJoey Hess2015-11-16
* Display progress meter in -J mode when downloading from the web.Joey Hess2015-11-16
* fix build warning when built w/o concurrent-outputJoey Hess2015-11-10