summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning: external declaration in primary source fileYang Tse2010-05-311-1/+5
* fix compiler warning: variable was set but never usedYang Tse2010-05-311-0/+4
* CURL_LLONG_MAX: avoid constant overflowKamil Dudka2010-05-291-1/+1
* lib577: avoid redefinition of ERRORKamil Dudka2010-05-281-4/+4
* lib573: do not compare double for exact matchTor Arntsen2010-05-271-2/+2
* Test 573: Use correct type for CURLINFO_CONNECT_TIMETor Arntsen2010-05-201-3/+3
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-161-1/+1
* Fixed test 577 to work when --enable-hidden-symbols is configuredDan Fandrich2010-05-141-0/+38
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-125-0/+498
* multi interface: missed storing connection timeDaniel Stenberg2010-05-072-1/+104
* test536: do not fail with threaded DNS resolverKamil Dudka2010-04-241-4/+12
* Eliminated an unlikely race condition in some tests.Dan Fandrich2010-04-153-40/+42
* Call curl_global_cleanup() in test 560 to avoid a memory leakDan Fandrich2010-03-301-0/+1
* Allow test 538 to run even when proxy support is disabledDan Fandrich2010-03-301-2/+3
* remove all .cvsignore filesDaniel Stenberg2010-03-251-5/+0
* s/CVS/DEV in the version string from the git repoDaniel Stenberg2010-03-251-3/+3
* remove debug printfsChris Conroy2010-03-241-6/+0
* remove trace of CVSDaniel Stenberg2010-03-241-2/+0
* Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy2010-03-242-1/+180
* s/CVS/DEV/ in the version string for repo versionsDaniel Stenberg2010-03-241-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-2458-58/+0
* ignore more files generated when tests run in the source treeDaniel Stenberg2010-03-231-0/+2
* replaced tabs with spacesYang Tse2010-02-166-123/+123
* removed trailing whitespaceYang Tse2010-02-1418-31/+31
* OOM handling fixYang Tse2010-02-062-4/+14
* fix compiler warningYang Tse2010-02-051-1/+1
* fix compiler warningYang Tse2010-02-051-1/+3
* fix compiler warningYang Tse2010-02-056-11/+11
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-0550-431/+736
* Fix variable initializationYang Tse2010-02-041-1/+1
* Modified test case 557 to additionally verify libcurl's internal curl_m*printf()Yang Tse2010-02-041-5/+304
* Fix portability issue related with unaligned memory accessYang Tse2010-02-031-6/+15
* avoid possibility of using obsoleted stuffYang Tse2010-02-021-0/+2
* remove setup.h inclusion which is already done from test.h inclusionYang Tse2010-02-025-5/+0
* include headersYang Tse2010-02-021-2/+14
* Conroy added a check to the coded message size since the docs stipulateYang Tse2010-02-011-3/+8
* portability fixYang Tse2010-01-283-13/+16
* Chris Conroy provided first RTSP testsYang Tse2010-01-286-1/+535
* I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse2009-11-051-9/+12
* - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if theDaniel Stenberg2009-10-311-2/+2
* Added test case 566 in an attempt to repeat bug 2884561Daniel Stenberg2009-10-302-2/+57
* - "Tom" posted a bug report that mentioned how libcurl did wrong when doing aDaniel Stenberg2009-10-302-2/+9
* Fix compiler warning: loop without bodyYang Tse2009-10-102-5/+12
* disable the tests that differ between 32 and 64 bitDaniel Stenberg2009-08-271-0/+5
* Added a range of new fun date strings to try. This set of dates come from aDaniel Stenberg2009-08-121-0/+55
* don't set READDATA since it isn't used and only confuses readersDaniel Stenberg2009-07-221-3/+0
* ENH: add optional support for c-aresBill Hoffman2009-07-141-1/+3
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-143-5/+5
* TrackMemory is another feature not supported by curl-configYang Tse2009-06-101-1/+1
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-091-59/+63