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
/
tests
/
libtest
/
lib506.c
Age
Commit message (
Expand
)
Author
2008-09-20
include "memdebug.h"
Yang Tse
2008-09-18
fix compiler warning: external definition with no prior declaration
Yang Tse
2008-09-15
Changed the test data file so it passes an XML syntax check
Dan Fandrich
2008-07-15
add comment for include paths
Yang Tse
2008-05-22
Made sure to pass longs in to curl_easy_setopt where necessary in the
Dan Fandrich
2008-02-27
Michal Marek's cleanup of how curl_easy_setopt() is used in examples and
Daniel Stenberg
2007-09-27
Enabled a few more gcc warnings with --enable-debug. Renamed a few
Dan Fandrich
2007-07-23
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
Dan Fandrich
2007-02-04
Constify argument to suburl(). Remove trailing space.
Gisle Vanem
2006-10-25
Add project notice and file Id
Yang Tse
2006-10-25
Use curl_global_init() and curl_global_cleanup().
Yang Tse
2006-07-17
Fix compiler warning "enumerated type mixed with another type"
Yang Tse
2004-05-14
clean up properly on failure to enable easier libcurl leak detection
Daniel Stenberg
2004-05-06
simplied the creation of new urls
Daniel Stenberg
2004-03-23
minor edits to make picky compilers whine less
Daniel Stenberg
2004-02-25
typecast to int when printfing CURLcode
Daniel Stenberg
2004-02-19
provide protos to the functions to prevent warnings
Daniel Stenberg
2004-02-13
return an int
Daniel Stenberg
2004-02-09
Uninitialized variable set.
Daniel Stenberg
2004-02-05
changed the test() function to return type int
Daniel Stenberg
2003-12-16
modified and corrected test 506
Daniel Stenberg
2003-08-11
test case 506 added, written by Dirk Manske
Daniel Stenberg