aboutsummaryrefslogtreecommitdiff
path: root/src/tool_main.c
AgeCommit message (Expand)Author
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
2011-10-05curl tool: code moved to tool_*.[ch] filesYang Tse