summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-284-0/+191
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-281-0/+13
* spelling fixesklemens2017-03-2633-41/+41
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-252-1/+36
* tests/README: make "Run" section foolproofMarcel Raad2017-03-241-4/+4
* tests/README: mention nroff for --manual testsAnders Roxell2017-03-231-0/+1
* make: introduce 'test-nonflaky' targetDaniel Stenberg2017-03-221-1/+7
* test2033: flakyDaniel Stenberg2017-03-221-0/+1
* runtests.pl: fixed display of the Gopher IPv6 port numberDan Fandrich2017-03-201-1/+1
* tests: fixed the documented test server port numbersDan Fandrich2017-03-201-8/+14
* 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
* build: removed redundant DEPENDENCIES from makefilesDan Fandrich2017-03-142-4/+0
* 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: fix the authretry testsMichael Kaufmann2017-03-111-5/+0
* tests: disabled 1903 nowDaniel Stenberg2017-03-091-0/+2
* test1260: added http as a required featureDan Fandrich2017-03-081-0/+3
* gitignore: Ignore man page dist filesSteve Brokenshire2017-03-071-0/+1
* Makefile.am: Remove distribution man pages when running 'make clean'Steve Brokenshire2017-03-071-1/+2
* 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: enable HTTP/2 tests to run with non-default port numbersDan Fandrich2017-02-272-1/+10
* test1139: allow for the possibility that the man page is not rebuiltDan Fandrich2017-02-261-1/+2
* 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-072-1/+1
* cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich2017-02-062-3/+4
* cookies: do not assume a valid domain has a dotDaniel Stenberg2017-01-272-2/+56
* sws: use SOCKERRNO, not errnoDaniel Stenberg2017-01-191-1/+1
* 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
* sws: retry send() on EWOULDBLOCKDaniel Stenberg2017-01-091-1/+8