summaryrefslogtreecommitdiff
path: root/src/tool_main.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-081-3/+3
* curl: support parallel transfersDaniel Stenberg2019-07-201-16/+4
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-2/+2
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-3/+3
* tool_main: rename function to make it unique and betterDaniel Stenberg2018-11-301-2/+2
* tool: add undocumented option --dump-module-paths for win32Jay Satiro2018-11-061-0/+16
* curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto2018-11-051-6/+1
* tool_main: make TerminalSettings staticDaniel Stenberg2018-10-261-5/+5
* curl: enabled Windows VT Support and UTF-8 outputRich Turner2018-09-291-0/+56
* curl: added --styled-outputDaniel Stenberg2018-05-211-1/+2
* tool_main: turn off MinGW CRT's globbingMarcel Raad2017-08-221-0/+9
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* VMS: Updates for 0740-0D1220John E. Malmberg2014-12-211-1/+1
* tool: oops, forgot to include <plarenas.h>Kamil Dudka2014-07-031-0/+1
* tool: call PL_ArenaFinish() on exit if NSPR is usedKamil Dudka2014-07-031-1/+4
* tool: call PR_Cleanup() on exit if NSPR is usedKamil Dudka2014-07-021-0/+9
* tool: Moved --libcurl to the global configSteve Holme2014-03-011-0/+2
* tool: Moved --stderr to the global configSteve Holme2014-03-011-0/+5
* tool_main: Fixed a memory leak on main_init errorDan Fandrich2014-02-281-2/+7
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-271-0/+10
* tool_main: Forgot to initialise the first operation's global pointerSteve Holme2014-02-271-0/+1
* tool: Moved --showerror to the global configSteve Holme2014-02-251-1/+4
* tool_operate: Moved easy handle cleanup into tool_mainSteve Holme2014-02-241-1/+5
* tool_main: Moved easy handle into global config structureSteve Holme2014-02-241-4/+13
* tool_main: Corrected typo from commit d6b9f054e9 in Symbian codeSteve Holme2014-02-231-1/+1
* tool_main: Moved OperateConfig cleanup into main_free()Steve Holme2014-02-231-9/+9
* tool_main: Moved initial OperateConfig creation into main_init()Steve Holme2014-02-231-36/+36
* tool_cfgable: Added global config structureSteve Holme2014-02-231-1/+4
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-3/+3
* tool_operate: Start to use CURLcode rather than int for return codesSteve Holme2014-02-221-6/+6
* tool_getparam: Added support for parsing of specific URL optionsSteve Holme2014-02-081-1/+1
* tool_cfgable: For consistency renamed init_config() to config_init()Steve Holme2014-02-071-1/+1
* tool_cfgable: Introduced config_free() functionSteve Holme2014-02-071-2/+2
* tool_operate: Moved libcurl information gathering to tool_mainSteve Holme2014-02-031-7/+19
* tool_operate: Moved main initialisation and cleanup code into tool_mainSteve Holme2014-02-031-2/+39
* tool_main: Fixed compilation warning from commit 0104678c79Steve Holme2014-02-031-1/+1
* tool_main: Changed stack based config struct to be heap basedSteve Holme2014-02-031-9/+21
* tool_operate: Moved memory tracking initialisation into tool_mainSteve Holme2014-02-021-0/+36
* tool_main: Moved config struct initialisation into a separate functionSteve Holme2014-02-011-4/+3
* src/Makefile.am: build static lib for unit tests if enabledKamil Dudka2013-05-061-0/+4
* tool_main.c: remove redundant vms_show storage-class specifierYang Tse2013-03-131-1/+1
* tool_main.c: fix VMS global variable storage-class specifierTom Grace2013-03-131-1/+1
* vms_show: post VMS patch cleanup - IIYang Tse2013-02-061-0/+10
* tool_main.c: post VMS patch cleanup - IYang Tse2013-02-061-4/+0
* VMS: fix and generate the VMS build configJohn E. Malmberg2013-02-051-4/+4
* curl: ignore SIGPIPE - compilation fix - follow-upYang Tse2013-01-091-1/+1
* curl: ignore SIGPIPE - compilation fixYang Tse2013-01-091-2/+2
* curl: ignore SIGPIPEDaniel Stenberg2013-01-081-1/+9
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1