index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tool_main.c
Age
Commit message (
Expand
)
Author
2014-12-21
VMS: Updates for 0740-0D1220
John E. Malmberg
2014-07-03
tool: oops, forgot to include <plarenas.h>
Kamil Dudka
2014-07-03
tool: call PL_ArenaFinish() on exit if NSPR is used
Kamil Dudka
2014-07-02
tool: call PR_Cleanup() on exit if NSPR is used
Kamil Dudka
2014-03-01
tool: Moved --libcurl to the global config
Steve Holme
2014-03-01
tool: Moved --stderr to the global config
Steve Holme
2014-02-28
tool_main: Fixed a memory leak on main_init error
Dan Fandrich
2014-02-27
tool: Moved --trace and --verbose to the global config
Steve Holme
2014-02-27
tool_main: Forgot to initialise the first operation's global pointer
Steve Holme
2014-02-25
tool: Moved --showerror to the global config
Steve Holme
2014-02-24
tool_operate: Moved easy handle cleanup into tool_main
Steve Holme
2014-02-24
tool_main: Moved easy handle into global config structure
Steve Holme
2014-02-23
tool_main: Corrected typo from commit d6b9f054e9 in Symbian code
Steve Holme
2014-02-23
tool_main: Moved OperateConfig cleanup into main_free()
Steve Holme
2014-02-23
tool_main: Moved initial OperateConfig creation into main_init()
Steve Holme
2014-02-23
tool_cfgable: Added global config structure
Steve Holme
2014-02-23
tool_cfgable: Renamed Configurable structure to OperationConfig
Steve Holme
2014-02-22
tool_operate: Start to use CURLcode rather than int for return codes
Steve Holme
2014-02-08
tool_getparam: Added support for parsing of specific URL options
Steve Holme
2014-02-07
tool_cfgable: For consistency renamed init_config() to config_init()
Steve Holme
2014-02-07
tool_cfgable: Introduced config_free() function
Steve Holme
2014-02-03
tool_operate: Moved libcurl information gathering to tool_main
Steve Holme
2014-02-03
tool_operate: Moved main initialisation and cleanup code into tool_main
Steve Holme
2014-02-03
tool_main: Fixed compilation warning from commit 0104678c79
Steve Holme
2014-02-03
tool_main: Changed stack based config struct to be heap based
Steve Holme
2014-02-02
tool_operate: Moved memory tracking initialisation into tool_main
Steve Holme
2014-02-01
tool_main: Moved config struct initialisation into a separate function
Steve Holme
2013-05-06
src/Makefile.am: build static lib for unit tests if enabled
Kamil Dudka
2013-03-13
tool_main.c: remove redundant vms_show storage-class specifier
Yang Tse
2013-03-13
tool_main.c: fix VMS global variable storage-class specifier
Tom Grace
2013-02-06
vms_show: post VMS patch cleanup - II
Yang Tse
2013-02-06
tool_main.c: post VMS patch cleanup - I
Yang Tse
2013-02-05
VMS: fix and generate the VMS build config
John E. Malmberg
2013-01-09
curl: ignore SIGPIPE - compilation fix - follow-up
Yang Tse
2013-01-09
curl: ignore SIGPIPE - compilation fix
Yang Tse
2013-01-08
curl: ignore SIGPIPE
Daniel Stenberg
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-04-08
curl tool: make curl.h first header included in tool_setup.h
Yang Tse
2012-04-06
curl tool: use configuration files from lib directory
Yang Tse
2011-10-05
curl tool: code moved to tool_*.[ch] files
Yang Tse