aboutsummaryrefslogtreecommitdiff
path: root/Messages/Progress.hs
Commit message (Expand)AuthorAge
* fix --json-progress --json to be same as --json --json-progressGravatar Joey Hess2018-02-19
* Display progress meter when uploading a key without size informationGravatar Joey Hess2017-11-14
* adeiu, MissingHGravatar Joey Hess2017-05-16
* 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
* 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
* 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 w/o concurrent-outputGravatar 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
* Concurrent progress bars are now displayed when using -J with a command that ...Gravatar Joey Hess2015-11-06
* arrange for regional output manager to run when -J is enabledGravatar Joey Hess2015-11-04
* concurrent-output, first passGravatar Joey Hess2015-11-04
* allow building without ascii-progress, since it is not ready yetGravatar Joey Hess2015-05-12
* reuse stringsGravatar Joey Hess2015-04-14
* scale progress bar to terminal sizeGravatar Joey Hess2015-04-14
* add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* use built-in progress meters for git when in parallel modeGravatar Joey Hess2015-04-10
* WIP use ascii-progressGravatar Joey Hess2015-04-04
* relay external special remote stderr through progress suppression machinery (...Gravatar Joey Hess2015-04-04
* well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
* avoid progress bar for url download with --quietGravatar Joey Hess2015-04-03
* dead codeGravatar Joey Hess2015-04-03
* reall disable progress displays for --quietGravatar Joey Hess2015-04-03
* fix stderr handlingGravatar Joey Hess2015-04-03
* WIP on making --quiet silence progress, and infra for concurrent progress barsGravatar Joey Hess2015-04-03