History log of /curl/lib/formdata.c (Results 126 – 150 of 241)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_19_5
# 33a3753c 21-Apr-2009 Yang Tse

libcurl's memory.h renamed to curl_memory.h


Revision tags: curl-7_19_4, curl-7_19_3
# 2a868173 20-Dec-2008 Daniel Stenberg

malloc+memset => calloc


# a028c69f 18-Nov-2008 Dan Fandrich

Avoid creating garbage on an OOM error


# 9b033e1b 14-Nov-2008 Dan Fandrich

Added .xml as one of the few common file extensions known by the multipart
form generator. Made the extensions part of the MIME type struct to reduce
the size and run-time relocations necess

Added .xml as one of the few common file extensions known by the multipart
form generator. Made the extensions part of the MIME type struct to reduce
the size and run-time relocations necessary to build the table.

show more ...


# 2249c12a 14-Nov-2008 Daniel Stenberg

fix an OOM problem detected by Jim Meyering


Revision tags: curl-7_19_2, curl-7_19_1
# 0bb91218 20-Oct-2008 Daniel Stenberg

added a NULL pointer check for the name field as it can in fact be NULL when
dereferenced here, if the app passes in a funny combo. Detected by coverity.com


# 4e909ee8 24-Sep-2008 Yang Tse

ntoa() and inet_ntoa_r() no longer used


# 59e378f4 06-Sep-2008 Yang Tse

remove unnecessary typecasting of malloc()


# a622fd90 06-Sep-2008 Yang Tse

remove unnecessary typecasting of calloc()


# 934708d9 02-Sep-2008 Dan Fandrich

Made some variables const which eliminated some casts


Revision tags: curl-7_19_0
# ad638da2 16-Aug-2008 Yang Tse

Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
remain in use as internal curl_off_t print formatting strings for the internal
*printf functions which still cannot

Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
remain in use as internal curl_off_t print formatting strings for the internal
*printf functions which still cannot handle print formatting string directives
such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and
other DOS/Windows compilers.

This reverts previous commit part which did:

FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T
FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU

show more ...


# 66fb9ca5 15-Aug-2008 Yang Tse

For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
the names of the curl_off_t formatting string directives now become
CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF

For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
the names of the curl_off_t formatting string directives now become
CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU.

CURL_FMT_OFF_T -> CURL_FORMAT_CURL_OFF_T
CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU

Remove the use of an internal name for the curl_off_t formatting string directives
and use the common one available from the inside and outside of the library.

FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T
FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU

show more ...


# 60f0b4ff 08-Jul-2008 Dan Fandrich

Fixed test 554 to pass the torture test.


Revision tags: curl-7_18_2
# a2314225 31-Mar-2008 Daniel Stenberg

- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
application to provide data for a multipart with the read callback. Note
that the size needs to be provided wit

- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
application to provide data for a multipart with the read callback. Note
that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the
stream option is used. This feature is verified by the new test case
554. This feature was sponsored by Xponaut.

show more ...


Revision tags: curl-7_18_1, curl-7_18_0
# ad6e2807 05-Nov-2007 Daniel Stenberg

removed space after if and while before the parenthesis for better source code
consistency


Revision tags: curl-7_17_1
# 16b95fc7 27-Sep-2007 Dan Fandrich

Enabled a few more gcc warnings with --enable-debug. Renamed a few
variables to avoid shadowing global declarations.


Revision tags: curl-7_17_0
# 8cf0814a 27-Aug-2007 Dan Fandrich

Fixed some minor type mismatches and missing consts mainly found by splint.


Revision tags: curl-7_17_0-preldapfix
# 26af7597 05-Aug-2007 Daniel Stenberg

Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments
based on his comments/suggestions.


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# 4d9e24d1 31-Mar-2007 Daniel Stenberg

Better deal with NULL pointers.
CID 3 and 4 from the coverity.com scan.


# c514a2a8 26-Feb-2007 Gisle Vanem

Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".


Revision tags: curl-7_16_1
# b6f88908 27-Jan-2007 Yang Tse

update copyright year notice


# 0fb5a65a 14-Jan-2007 Daniel Stenberg

- David McCreedy provided libcurl changes for doing HTTP communication on
non-ASCII platforms. It does add some complexity, most notably with more
#ifdefs, but I want to see this supporte

- David McCreedy provided libcurl changes for doing HTTP communication on
non-ASCII platforms. It does add some complexity, most notably with more
#ifdefs, but I want to see this supported added and I can't see how we can
add it without the extra stuff added.

show more ...


Revision tags: curl-7_16_0, curl-7_15_6-prepipeline
# 4031eb1d 29-Aug-2006 Gisle Vanem

Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended."


Revision tags: curl-7_15_5
# a88deadd 27-Jul-2006 Daniel Stenberg

Yves Lejeune fixed so that replacing Content-Type: when doing multipart
formposts work exactly the way you want it (and the way you'd assume it
works)


# 27c0b438 20-Jul-2006 Daniel Stenberg

David McCreedy fixed a build error when building libcurl with HTTP disabled,
problem added with the curl_formget() patch.


12345678910