Base code merged to SPIN 2.4
[platform/upstream/curl.git] / src / tool_main.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-07-03 Kamil Dudkatool: oops, forgot to include <plarenas.h>
2014-07-03 Kamil Dudkatool: call PL_ArenaFinish() on exit if NSPR is used
2014-07-02 Kamil Dudkatool: call PR_Cleanup() on exit if NSPR is used
2014-03-01 Steve Holmetool: Moved --libcurl to the global config
2014-03-01 Steve Holmetool: Moved --stderr to the global config
2014-02-28 Dan Fandrichtool_main: Fixed a memory leak on main_init error
2014-02-27 Steve Holmetool: Moved --trace and --verbose to the global config
2014-02-27 Steve Holmetool_main: Forgot to initialise the first operation...
2014-02-25 nickzmanMerge pull request #93 from d235j/darwinssl_ip_address_fix
2014-02-25 Steve Holmetool: Moved --showerror to the global config
2014-02-24 Steve Holmetool_operate: Moved easy handle cleanup into tool_main
2014-02-24 Steve Holmetool_main: Moved easy handle into global config structure
2014-02-23 Steve Holmetool_main: Corrected typo from commit d6b9f054e9 in...
2014-02-23 Steve Holmetool_main: Moved OperateConfig cleanup into main_free()
2014-02-23 Steve Holmetool_main: Moved initial OperateConfig creation into...
2014-02-23 Steve Holmetool_cfgable: Added global config structure
2014-02-23 Steve Holmetool_cfgable: Renamed Configurable structure to Operati...
2014-02-22 Steve Holmetool_operate: Start to use CURLcode rather than int...
2014-02-08 Steve Holmetool_getparam: Added support for parsing of specific...
2014-02-07 Steve Holmetool_cfgable: For consistency renamed init_config(...
2014-02-07 Steve Holmetool_cfgable: Introduced config_free() function
2014-02-03 Steve Holmetool_operate: Moved libcurl information gathering to...
2014-02-03 Steve Holmetool_operate: Moved main initialisation and cleanup...
2014-02-03 Steve Holmetool_main: Fixed compilation warning from commit 0104678c79
2014-02-03 Steve Holmetool_main: Changed stack based config struct to be...
2014-02-02 Steve Holmetool_operate: Moved memory tracking initialisation...
2014-02-01 Steve Holmetool_main: Moved config struct initialisation into...
2013-05-06 Kamil Dudkasrc/Makefile.am: build static lib for unit tests if...
2013-03-13 Yang Tsetool_main.c: remove redundant vms_show storage-class...
2013-03-13 Tom Gracetool_main.c: fix VMS global variable storage-class...
2013-02-06 Yang Tsevms_show: post VMS patch cleanup - II
2013-02-06 Yang Tsetool_main.c: post VMS patch cleanup - I
2013-02-05 John E. MalmbergVMS: fix and generate the VMS build config
2013-01-09 Yang Tsecurl: ignore SIGPIPE - compilation fix - follow-up
2013-01-09 Yang Tsecurl: ignore SIGPIPE - compilation fix
2013-01-08 Daniel Stenbergcurl: ignore SIGPIPE
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-04-08 Yang Tsecurl tool: make curl.h first header included in tool_se...
2012-04-06 Yang Tsecurl tool: use configuration files from lib directory
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-04 Yang Tsecurl tool: code moved to tool_*.[ch] files