summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg2019-12-052-1/+62
* test342: make it return a 304 as the tag matchesDaniel Stenberg2019-12-051-3/+2
* curl: two new command line options for etagsMaros Priputen2019-11-284-2/+180
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-255-2/+76
* test1175: verify symbols-in-versions and libcurl-errors.3 in syncDaniel Stenberg2019-11-222-1/+26
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-2/+3
* curl: fix -T globbingDaniel Stenberg2019-11-144-0/+223
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+1
* test1558: use double slash after file:Marcel Raad2019-11-101-5/+1
* test1560: require IPv6 for IPv6 aware URL parsingDaniel Stenberg2019-11-081-0/+1
* test1591: fix spelling of http featureMarcel Raad2019-10-241-1/+1
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-232-1/+64
* tests: add missing proxy featuresMarcel Raad2019-10-232-0/+2
* tests: use %FILE_PWD for file:// URLsMarcel Raad2019-10-2119-19/+19
* tests: add `connect to non-listen` keywordsMarcel Raad2019-10-212-0/+2
* test1162: disable MSYS2's POSIX path conversionMarcel Raad2019-10-171-0/+4
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-162-1/+54
* tests: line ending fixes for WindowsMarcel Raad2019-10-1619-19/+19
* tests: use proxy featureMarcel Raad2019-10-15133-5/+287
* tests: use port 2 instead of 60000 for a safer non-listening portDaniel Stenberg2019-10-093-3/+3
* curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes2019-10-052-2/+2
* urlapi: fix use-after-free bugDaniel Stenberg2019-10-032-1/+80
* redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg2019-10-022-0/+76
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-021-2/+2
* altsvc: accept quoted ma and persist valuesDaniel Stenberg2019-09-301-0/+1
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-283-58/+115
* FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju2019-09-272-1/+74
* FTP: url-decode path before evaluationZenju2019-09-272-2/+4
* Revert "FTP: url-decode path before evaluation"Daniel Stenberg2019-09-262-4/+2
* FTP: url-decode path before evaluationZenju2019-09-262-2/+4
* 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