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.c
Age
Commit message (
Expand
)
Author
2002-06-11
added disable-[protocol] support, largely provided by Miklos Nemeth
Daniel Stenberg
2002-05-21
curl_formadd() now returns 'CURLFORMcode' instead of int, to better enable
Daniel Stenberg
2002-04-15
This makes formposting with a specified file missing fail. curl_easy_perform
Daniel Stenberg
2002-04-03
Tor Arntsen's fix for "CGI_Lite" compliance!
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-03-19
made it pass stricter compiler flags with less warnings
Daniel Stenberg
2002-03-13
now supports all options in arrays, except the CURLFORM_ARRAY itself
Daniel Stenberg
2002-03-11
Added support for CURLFORM_FILENAME to set the filename field of a file
Daniel Stenberg
2002-02-06
ARGH the CRLF I removed recently was not only done after the initial
Daniel Stenberg
2002-01-29
removed three loust fprintf()s
Daniel Stenberg
2002-01-19
#505514, as correctly pointed out by Antonio (anton@concord.ru), trying to
Daniel Stenberg
2001-12-14
Marcus Webster's newly added CURLFORM_CONTENTHEADER
Daniel Stenberg
2001-11-08
Marcus Webster reported and fixed this read-one-byte-too-many problem...
Daniel Stenberg
2001-10-29
minor fix to support multiple files in one formadd() call
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-10-03
hm, I edited away the fine functionality and with this edit test case 9
Daniel Stenberg
2001-10-03
Georg Huettenegger's curl_formadd fixes
Daniel Stenberg
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
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-14
added a few consts and a few typecasts to please picky compiler options
Daniel Stenberg
2001-08-13
curl_formparse() should no longer have any size-limit in the data section
Daniel Stenberg
2001-08-06
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
Daniel Stenberg
2001-06-25
Anton Kalmykov's fix for dealing with form names with spaces!
Daniel Stenberg
2001-06-05
made the test-program in the bottom compile/build, remember to link with
Daniel Stenberg
2001-04-06
curl_formfree() can be called with a NULL argument
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-11-17
added curl_formfree()
Daniel Stenberg
2000-10-09
removed the header that confuses PHP
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-07-25
Torsten Foertsch's improvements
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-15
removed the last \r\n\r\n bytes
Daniel Stenberg
2000-06-05
the curl_formparse() function was turned lowercase
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg
[prev]