summaryrefslogtreecommitdiff
path: root/src/tool_main.c
AgeCommit message (Expand)Author
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
2013-01-09curl: ignore SIGPIPE - compilation fix - follow-upYang Tse
2013-01-09curl: ignore SIGPIPE - compilation fixYang Tse
2013-01-08curl: ignore SIGPIPEDaniel 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-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
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