#
6a88c8d8 |
| 28-Oct-2002 |
Daniel Stenberg |
prevent compiler warning
|
Revision tags: curl-7_10_1, curl-7_10 |
|
#
ba4e69be |
| 03-Sep-2002 |
Daniel Stenberg |
updated source code boilerplate/header
|
Revision tags: curl-7_9_8 |
|
#
131645dc |
| 12-Jun-2002 |
Daniel Stenberg |
Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
|
#
08ef208f |
| 11-Jun-2002 |
Daniel Stenberg |
added disable-[protocol] support, largely provided by Miklos Nemeth
|
#
5d2944c2 |
| 21-May-2002 |
Daniel Stenberg |
curl_formadd() now returns 'CURLFORMcode' instead of int, to better enable checking for particular errors. curl/curl.h defines the errros
|
Revision tags: curl-7_9_7, curl-7_9_7-pre2 |
|
#
95f78080 |
| 15-Apr-2002 |
Daniel Stenberg |
This makes formposting with a specified file missing fail. curl_easy_perform will then return CURLE_READ_ERROR.
|
Revision tags: curl-7_9_6 |
|
#
90b51831 |
| 03-Apr-2002 |
Daniel Stenberg |
Tor Arntsen's fix for "CGI_Lite" compliance!
|
#
974f314f |
| 19-Mar-2002 |
Daniel Stenberg |
copyright string (year) update
|
#
eaff1a34 |
| 19-Mar-2002 |
Daniel Stenberg |
made it pass stricter compiler flags with less warnings
|
#
c819e234 |
| 13-Mar-2002 |
Daniel Stenberg |
now supports all options in arrays, except the CURLFORM_ARRAY itself
|
#
9f374c20 |
| 11-Mar-2002 |
Daniel Stenberg |
Added support for CURLFORM_FILENAME to set the filename field of a file part.
|
Revision tags: curl-7_9_5, curl-7_9_5-pre4, curl-7_9_5-pre2 |
|
#
b544c5fa |
| 06-Feb-2002 |
Daniel Stenberg |
ARGH the CRLF I removed recently was not only done after the initial content-type header, it was used for each part and thus without this it failed MISERABLY. *smacks forhead*
|
Revision tags: curl-7_9_4 |
|
#
a9c4963c |
| 29-Jan-2002 |
Daniel Stenberg |
removed three loust fprintf()s removed the initial CRLF in the formpost, as they are part of the request and should be written by the code in http.c!
|
Revision tags: curl-7_9_3 |
|
#
e911945c |
| 19-Jan-2002 |
Daniel Stenberg |
#505514, as correctly pointed out by Antonio (anton@concord.ru), trying to post a non-existing file should include nothing, not an error text!
|
Revision tags: curl-7_9_3-pre3, curl-7_9_3-pre2, curl-7_9_3-pre1, pre-host-cache |
|
#
2eb35573 |
| 14-Dec-2001 |
Daniel Stenberg |
Marcus Webster's newly added CURLFORM_CONTENTHEADER
|
Revision tags: curl-7_9_2 |
|
#
0ffec712 |
| 08-Nov-2001 |
Daniel Stenberg |
Marcus Webster reported and fixed this read-one-byte-too-many problem...
|
Revision tags: curl-7_9_1 |
|
#
e1653322 |
| 29-Oct-2001 |
Daniel Stenberg |
minor fix to support multiple files in one formadd() call
|
#
8e91d5de |
| 11-Oct-2001 |
Sterling Hughes |
looks nicer and is better compatible with older vim versions
|
#
64f00454 |
| 03-Oct-2001 |
Daniel Stenberg |
hm, I edited away the fine functionality and with this edit test case 9 is once again running OK
|
#
66087bda |
| 03-Oct-2001 |
Daniel Stenberg |
Georg Huettenegger's curl_formadd fixes
|
Revision tags: curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7 |
|
#
61478798 |
| 07-Sep-2001 |
Sterling Hughes |
Added formatting sections for emacs and vim
|
Revision tags: before_urldata_rename |
|
#
725bd1dd |
| 28-Aug-2001 |
Daniel Stenberg |
Georg Huettenegger's fixes and improvements to curl_formadd()
|
#
08655d8d |
| 21-Aug-2001 |
Daniel Stenberg |
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
|
Revision tags: curl-7_8_1 |
|
#
5abe5f66 |
| 14-Aug-2001 |
Daniel Stenberg |
added a few consts and a few typecasts to please picky compiler options
|
#
b4956530 |
| 13-Aug-2001 |
Daniel Stenberg |
curl_formparse() should no longer have any size-limit in the data section after this patch from Peter Todd
|