aboutsummaryrefslogtreecommitdiff
path: root/Messages
Commit message (Expand)AuthorAge
* split msg into linesGravatar Joey Hess2018-02-19
* fix buildGravatar Joey Hess2018-02-19
* send stderr to json when --json-error-messages enabledGravatar Joey Hess2018-02-19
* always include error-messages field when --json-error-messagesGravatar Joey Hess2018-02-19
* fix --json-progress --json to be same as --json --json-progressGravatar Joey Hess2018-02-19
* --json: multi-line notesGravatar Joey Hess2018-02-16
* Added INFO to external special remote protocol.Gravatar Joey Hess2018-02-06
* Display progress meter when uploading a key without size informationGravatar Joey Hess2017-11-14
* typoGravatar Joey Hess2017-05-19
* fix build failure w/o concurrent-outputGravatar Joey Hess2017-05-19
* avoid warning when the concurrent-output flag is disabledGravatar Joey Hess2017-05-16
* clear regions before ssh promptGravatar Joey Hess2017-05-16
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Ssh password prompting improved when using -JGravatar Joey Hess2017-05-11
* factor non-type stuff out of KeyGravatar Joey Hess2017-02-24
* add missing case for unknown size with normal outputGravatar Joey Hess2016-10-05
* Make --json-progress output be shown even when the size of a object is not kn...Gravatar Joey Hess2016-09-29
* Add "total-size" field to --json-progress output.Gravatar Joey Hess2016-09-29
* drop incremental json object display; clean up codeGravatar Joey Hess2016-09-09
* refactorGravatar Joey Hess2016-09-09
* make --json-progress work for url downloadsGravatar Joey Hess2016-09-09
* make --json-progress update meter when getting from git remote with rsyncGravatar Joey Hess2016-09-09
* better locking for json with -JGravatar Joey Hess2016-09-09
* addurl, get: Added --json-progress option, which adds progress objects to the...Gravatar Joey Hess2016-09-09
* Remove key:null from git-annex add --json output.Gravatar Joey Hess2016-09-09
* make maybeShowJSON also add to the bufferGravatar Joey Hess2016-09-09
* buffer json output until done when in concurrent modeGravatar Joey Hess2016-09-09
* disentangle concurrency and message typeGravatar Joey Hess2016-09-09
* still update othermeter when not displaying progress at consoleGravatar Joey Hess2016-09-08
* Rate limit console progress display updates to 10 per second. Was updating as...Gravatar Joey Hess2016-09-08
* avoid build warnings when building w/o concurrent-outputGravatar Joey Hess2016-09-06
* fix build with old ghcGravatar Joey Hess2016-08-08
* avoid using Strings for JSON output; keep it ByteString throughoutGravatar Joey Hess2016-07-26
* improved use of Aeson for JSONActionItemGravatar Joey Hess2016-07-26
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* aeson parser for --json output linesGravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* improve json when showStart' is given only a keyGravatar Joey Hess2016-03-06
* fix build w/o concurrent-outputGravatar Joey Hess2016-02-15
* quiet warning on windowsGravatar Joey Hess2016-02-15
* Work around problem with concurrent-output when in a non-unicode locale by av...Gravatar Joey Hess2016-02-14
* avoid spawning file size polling thread when not in -J modeGravatar Joey Hess2015-11-16
* Display progress meter in -J mode when downloading from the web.Gravatar Joey Hess2015-11-16
* fix build warning when built w/o concurrent-outputGravatar Joey Hess2015-11-10
* Concurrent progress bars are now displayed when using -J with a command that ...Gravatar Joey Hess2015-11-06
* don't display console regions untill there is output in themGravatar Joey Hess2015-11-05
* join back threads before ending concurrent output so display worksGravatar Joey Hess2015-11-05
* don't display blank regions once doneGravatar Joey Hess2015-11-04
* remove some debug printsGravatar Joey Hess2015-11-04
* arrange for regional output manager to run when -J is enabledGravatar Joey Hess2015-11-04