Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-23 | Generate lists and use symbols in --libcurl code output. | Colin Hogben | |
This patch improves the output of curl's --libcurl option by generating code which builds curl_httppost and curl_slist lists, and uses symbolic names for enum and flag values. Variants of the my_setopt macro in tool_setopt.h are added in order to pass extra type information to the code-generation step in tool_setopt.c. If curl is configured with --disable-libcurl-option then the macros call curl_easy_setopt directly. | |||
2012-02-13 | configure: add option disable --libcurl output | Colin Hogben | |
2011-10-05 | curl tool: code moved to tool_*.[ch] files | Yang Tse | |
2011-09-21 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues. |