summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-6/+7
* CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-283-2/+3
* sws: init http2 state properlyDaniel Stenberg2015-04-271-0/+2
* runtests: use a DISABLED.local file tooDaniel Stenberg2015-04-263-10/+23
* test2039: fixed line endings that caused a test failureDan Fandrich2015-04-251-7/+7
* netrc: add unit tests for 'default' supportViktor Szakats2015-04-243-1/+65
* curl -z: do not write empty file on unmet conditionKamil Dudka2015-04-232-1/+77
* cyassl: Implement public key pinningJay Satiro2015-04-221-0/+1
* tests/unit/.gitignore: hide unit1601 and above, tooKamil Dudka2015-04-221-2/+1
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-0/+1
* test1423: added missing "file" to server sectionDan Fandrich2015-04-181-0/+1
* test142[23]: verify that an empty file is stored on successKamil Dudka2015-04-083-1/+120
* fix refreshing of obsolete dns cache entriesStefan Bühler2015-04-031-0/+1
* http2: Fix missing nghttp2_session_send call in Curl_http2_switchedTatsuhiro Tsujikawa2015-04-021-3/+2
* cookie: handle spaces after the name in Set-CookieDaniel Stenberg2015-04-011-0/+8
* runtests.pl: detect WolfSSL as yasslDan Fandrich2015-03-281-2/+2
* testcurl.pl: add the --notes option to supply more info about a buildDan Fandrich2015-03-241-1/+5
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-242-1/+65
* test1513: eliminated race condition in test runDan Fandrich2015-03-221-5/+9
* tests/certs: rebuild certificates with modified key usage bitsDan Fandrich2015-03-2139-655/+640
* tests/certs: added make target to rebuild certificatesDan Fandrich2015-03-213-13/+34
* testcurl: Allow '=' in values given on command lineDagobert Michelsen2015-03-211-7/+7
* test938: added missing closing tagsDan Fandrich2015-03-211-0/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-1612-92/+42
* http2: detect prematures close without data transferedDaniel Stenberg2015-03-141-0/+4
* test320: Expect the Host header to be the first headerDan Fandrich2015-03-131-6/+5
* test203[0-3]: Expect the Host header to be the first headerFabian Keil2015-03-124-26/+26
* http: always send Host: header as first headerDaniel Stenberg2015-03-12120-226/+224
* proxy: re-use proxy connections (regression)Daniel Stenberg2015-03-112-1/+73
* memanalyze.pl: handle free(NULL)Jay Satiro2015-03-101-3/+6
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-1/+1
* libtest: fixed linker errors on msvcSergei Nikulov2015-03-0311-29/+5
* dist: add symbol-scan.pl to the tarballKamil Dudka2015-02-251-1/+1
* sws: timeout idle CONNECT connectionsDaniel Stenberg2015-02-251-3/+11
* sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg2015-02-241-6/+0
* lib530: make it less timing sensibleDaniel Stenberg2015-02-241-7/+9
* tests/README: Updated to reflect email test rangesSteve Holme2015-02-141-1/+3
* unit1600: Fix compilation when NTLM is disabledDan Fandrich2015-02-041-0/+2
* unit1601: MD5 unit testsDaniel Stenberg2015-02-034-2/+82
* unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg2015-02-035-10/+41
* unit1600: NTLM unit testDaniel Stenberg2015-02-034-2/+84
* tests/README: add a new range, clean up some languageDaniel Stenberg2015-02-031-10/+9
* test1135: verify the CURL_EXTERN order in header filesDaniel Stenberg2015-02-023-1/+154
* tests: Grouped SMTP SASL EXTERNAL tests with other SMTP testsSteve Holme2015-01-285-10/+10
* tests: Grouped POP3 SASL EXTERNAL tests with other POP3 testsSteve Holme2015-01-285-10/+11
* tests: Grouped IMAP SASL EXTERNAL tests with other IMAP testsSteve Holme2015-01-285-11/+11
* runtests: identify BoringSSL and libresslDaniel Stenberg2015-01-281-2/+12
* test: add test cases for sasl external authentication (imap/pop3/smtp).Patrick Monnerat2015-01-2713-1/+674
* tests: make sure CRLFs can't be used in URLs passed to proxyDaniel Stenberg2015-01-074-3/+109