summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* test1238: slowed down a little morebagder/multi-timeoutDaniel Stenberg2017-04-111-1/+1
* test1606: verify speedcheckDaniel Stenberg2017-04-062-1/+27
* tests: added test for Curl_splaygetbest to unit1309Dániel Bakai2017-04-041-0/+111
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-032-1/+23
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-282-0/+65
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-281-0/+13
* spelling fixesklemens2017-03-2619-19/+19
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-252-1/+36
* test2033: flakyDaniel Stenberg2017-03-221-0/+1
* test714/5: added HTTP as a required featureDan Fandrich2017-03-202-0/+6
* tests: strip more options from non-HTTP --libcurl testsDan Fandrich2017-03-203-18/+9
* test1440/1: depend on well-defined file: behaviourDan Fandrich2017-03-122-2/+10
* tests: clear the SSL_CERT_FILE variable on --libcurl testsDan Fandrich2017-03-129-2/+29
* test1287: added verbose logs keywordDan Fandrich2017-03-121-0/+1
* tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich2017-03-123-1/+63
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-122-0/+97
* http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro2017-03-112-1/+91
* tests: disabled 1903 nowDaniel Stenberg2017-03-091-0/+2
* test1260: added http as a required featureDan Fandrich2017-03-081-0/+3
* test1260: removed errant XML tagDan Fandrich2017-03-061-1/+0
* URL: return error on malformed URLs with junk after port numberDaniel Stenberg2017-03-062-0/+35
* tests: fixed a typo in some commentsDan Fandrich2017-03-043-3/+3
* tests: use consistent environment variables for setting charsetDan Fandrich2017-02-255-12/+28
* test557: explicitly use the C locale so the numeric output is as expectedDan Fandrich2017-02-251-0/+4
* Revert "tests: use consistent environment variables for setting charset"Daniel Stenberg2017-02-245-28/+7
* tests: use consistent environment variables for setting charsetDan Fandrich2017-02-235-7/+28
* tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047İsmail Dönmez2017-02-233-1/+4
* digest_sspi: Fix nonce-count generation in HTTP digestMax Khon2017-02-202-1/+111
* tests: removed the obsolete name parameterDan Fandrich2017-02-1816-16/+16
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-186-3/+261
* http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris2017-02-173-1/+187
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-152-1/+58
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-102-1/+48
* test1139: Added the --manual keyword since the manual is requiredDan Fandrich2017-02-071-0/+1
* test552: Fix typosDaniel Gustafsson2017-02-071-0/+0
* cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich2017-02-061-1/+1
* cookies: do not assume a valid domain has a dotDaniel Stenberg2017-01-272-2/+56
* http2: disable server push if not requestedAlessandro Ghedini2017-01-152-2/+2
* url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya2017-01-137-0/+320
* url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya2017-01-135-1/+209
* url: Fix parsing for when 'file' is the default protocolJay Satiro2017-01-124-2/+87
* test1282: verify the ftp-gss checkDaniel Stenberg2016-12-242-1/+46
* printf: fix floating point buffer overflow issuesDaniel Stenberg2016-12-191-0/+1
* curl_easy_recv: Improve documentation and example programMichael Kaufmann2016-12-181-1/+1
* test2032: Mark test as flakyDan Fandrich2016-12-051-0/+1
* test1281: added http as a required featureDan Fandrich2016-12-021-0/+3
* curl: support zero-length argument strings in config filesDaniel Stenberg2016-12-021-2/+2
* tests: fix CONNECT test cases to be more strictDaniel Stenberg2016-12-016-4/+6
* CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg2016-12-013-11/+5
* URL parser: reject non-numerical port numbersDaniel Stenberg2016-12-012-1/+36