summaryrefslogtreecommitdiff
path: root/src/tool_cb_prg.c
Commit message (Expand)AuthorAgeFilesLines
* tool: improve --stderr handlingJay Satiro2023-03-121-1/+1
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-241-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* tool_cb_prg: make resumed upload progress bar show betterDaniel Stenberg2021-09-271-13/+18
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-111-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* curl: make the -# spaceship bar not wrap the lineDaniel Stenberg2020-01-261-20/+27
* curl:progressbarinit: ignore column width from terminals < 20Daniel Stenberg2020-01-161-1/+2
* curl: remove 'config' field from OutStructDaniel Stenberg2020-01-121-3/+2
* curl: fix --upload-file . hangs if delay in STDINJohn Schroeder2019-11-261-1/+10
* curl: only accept COLUMNS less than 10000Daniel Stenberg2019-07-161-1/+2
* tool_cb_prg: Fix integer overflow in progress barDaniel Gustafsson2019-06-101-4/+9
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+1
* tool_cb_prg: avoid integer overflowDaniel Stenberg2019-01-111-3/+16
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* cppcheck: fix warningsMarian Klymov2018-06-111-6/+6
* build: fix termios issue on android cross-compileBen Greear2018-02-011-0/+6
* progress-bar: don't use stderr explicitly, use bar->outDaniel Stenberg2018-01-241-1/+1
* progress-bar: get screen width on windowsGisle Vanem2018-01-231-0/+15
* curl: progress bar refresh, get width using ioctl()Daniel Stenberg2018-01-221-19/+89
* curl: remove __EMX__ #ifdefsDaniel Stenberg2017-12-081-20/+0
* curl: limit -# update frequency for unknown total sizeDaniel Stenberg2017-12-071-8/+25
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* tool_cb_prg: fix double-promotion warningMarcel Raad2017-05-011-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-3/+7
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-7/+3
* tool: Moved --stderr to the global configSteve Holme2014-03-011-1/+1
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-2/+1
* Subject: progress bar: increase update frequency to 10HzTobias Markus2014-01-181-2/+2
* progress bar: always update when at 100%Tobias Markus2014-01-181-5/+6
* tool: use XFERFUNCTION to save some castsDave Reisner2013-10-151-5/+5
* curl: second follow-up for commit 5af2bfb9Yang Tse2013-08-011-1/+2
* curl: follow-up for commit 5af2bfb9Yang Tse2013-07-311-2/+3
* curl: --progress-bar max update frequency now at 5HzDaniel Stenberg2013-07-311-2/+2
* curl: make --progress-bar update the line less frequentlyDaniel Stenberg2013-07-311-10/+12
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* -# progress meter: avoid superfluous updates and duplicate linesDaniel Stenberg2012-04-171-1/+1
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-081-2/+0
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-2/+2
* progress_cb: avoid buffer overflowDaniel Stenberg2011-11-111-5/+7
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-241-0/+146