summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* test1538: fix typoDaniel Stenberg2017-06-021-1/+1
* test1538: verify the libcurl strerror API callsDaniel Stenberg2017-06-022-1/+149
* test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg2017-06-022-1/+46
* tests: removed some redundant empty <stdout> sectionsDan Fandrich2017-05-284-8/+0
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-232-1/+62
* tests: stabilize test 1034Michael Kaufmann2017-05-201-1/+5
* tests: added missing keywords "chunked Transfer-Encoding"Dan Fandrich2017-05-1310-2/+11
* tests: made a couple of prechecks consistent with othersDan Fandrich2017-05-132-2/+2
* tests: remove superfluous test 1399Richard Hsu2017-05-102-44/+1
* tests: make test file names more uniqueDan Fandrich2017-05-0911-23/+23
* tests: removed redundant --trace-ascii argumentsDan Fandrich2017-05-0912-12/+12
* tests: list the primary server first in the server sectionDan Fandrich2017-05-092-2/+2
* tests: updated for modified fake randomDaniel Stenberg2017-05-0833-44/+44
* test557: set a known good numeric localeDan Fandrich2017-05-041-4/+0
* test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg2017-05-042-1/+51
* Telnet: Write full buffer instead of byte-by-byteRichard Hsu2017-05-022-1/+44
* tests: added --remote-time tests for remaining protocols that support itDan Fandrich2017-04-294-0/+130
* test1443: test --remote-timeDan Fandrich2017-04-272-1/+69
* curl: set a 100K buffer size by defaultDaniel Stenberg2017-04-259-0/+9
* Curl_expire_latest: ignore already expired timersDaniel 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