index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
formdata.h
Age
Commit message (
Expand
)
Author
2017-09-05
mime: unified to use the typedef'd mime structs everywhere
Daniel Stenberg
2017-09-02
mime: new MIME API.
Patrick Monnerat
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-10-08
formpost: avoid silent snprintf() truncation
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-02
formadd: support >2GB files on windows
Daniel Stenberg
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2010-10-20
formdata: provide error message
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-09-17
Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h
Yang Tse
2009-06-15
Replaced use of standard C library rand()/srand() by our own pseudo-random nu...
Patrick Monnerat
2008-03-31
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
Daniel Stenberg
2007-01-27
update copyright year notice
Yang Tse
2007-01-14
- David McCreedy provided libcurl changes for doing HTTP communication on
Daniel Stenberg
2006-07-27
Yves Lejeune fixed so that replacing Content-Type: when doing multipart
Daniel Stenberg
2004-06-14
Allow formposting of files larger than what fits in memory by not reading the
Daniel Stenberg
2004-05-12
improved cleaning up in case of memory allocation failures
Daniel Stenberg
2004-05-11
clear up memory on failure a little better
Daniel Stenberg
2004-04-23
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
Daniel Stenberg
2004-03-12
more variable type fixing for the huge posts
Daniel Stenberg
2004-02-26
Clear up int/long/size_t/ssize_t usage a bit
Daniel Stenberg
2004-01-22
use the proper type for formposts, not the deprecated one
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-06-12
Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
Daniel Stenberg
2002-04-15
This makes formposting with a specified file missing fail. curl_easy_perform
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-03-11
Added support for CURLFORM_FILENAME to set the filename field of a file
Daniel Stenberg
2001-12-14
Marcus Webster's newly added CURLFORM_CONTENTHEADER
Daniel Stenberg
2001-08-28
Georg Huettenegger's fixes and improvements to curl_formadd()
Daniel Stenberg
2001-08-21
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
Daniel Stenberg
2001-08-06
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-01-10
syncing with local edit
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg