build: make use of 93 lib/*.c renamed files
[platform/upstream/curl.git] / tests / libtest / lib518.c
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
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-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-14 Yang Tseremoved trailing whitespace
2010-02-05 Yang TseAddes OOM handling for curl_easy_setopt() calls in...
2008-09-20 Yang Tseinclude "memdebug.h"
2008-05-22 Dan FandrichMade sure to pass longs in to curl_easy_setopt where...
2008-01-17 Yang TseDon't abort tests 518 and 537 when unable to raise...
2007-09-30 Yang TseFix missing right parenthesis
2007-09-30 Yang TseFix comparison between signed and unsigned
2007-04-05 Yang Tseunify fopen() failure error message among tests, allowing
2007-04-04 Yang Tseadd debug message and expand comment
2007-04-04 Yang Tsetest can be allowed to run if fopen() is capable of...
2007-04-04 Yang Tsecleanup
2007-04-04 Yang Tsetest can be allowed to run if fopen() is capable of...
2007-04-03 Yang TseVerify if the test is limited by an ancient stdio with...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-01-31 Yang Tsewhen using select() instead of poll, skip the test...
2007-01-30 Yang Tseskip test on platforms on which we use select() instead
2007-01-28 Yang TseCompiler warning fix
2006-11-03 Yang Tseadd a couple more of debugging messages
2006-11-03 Yang Tsereduce max size of dinamically allocated arrays to...
2006-11-03 Yang Tsefix comments and renumber rlimit return codes
2006-11-02 Yang Tseupdate and split test cases 518 and 537 into its own...
2006-11-02 Yang Tsecode cleanup
2006-11-02 Yang Tseuse our internal string functions and replace sprintf...
2006-11-02 Yang Tsecheck symbol HAVE_UNISTD_H instead of UNISTD_H to inclu...
2006-11-01 Yang Tsetest 518 is all about testing libcurl functionality
2006-10-31 Yang TseSync comment with code and add three messages more
2006-10-30 Yang TseAddress some pitfalls in the rlimit() function check...
2006-10-26 Yang TseImproved rlimit logic:
2006-10-25 Yang TseAdd project notice and file Id
2006-10-25 Yang TseUse curl_global_init() and curl_global_cleanup().
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-09-12 Yang TseCygwin preprocessor adjustments
2004-12-01 Daniel Stenbergmake the "check" actually open all those file desciptor...
2004-11-28 Daniel Stenbergadd more info to the stderr output
2004-11-23 Daniel Stenbergintroducing the client/precheck concept to allow test...
2004-11-22 Daniel StenbergDavid Phillips fix for test 518 and my extension to...
2004-11-19 Gisle Vanemifdef for portable "/dev/null".
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix