summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* test1531: case the size to fix the test on non-largefile buildsDan Fandrich2015-10-141-1/+1
* gitignore: Sort for readabilityJay Satiro2015-08-181-1/+1
* libtest: call PR_Cleanup() on exit if NSPR is usedKamil Dudka2015-07-142-3/+16
* tests: Distribute CMakeLists.txt files in subdirectoriesRoger Leigh2015-06-251-1/+1
* test1531: verify POSTFIELDSIZE set after add_handleDaniel Stenberg2015-06-232-1/+149
* CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg2015-06-092-1/+72
* CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-281-0/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-167-19/+8
* libtest: fixed linker errors on msvcSergei Nikulov2015-03-0311-29/+5
* lib530: make it less timing sensibleDaniel Stenberg2015-02-241-7/+9
* unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg2015-02-032-2/+18
* tests: make sure CRLFs can't be used in URLs passed to proxyDaniel Stenberg2015-01-072-1/+64
* lib1900.c: Fixed cppcheck errorJulien Nabet2014-12-311-1/+1
* test1509: Fixed compilation warningSteve Holme2014-12-281-3/+4
* test556: Fixed compilation warningSteve Holme2014-12-282-2/+3
* test1520: Fixed initial teething problemsSteve Holme2014-12-281-10/+12
* test1520: Fixed compilation errorsSteve Holme2014-12-281-2/+4
* tests: Added test for bug #1456Steve Holme2014-12-282-0/+114
* cookies: Improved OOM handling in cookiesDan Fandrich2014-12-091-6/+4
* cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu2014-11-101-1/+1
* cmake: build libhostname for test suitePeter Wu2014-11-101-0/+9
* tests: fix libhostname visibilityPeter Wu2014-11-101-6/+2
* lib544.c: use duphandle for test 545Daniel Stenberg2014-11-051-0/+10
* test545: make it not use a trailing zeroDaniel Stenberg2014-10-161-3/+6
* Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski2014-10-091-2/+2
* test506: Fixed a couple of memory leaks in testDan Fandrich2014-09-261-9/+9
* CURLOPT_COOKIELIST: Added "RELOAD" commandYousuke Kimoto2014-09-251-0/+50
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-0/+12
* test1013.pl: GSS-Negotiate doesn't exist as a feature anymoreDaniel Stenberg2014-07-241-1/+1
* libtest: fixed duplicated line in MakefileSergey Nikulov2014-07-241-1/+0
* test1013.pl: remove SPNEGO/GSS-API tweaksDaniel Stenberg2014-07-231-4/+2
* test506: verify aa6884845168Daniel Stenberg2014-07-161-1/+27
* tests: Use CURLOPT_READDATA instead of the obsolete CURLOPT_INFILEDan Fandrich2014-06-186-6/+6
* test1014: GSS-API is only in curl-config. not in curlDaniel Stenberg2014-05-181-1/+4
* lib1506: make sure the transfers are not within the same msDaniel Stenberg2014-05-091-0/+1
* libtests: add a wait_ms() functionDaniel Stenberg2014-05-092-2/+13
* tests: Use standard libtest return codes when relevantDan Fandrich2014-05-053-10/+10
* test1513: Don't return an uninitialized variable on init failureDan Fandrich2014-05-051-3/+2
* test585: Fixed NULL pointer dereference in fopenDan Fandrich2014-05-011-35/+36
* tests: Fixed torture test for tests 1526 & 1527Dan Fandrich2014-04-222-6/+12
* PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg2014-04-042-1/+77
* CURLOPT_HEADEROPT: addedDaniel Stenberg2014-04-042-1/+3
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-044-1/+305
* lib1513: fix callback proto to silence warningDaniel Stenberg2014-03-291-1/+9
* lib1515.c: Fixed #include path in commit 647f83e809Steve Holme2014-02-191-1/+1
* test1515: fix compilation with msvcMaks Naumov2014-02-191-0/+3
* lib1515.c: Added support for Windows using the Sleep functionMarc Hoersken2014-02-141-0/+4
* testsuite: use binary output mode for custom curl test toolsMarc Hoersken2014-02-141-1/+17
* lib1515.c: Fixed various compilation warningsSteve Holme2014-02-071-27/+30
* tests: add test for bug #1303 (dns cache timeout)Romulo A. Ceccon2014-02-062-1/+146