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
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-06-14
Fix bad failf() and info() usage
Yang Tse
2011-12-21
formdata.c: OOM handling fixes
Yang Tse
2011-10-16
formdata: ack read callback abort
Daniel Stenberg
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-08-08
CURLFORM_BUFFER: insert filename as documented
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-25
time.h and sys/time.h inclusion conditionally done in setup_once.h
Yang Tse
2011-06-17
CURLFORM_STREAM: acknowledge CURLFORM_FILENAME
Daniel Stenberg
2011-06-13
curl_formget: fix FILE * leak
Daniel Stenberg
2011-06-13
curl_formget: treat CURLFORM_STREAM better
Daniel Stenberg
2011-06-10
unittest: mark all unit tested functions
Daniel Stenberg
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2010-11-08
fix compiler warning
Yang Tse
2010-10-20
formdata: provide error message
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-10-18
Check for basename() is now done the same as other function checks
Yang Tse
2009-10-08
Attempt to silence bogus compiler warning: "Potential null pointer dereference"
Yang Tse
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
2009-06-09
initialize fread callback pointer to avoid compiler warning
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-12-20
malloc+memset => calloc
Daniel Stenberg
2008-11-18
Avoid creating garbage on an OOM error
Dan Fandrich
2008-11-14
Added .xml as one of the few common file extensions known by the multipart
Dan Fandrich
2008-11-14
fix an OOM problem detected by Jim Meyering
Daniel Stenberg
2008-10-20
added a NULL pointer check for the name field as it can in fact be NULL when
Daniel Stenberg
2008-09-24
ntoa() and inet_ntoa_r() no longer used
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-09-02
Made some variables const which eliminated some casts
Dan Fandrich
2008-08-16
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
Yang Tse
2008-08-15
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
Yang Tse
2008-07-08
Fixed test 554 to pass the torture test.
Dan Fandrich
2008-03-31
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-09-27
Enabled a few more gcc warnings with --enable-debug. Renamed a few
Dan Fandrich
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-08-05
Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments
Daniel Stenberg
2007-03-31
Better deal with NULL pointers.
Daniel Stenberg
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-01-27
update copyright year notice
Yang Tse
[next]