summaryrefslogtreecommitdiff
path: root/lib/formdata.h
Commit message (Expand)AuthorAgeFilesLines
* mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg2019-05-131-1/+10
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-051-1/+1
* mime: new MIME API.Patrick Monnerat2017-09-021-51/+3
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* formpost: avoid silent snprintf() truncationDaniel Stenberg2016-10-081-0/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-021-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+98
* build: rename 76 lib/*.h filesYang Tse2012-12-281-98/+0
* formdata: provide error messageDaniel Stenberg2010-10-201-6/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse2009-09-171-9/+4
* Replaced use of standard C library rand()/srand() by our own pseudo-random nu...Patrick Monnerat2009-06-151-0/+3
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-3/+7
* update copyright year noticeYang Tse2007-01-271-1/+1
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-141-3/+7
* Yves Lejeune fixed so that replacing Content-Type: when doing multipartDaniel Stenberg2006-07-271-1/+2
* Allow formposting of files larger than what fits in memory by not reading theDaniel Stenberg2004-06-141-7/+15
* improved cleaning up in case of memory allocation failuresDaniel Stenberg2004-05-121-0/+2
* clear up memory on failure a little betterDaniel Stenberg2004-05-111-0/+2
* Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only useDaniel Stenberg2004-04-231-5/+6
* more variable type fixing for the huge postsDaniel Stenberg2004-03-121-1/+1
* Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg2004-02-261-18/+15
* use the proper type for formposts, not the deprecated oneDaniel Stenberg2004-01-221-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTHDaniel Stenberg2002-06-121-0/+4
* This makes formposting with a specified file missing fail. curl_easy_performDaniel Stenberg2002-04-151-2/+4
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Added support for CURLFORM_FILENAME to set the filename field of a fileDaniel Stenberg2002-03-111-1/+4
* Marcus Webster's newly added CURLFORM_CONTENTHEADERDaniel Stenberg2001-12-141-0/+1
* Georg Huettenegger's fixes and improvements to curl_formadd()Daniel Stenberg2001-08-281-0/+11
* Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg2001-08-211-0/+7
* Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg2001-08-061-1/+1
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-13/+9
* dual-license fixDaniel Stenberg2001-01-031-59/+11
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-5/+8
* syncing with local editDaniel Stenberg2000-01-101-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+103