summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* FTP: remove trailing slash from path for LIST/MLSDZenju2019-09-184-5/+5
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-152-1/+27
* FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg2019-09-133-1/+117
* FTP: skip CWD to entry dir when target is absoluteZenju2019-09-131-1/+0
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-163-2/+104
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-1/+2
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-081-3/+3
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-074-1/+156
* tests: Fix the line endings for the SASL alt-auth testsJay Satiro2019-08-066-44/+44
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-067-3/+332
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-0/+1
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-067-6/+51
* alt-svc: more liberal ALPN name parsingDaniel Stenberg2019-08-031-1/+1
* http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka2019-08-013-1/+98
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-302-1/+35
* HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics2019-07-291-1/+16
* curl: support parallel transfersDaniel Stenberg2019-07-2011-30/+65
* test1173: make it also check all libcurl option man pagesDaniel Stenberg2019-07-161-1/+1
* test1173: detect some basic man page format mistakesDaniel Stenberg2019-07-152-1/+27
* libcurl: Add testcase for gopher redirectsLinos Giannopoulos2019-07-142-1/+52
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-142-1/+50
* tests: update fixed IP for hostip/clientip splitStephan Szabo2019-06-254-8/+8
* test153: fix content-length to avoid occasional hangDaniel Stenberg2019-06-241-2/+2
* test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg2019-06-182-1/+50
* tests: have runtests figure out disabled featuresDaniel Stenberg2019-06-171-0/+1
* test188/189: fix Content-LengthDaniel Stenberg2019-06-172-4/+4
* test1165: verify that CURL_DISABLE_ symbols are in syncDaniel Stenberg2019-06-112-2/+26
* test334: verify HTTP 204 response with chunked coding headerDaniel Stenberg2019-06-022-1/+45
* http: don't parse body-related headers bodyless responsesMichael Kaufmann2019-06-021-3/+3
* HAProxy tests: add keywordsMarcel Raad2019-05-272-0/+4
* tests: make test 1420 and 1406 work with rtsp-disabled libcurlMaksim Stsepanenka2019-05-272-2/+4
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-257-332/+3
* tests: Fix the line endings for the SASL alt-auth testsJay Satiro2019-05-236-44/+44
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-227-3/+332
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-202-1/+36
* test332: verify the blksize fixDaniel Stenberg2019-05-202-1/+46
* curl: make code work with protocol-disabled libcurlDaniel Stenberg2019-05-187-7/+10
* parse_proxy: use the URL parser APIDaniel Stenberg2019-05-151-1/+1
* Revert "multi: support verbose conncache closure handle"Jay Satiro2019-05-101-4/+0
* test2100: Fix typos in test descriptionDaniel Gustafsson2019-05-061-0/+0
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-051-0/+2
* urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg2019-05-031-0/+10
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-292-1/+45
* sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616Steve Holme2019-04-2215-27/+27
* test 196,197,198: add 'retry' keyword [skip ci]Daniel Stenberg2019-04-213-0/+3
* test1002: correct the name [skip ci]Daniel Stenberg2019-04-201-1/+1
* test660: verify CONNECT_ONLY with IMAPDaniel Stenberg2019-04-202-1/+35
* test: make tests and test scripts use socksd for SOCKSDaniel Stenberg2019-04-136-3/+119
* socksd: new SOCKS 4+5 server for testsDaniel Stenberg2019-04-131-0/+3
* test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg2019-04-112-1/+53