summaryrefslogtreecommitdiff
path: root/src/tool_cb_prg.c
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-01-26curl: make the -# spaceship bar not wrap the lineDaniel Stenberg
2020-01-16curl:progressbarinit: ignore column width from terminals < 20Daniel Stenberg
2020-01-12curl: remove 'config' field from OutStructDaniel Stenberg
2019-11-26curl: fix --upload-file . hangs if delay in STDINJohn Schroeder
2019-07-16curl: only accept COLUMNS less than 10000Daniel Stenberg
2019-06-10tool_cb_prg: Fix integer overflow in progress barDaniel Gustafsson
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-01-11tool_cb_prg: avoid integer overflowDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-02-01build: fix termios issue on android cross-compileBen Greear
2018-01-24progress-bar: don't use stderr explicitly, use bar->outDaniel Stenberg
2018-01-23progress-bar: get screen width on windowsGisle Vanem
2018-01-22curl: progress bar refresh, get width using ioctl()Daniel Stenberg
2017-12-08curl: remove __EMX__ #ifdefsDaniel Stenberg
2017-12-07curl: limit -# update frequency for unknown total sizeDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-05-01tool_cb_prg: fix double-promotion warningMarcel Raad
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-01-18Subject: progress bar: increase update frequency to 10HzTobias Markus
2014-01-18progress bar: always update when at 100%Tobias Markus
2013-10-15tool: use XFERFUNCTION to save some castsDave Reisner
2013-08-01curl: second follow-up for commit 5af2bfb9Yang Tse
2013-07-31curl: follow-up for commit 5af2bfb9Yang Tse
2013-07-31curl: --progress-bar max update frequency now at 5HzDaniel Stenberg
2013-07-31curl: make --progress-bar update the line less frequentlyDaniel Stenberg
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-04-17-# progress meter: avoid superfluous updates and duplicate linesDaniel Stenberg
2012-04-08curl tool: make curl.h first header included in tool_setup.hYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2011-11-11progress_cb: avoid buffer overflowDaniel Stenberg
2011-09-24curl tool: reviewed code moved to tool_*.[ch] filesYang Tse