History log of /curl/lib/formdata.h (Results 26 – 48 of 48)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2, curl-7_12_1, pre-aifix
# 24572dac 14-Jun-2004 Daniel Stenberg

Allow formposting of files larger than what fits in memory by not reading the
file until it is actually being uploaded.
Make sure we build and still work with HTTP disabled - the SSL code mig

Allow formposting of files larger than what fits in memory by not reading the
file until it is actually being uploaded.
Make sure we build and still work with HTTP disabled - the SSL code might use
the boundary string for some random seeding.

show more ...


Revision tags: curl-7_12_0
# 005042e9 12-May-2004 Daniel Stenberg

improved cleaning up in case of memory allocation failures


# d3999e06 11-May-2004 Daniel Stenberg

clear up memory on failure a little better


Revision tags: curl-7_11_2
# 70e2aadc 23-Apr-2004 Daniel Stenberg

Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
for it. It saves one extra copy of the header.

I also added comments for several functions in formdata.c


Revision tags: c-ares-1_2_0, curl-7_11_1
# 94a1d09a 12-Mar-2004 Daniel Stenberg

more variable type fixing for the huge posts


# d571064b 26-Feb-2004 Daniel Stenberg

Clear up int/long/size_t/ssize_t usage a bit


# e5cd0cc4 22-Jan-2004 Daniel Stenberg

use the proper type for formposts, not the deprecated one


Revision tags: curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


Revision tags: curl-7_10_8, curl-7_10_7, curl-7_10_6, curl-7_10_5, curl-7_10_4
# f26a338a 16-Jan-2003 Daniel Stenberg

copyright year update in the source header


Revision tags: curl-7_10_3, curl-7_10_2, 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


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
# 974f314f 19-Mar-2002 Daniel Stenberg

copyright string (year) update


# 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, curl-7_9_4, curl-7_9_3, 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, curl-7_9_1, curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7, 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
# 2cf45f68 06-Aug-2001 Daniel Stenberg

Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
requires all global symbols to be *case insentively* unique! curl_formfree
is a global function we shouldn't touch.


Revision tags: curl-7_8_1-pre3, curl-7_8, curl-7_8-pre2, curl-7_7_3, curl-7_7_2, curl-7_7_1, curl-7_7, curl-7_7-beta5, curl-7_7-beta3, curl-7_7-beta2, curl-7_7-beta1, curl-7_7_alpha2, curl-7_6_1, curl-7_6_1-pre3, curl-7_6_1-pre2, curl-7_6_1-pre1, curl-7_6, curl-7_6-pre4, curl_7_6-pre3
# 40311044 05-Jan-2001 Daniel Stenberg

Internal symbols that aren't static are now prefixed with 'Curl_'


Revision tags: curl-7_5_2
# 24dee483 03-Jan-2001 Daniel Stenberg

dual-license fix


Revision tags: pre-header-change, curl-7_5, curl-7_4_1, curl-7_3, curl-7_2, curl-7_1_1
# 1ef3600a 20-Jun-2000 Daniel Stenberg

haxx.nu => haxx.se


Revision tags: v7_0_2beta, curl-6_5_2, curl-6_5_1, curl-6_5
# 26e8ccc6 10-Jan-2000 Daniel Stenberg

syncing with local edit


# ae1912cb 29-Dec-1999 Daniel Stenberg

Initial revision


12