Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-20 | tool_doswin.c: fix djgpp function _use_lfn() used without a prototype | Gisle Vanem | |
http://curl.haxx.se/mail/archive-2012-06/0028.html | |||
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 | |
Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists. | |||
2011-11-17 | FindWin32CACert: return OK even if CA cert isn't found | Daniel Stenberg | |
Bug: http://curl.haxx.se/mail/lib-2011-11/0180.html Reported by: Mark Brand | |||
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse | |
2011-10-05 | curl tool: code moved to tool_*.[ch] files | Yang Tse | |
2011-09-22 | 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. | |||
2011-09-20 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
Overhauled FindWin32CACert() | |||
2011-09-19 | curl tool: truly fix compiler warning | Yang Tse | |
2011-09-19 | curl tool: fix compiler warning | Yang Tse | |
2011-09-19 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |