aboutsummaryrefslogtreecommitdiff
path: root/src/tool_main.c
AgeCommit message (Expand)Author
2020-05-14tool: support UTF-16 command line on WindowsMarcel Raad
2020-02-19nit: Copyright year out of dateDaniel Stenberg
2020-02-18tool_util: Improve Windows version of tvnow()Jay Satiro
2019-12-10curl: use errorf() betterDaniel Stenberg
2019-08-08cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg
2019-07-20curl: support parallel transfersDaniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-03-08memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg
2018-11-30tool_main: rename function to make it unique and betterDaniel Stenberg
2018-11-06tool: add undocumented option --dump-module-paths for win32Jay Satiro
2018-11-05curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto
2018-10-26tool_main: make TerminalSettings staticDaniel Stenberg
2018-09-29curl: enabled Windows VT Support and UTF-8 outputRich Turner
2018-05-21curl: added --styled-outputDaniel Stenberg
2017-08-22tool_main: turn off MinGW CRT's globbingMarcel Raad
2017-06-16curl: prevent binary output spewed to terminalDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-12-21VMS: Updates for 0740-0D1220John E. Malmberg
2014-07-03tool: oops, forgot to include <plarenas.h>Kamil Dudka
2014-07-03tool: call PL_ArenaFinish() on exit if NSPR is usedKamil Dudka
2014-07-02tool: call PR_Cleanup() on exit if NSPR is usedKamil Dudka
2014-03-01tool: Moved --libcurl to the global configSteve Holme
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-28tool_main: Fixed a memory leak on main_init errorDan Fandrich
2014-02-27tool: Moved --trace and --verbose to the global configSteve Holme
2014-02-27tool_main: Forgot to initialise the first operation's global pointerSteve Holme
2014-02-25tool: Moved --showerror to the global configSteve Holme
2014-02-24tool_operate: Moved easy handle cleanup into tool_mainSteve Holme
2014-02-24tool_main: Moved easy handle into global config structureSteve Holme
2014-02-23tool_main: Corrected typo from commit d6b9f054e9 in Symbian codeSteve Holme
2014-02-23tool_main: Moved OperateConfig cleanup into main_free()Steve Holme
2014-02-23tool_main: Moved initial OperateConfig creation into main_init()Steve Holme
2014-02-23tool_cfgable: Added global config structureSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-22tool_operate: Start to use CURLcode rather than int for return codesSteve Holme
2014-02-08tool_getparam: Added support for parsing of specific URL optionsSteve Holme
2014-02-07tool_cfgable: For consistency renamed init_config() to config_init()Steve Holme
2014-02-07tool_cfgable: Introduced config_free() functionSteve Holme
2014-02-03tool_operate: Moved libcurl information gathering to tool_mainSteve Holme
2014-02-03tool_operate: Moved main initialisation and cleanup code into tool_mainSteve Holme
2014-02-03tool_main: Fixed compilation warning from commit 0104678c79Steve Holme
2014-02-03tool_main: Changed stack based config struct to be heap basedSteve Holme
2014-02-02tool_operate: Moved memory tracking initialisation into tool_mainSteve Holme
2014-02-01tool_main: Moved config struct initialisation into a separate functionSteve Holme
2013-05-06src/Makefile.am: build static lib for unit tests if enabledKamil Dudka
2013-03-13tool_main.c: remove redundant vms_show storage-class specifierYang Tse
2013-03-13tool_main.c: fix VMS global variable storage-class specifierTom Grace
2013-02-06vms_show: post VMS patch cleanup - IIYang Tse
2013-02-06tool_main.c: post VMS patch cleanup - IYang Tse
2013-02-05VMS: fix and generate the VMS build configJohn E. Malmberg