summaryrefslogtreecommitdiff
path: root/src/tool_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* 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
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-0/+112