History log of /curl/lib/formdata.c (Results 226 – 241 of 241)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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
# fa601af7 25-Jun-2001 Daniel Stenberg

Anton Kalmykov's fix for dealing with form names with spaces!


Revision tags: curl-7_8
# b1cd033c 05-Jun-2001 Daniel Stenberg

made the test-program in the bottom compile/build, remember to link with
strequal.o as well!


Revision tags: curl-7_8-pre2, curl-7_7_3, curl-7_7_2
# 53e3c225 06-Apr-2001 Daniel Stenberg

curl_formfree() can be called with a NULL argument


Revision tags: 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
# c0936824 17-Nov-2000 Daniel Stenberg

added curl_formfree()


Revision tags: curl-7_4_1
# 111d1d09 09-Oct-2000 Daniel Stenberg

removed the header that confuses PHP


# 0f8facb4 09-Oct-2000 Daniel Stenberg

added memory debugging include file


Revision tags: curl-7_3, curl-7_2
# b6e18f2f 24-Aug-2000 Daniel Stenberg

#include "setup.h" moved first of all includes


Revision tags: curl-7_1_1
# 5b7a5046 25-Jul-2000 Daniel Stenberg

Torsten Foertsch's improvements


# 1ef3600a 20-Jun-2000 Daniel Stenberg

haxx.nu => haxx.se


# e9957b87 15-Jun-2000 Daniel Stenberg

removed the last \r\n\r\n bytes
now returns -1 from FormReader() when the last form data has been read!


# 476e0502 05-Jun-2000 Daniel Stenberg

the curl_formparse() function was turned lowercase


Revision tags: v7_0_2beta
# 96dde76b 22-May-2000 Daniel Stenberg

moved here from the newlib branch


Revision tags: curl-6_5_2, curl-6_5_1, curl-6_5
# ae1912cb 29-Dec-1999 Daniel Stenberg

Initial revision


12345678910