mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:07:16 +03:00
curl tool: reviewed code moved to tool_*.[ch] files
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues.
This commit is contained in:
parent
84221006c9
commit
9ecf53e154
12 changed files with 601 additions and 308 deletions
|
|
@ -11,8 +11,8 @@ SOURCE \
|
|||
main.c hugehelp.c urlglob.c writeout.c writeenv.c \
|
||||
getpass.c homedir.c curlutil.c xattr.c \
|
||||
tool_bname.c tool_cfgable.c tool_convert.c tool_dirhie.c \
|
||||
tool_doswin.c tool_mfiles.c tool_msgs.c tool_myfunc.c \
|
||||
tool_vms.c
|
||||
tool_doswin.c tool_easysrc.c tool_mfiles.c tool_msgs.c \
|
||||
tool_myfunc.c tool_progress.c tool_setopt.c tool_vms.c
|
||||
|
||||
SOURCEPATH ../../../lib
|
||||
SOURCE \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue