summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-231-1/+1
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-161-1/+1
* curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes2019-10-051-1/+1
* urlapi: fix use-after-free bugDaniel Stenberg2019-10-031-1/+1
* redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg2019-10-021-0/+1
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-281-1/+1
* FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju2019-09-271-1/+1
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-151-1/+1
* FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg2019-09-131-1/+1
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-161-1/+1
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-1/+1
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-061-3/+4
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-1/+1
* http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka2019-08-011-1/+2
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-301-1/+1
* test1173: detect some basic man page format mistakesDaniel Stenberg2019-07-151-1/+1
* libcurl: Add testcase for gopher redirectsLinos Giannopoulos2019-07-141-1/+1
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-141-1/+1
* test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg2019-06-181-1/+1
* test1165: verify that CURL_DISABLE_ symbols are in syncDaniel Stenberg2019-06-111-2/+1
* test334: verify HTTP 204 response with chunked coding headerDaniel Stenberg2019-06-021-1/+1
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-4/+3
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-221-3/+4
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-201-1/+1
* test332: verify the blksize fixDaniel Stenberg2019-05-201-1/+1
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-291-1/+1
* test660: verify CONNECT_ONLY with IMAPDaniel Stenberg2019-04-201-1/+1
* test: make tests and test scripts use socksd for SOCKSDaniel Stenberg2019-04-131-1/+1
* test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg2019-04-111-1/+1
* pipelining: removedDaniel Stenberg2019-04-061-1/+1
* test1541: threaded connection sharingDaniel Stenberg2019-03-181-1/+1
* test331: verify set-cookie for dotless host nameDaniel Stenberg2019-03-091-1/+1
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-041-1/+1
* alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg2019-03-031-1/+1
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-1/+1
* cookies: only save the cookie file if the engine is enabledDaniel Stenberg2019-02-271-1/+1
* test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg2019-01-101-2/+1
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-101-1/+1
* cookies: allow secure override when done over HTTPSDaniel Stenberg2019-01-101-1/+1
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-091-1/+1
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-071-3/+3
* hostip: support wildcard hostsClaes Jakobsson2018-12-271-1/+1
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-1/+2
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+1
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-131-1/+1
* test1519: use lib1518 and test CURLINFO_REDIRECT_URL moreDaniel Stenberg2018-12-121-3/+1
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-121-1/+1
* tests: add urlapi unittestDaniel Gustafsson2018-12-111-1/+1
* http: fix HTTP auth to include query in URIJay Satiro2018-12-111-1/+1
* test329: verify cookie max-age=0 immediate expiryDaniel Stenberg2018-12-091-1/+1