History log of /curl/src/tool_formparse.c (Results 51 – 56 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0
# 51114f07 12-Apr-2012 Yang Tse

tool_formparse.c: rename a couple of vars to avoid declaration shadowing


# 01b0f106 08-Apr-2012 Yang Tse

curl tool: make curl.h first header included in tool_setup.h


# 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, curl-7_24_0
# 3a55daee 02-Jan-2012 Yang Tse

tool_formparse.c: fix compiler warning: enumerated type mixed with another type


# 7b8590d1 16-Dec-2011 Daniel Stenberg

curl -F: fix multiple file upload with custom type

Test case 1315 was added to verify this functionality. When passing in
multiple files to a single -F, the parser would get all confused

curl -F: fix multiple file upload with custom type

Test case 1315 was added to verify this functionality. When passing in
multiple files to a single -F, the parser would get all confused if one
of the specified files had a custom type= assigned.

Reported by: Colin Hogben

show more ...


Revision tags: curl-7_23_1, curl-7_23_0
# 0435800f 03-Oct-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


123