Base code merged to SPIN 2.4
[platform/upstream/curl.git] / tests / libtest / lib506.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-07-15 Daniel Stenbergtest506: verify aa6884845168
2013-07-03 Nick ZitzmannMerge branch 'master' of https://github.com/bagder...
2013-07-01 Marc Hoerskenlib506.c: Fixed possible use of uninitialized variables
2013-06-17 Benjamin Gilberttest506: verify that CURLOPT_COOKIELIST takes share...
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-06 Yang Tsetest suite: libtest header inclusion cleanup
2011-07-24 Yang Tseerrno.h inclusion conditionally done in setup_once.h
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-10 Daniel Stenbergsources: update source headers
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-05 Yang TseAddes OOM handling for curl_easy_setopt() calls in...
2009-05-08 Yang TseFixes for non-ASCII platforms by David McCreedy
2008-09-20 Yang Tseinclude "memdebug.h"
2008-09-18 Yang Tsefix compiler warning: external definition with no prior...
2008-09-15 Dan FandrichChanged the test data file so it passes an XML syntax...
2008-07-15 Yang Tseadd comment for include paths
2008-05-22 Dan FandrichMade sure to pass longs in to curl_easy_setopt where...
2008-02-27 Daniel StenbergMichal Marek's cleanup of how curl_easy_setopt() is...
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-07-23 Dan FandrichImplemented only the parts of Patrick Monnerat's OS...
2007-02-04 Gisle VanemConstify argument to suburl(). Remove trailing space.
2006-10-25 Yang TseAdd project notice and file Id
2006-10-25 Yang TseUse curl_global_init() and curl_global_cleanup().
2006-07-17 Yang TseFix compiler warning "enumerated type mixed with anothe...
2004-05-14 Daniel Stenbergclean up properly on failure to enable easier libcurl...
2004-05-06 Daniel Stenbergsimplied the creation of new urls
2004-03-23 Daniel Stenbergminor edits to make picky compilers whine less
2004-02-25 Daniel Stenbergtypecast to int when printfing CURLcode
2004-02-19 Daniel Stenbergprovide protos to the functions to prevent warnings
2004-02-13 Daniel Stenbergreturn an int
2004-02-09 Daniel StenbergUninitialized variable set.
2004-02-05 Daniel Stenbergchanged the test() function to return type int
2003-12-16 Daniel Stenbergmodified and corrected test 506
2003-08-11 Daniel Stenbergtest case 506 added, written by Dirk Manske