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
2020-02-19
nit: Copyright year out of date
Daniel Stenberg
2020-02-18
tool_util: Improve Windows version of tvnow()
Jay Satiro
2019-12-10
curl: use errorf() better
Daniel Stenberg
2019-08-08
cleanup: s/curl_debug/curl_dbg_debug in comments and docs
Daniel Stenberg
2019-07-20
curl: support parallel transfers
Daniel Stenberg
2019-04-11
build: fix Codacy/CppCheck warnings
Marcel Raad
2019-03-08
memdebug: make debug-specific functions use curl_dbg_ prefix
Daniel Stenberg
2018-11-30
tool_main: rename function to make it unique and better
Daniel Stenberg
2018-11-06
tool: add undocumented option --dump-module-paths for win32
Jay Satiro
2018-11-05
curl: fixed UTF-8 in current console code page (Windows)
Yasuhiro Matsumoto
2018-10-26
tool_main: make TerminalSettings static
Daniel Stenberg
2018-09-29
curl: enabled Windows VT Support and UTF-8 output
Rich Turner
2018-05-21
curl: added --styled-output
Daniel Stenberg
2017-08-22
tool_main: turn off MinGW CRT's globbing
Marcel Raad
2017-06-16
curl: prevent binary output spewed to terminal
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
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
[next]