summaryrefslogtreecommitdiff
path: root/src/tool_cb_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* tool: improve --stderr handlingJay Satiro2023-03-121-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* trace: 0x7F character is non-printableViktor Szakats2022-07-171-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-37/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool_debug_cb: do not assume zero-terminated dataDaniel Stenberg2020-11-031-1/+1
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-281-1/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-3/+3
* whitespace fixesViktor Szakats2018-09-231-1/+0
* cppcheck: fix warningsMarian Klymov2018-06-111-5/+5
* tool: Fix format specifiersRikard Falkeborn2018-05-141-2/+2
* code style: use spaces around plusesDaniel Stenberg2017-09-111-13/+16
* tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro2017-05-011-1/+3
* curl: fix callback functions to match prototypeHanno Böck2017-03-301-2/+3
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-031-0/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-1/+1
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-2/+2
* curl: show size of inhibited data when using -vDaniel Stenberg2014-12-221-1/+1
* tool: Moved internal variable isatty to the global configSteve Holme2014-03-011-2/+1
* tool: Moved --stderr to the global configSteve Holme2014-03-011-2/+2
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-271-5/+6
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-2/+2
* 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
* 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
* tool_cb_dbg.c: fix tool_cb_dbg() to behave properly even for size 0Olaf Flebbe2012-03-271-10/+12
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-3/+2
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-241-0/+276