History log of /curl/lib/formdata.c (Results 176 – 200 of 241)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_12_0
# ccdcdb2a 13-May-2004 Daniel Stenberg

mark a value as alloced when strdup()ed to prevent memory leaks


# 005042e9 12-May-2004 Daniel Stenberg

improved cleaning up in case of memory allocation failures


# 939866fa 12-May-2004 Daniel Stenberg

Left-over from before the return-code fix. This is probably the code that
causes xlc and gcc act differently on AIX.


# d3999e06 11-May-2004 Daniel Stenberg

clear up memory on failure a little better


# 5c592f7d 11-May-2004 Daniel Stenberg

Make this source code use our internal *printf().
Also some minor edits.


# e55dee38 10-May-2004 Daniel Stenberg

James Bursa added better error checking for failer memory calls when
building formposts


# d67ea8c7 07-May-2004 Daniel Stenberg

count the formdata size using a 64bit size if avaialble


# 9e31a053 04-May-2004 Daniel Stenberg

removed more leftovers from the formparse function


# 2960d37d 04-May-2004 Daniel Stenberg

removed curl_formparse() from the library


Revision tags: curl-7_11_2
# 2a0a3053 23-Apr-2004 Daniel Stenberg

only a minor comment/format change


# 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


# 88e226c6 03-Mar-2004 Daniel Stenberg

some more size_t usage, and two added typecasts when converting from size_t
to long (MIPSpro warnings)


# 6c78b4b7 27-Feb-2004 Daniel Stenberg

fixed some more size_t/int/long warnings and removed a few CMC comments


# d571064b 26-Feb-2004 Daniel Stenberg

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


# 4d17d687 29-Jan-2004 Daniel Stenberg

Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.


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

updated year in the copyright string


# 1e251a64 13-Nov-2003 Daniel Stenberg

Default Content-Type for formparts has changed to "application/octet-stream".
This seems more appropriate, and I believe mozilla and the likes do this.

.html files now get text/html as C

Default Content-Type for formparts has changed to "application/octet-stream".
This seems more appropriate, and I believe mozilla and the likes do this.

.html files now get text/html as Content-Type.

Pointed out in bug report #839806.

show more ...


Revision tags: curl-7_10_8, curl-7_10_7, curl-7_10_6
# 308bc9d9 26-Jun-2003 Daniel Stenberg

use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions


Revision tags: curl-7_10_5
# 1f2294d5 15-Apr-2003 Daniel Stenberg

treat uploaded .html files as text/html by default


# 61788a03 04-Apr-2003 Daniel Stenberg

Changed how boundary strings are generated. This new way uses 28 dashes
and 12 following hexadecimal letters, which seems to be what IE uses.
This makes curl work smoother with more stupidly

Changed how boundary strings are generated. This new way uses 28 dashes
and 12 following hexadecimal letters, which seems to be what IE uses.
This makes curl work smoother with more stupidly written server apps.

Worked this out together with Martijn Broenland.

show more ...


Revision tags: curl-7_10_4
# a7c72b7a 29-Jan-2003 Daniel Stenberg

removed the local variables for emacs and vim, use the new sample.emacs
way for emacs, and vim users should provide a similar non-polluting style


# f26a338a 16-Jan-2003 Daniel Stenberg

copyright year update in the source header


Revision tags: curl-7_10_3
# e90d5280 29-Nov-2002 Daniel Stenberg

let the Curl_FormReader() return 0 when it reaches end of data to that the
chunked transfer work


Revision tags: curl-7_10_2
# 01387f42 28-Oct-2002 Daniel Stenberg

kromJx@crosswinds.net's fix that now uses checkprefix() instead of
strnequal() when the third argument was strlen(first argument) anyway.
This makes it less prone to errors. (Slightly edited

kromJx@crosswinds.net's fix that now uses checkprefix() instead of
strnequal() when the third argument was strlen(first argument) anyway.
This makes it less prone to errors. (Slightly edited by me)

show more ...


12345678910