Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes allowing 26 more test cases in 1334 to 1393 range to succeed | Yang Tse | 2012-06-09 | 1 | -7/+18 |
| | |||||
* | Made -D option work with -O and -J. | Tatsuhiro Tsujikawa | 2012-05-25 | 1 | -0/+10 |
| | | | | | | | | | | | | | | To achieve this, first new structure HeaderData is defined to hold necessary data to perform header-related work. Then tool_header_cb now receives HeaderData pointer as userdata. All header-related work (currently, dumping header and Content-Disposition inspection) are done in this callback function. HeaderData.outs->config is used to determine whether each work is done. Unit tests were also updated because after this change, curl code always sets CURLOPT_HEADERFUNCTION and CURLOPT_HEADERDATA. Tested with -O -J -D, -O -J -i and -O -J -D -i and all worked fine. | ||||
* | curl tool: use configuration files from lib directory | Yang Tse | 2012-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | 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. | ||||
* | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | 2011-09-24 | 1 | -0/+33 |