#
919c97fa |
| 06-Apr-2012 |
Yang Tse |
curl tool: use configuration files from lib directory Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now thes
curl tool: use configuration files from lib directory 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.
show more ...
|
Revision tags: curl-7_25_0 |
|
#
a053560c |
| 16-Feb-2012 |
Steve Holme |
curl: Added support for --mail-auth Added an extra command-line argument to support the optional AUTH parameter in SMTPs MAIL FROM command.
|
Revision tags: curl-7_24_0, curl-7_23_1, curl-7_23_0 |
|
#
7fe9a50a |
| 03-Nov-2011 |
Yang Tse |
tool_cfgable.c: pending check done
|
#
7be872c3 |
| 30-Sep-2011 |
Yang Tse |
curl tool: fix some more OOM handling
|
#
081e2893 |
| 24-Sep-2011 |
Yang Tse |
curl tool: fix some OOM handling issues
|
#
260b0f4d |
| 17-Sep-2011 |
Yang Tse |
curl tool: create tool_myfunc.[ch] which later on will hold my_* functions Additionally function my_useragent() now provides default User-Agent string
|
#
f50d4647 |
| 17-Sep-2011 |
Yang Tse |
curl tool: reorder free_config_fields() field handling Reorder handling of fields to match same order as the one given by current definition order of 'Configurable' struct fields. Fields
curl tool: reorder free_config_fields() field handling Reorder handling of fields to match same order as the one given by current definition order of 'Configurable' struct fields. Fields currently not handled marked for further inspection.
show more ...
|
#
c0159d0e |
| 16-Sep-2011 |
Yang Tse |
curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch] Reviewing fields being free'd in free_config_fields() still pending
|