summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* http: enable haproxy support for hyper backendDaniel Stenberg2021-11-191-2/+0
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-156-10/+278
* test1939: require proxy support to runDaniel Stenberg2021-11-141-0/+3
* test302[12]: run only with the libssh2 backendDaniel Stenberg2021-11-142-0/+8
* multi: shut down CONNECT in Curl_detach_connnectionDaniel Stenberg2021-11-112-1/+53
* tests: add Schannel-specific tests and disable unsupported onesMarc Hoersken2021-11-0913-8/+316
* tool_operate: a failed etag save now only fails that transferDaniel Stenberg2021-11-043-1/+85
* tests: kill some test servers afterwards to avoid locked logfilesMarc Hoersken2021-11-013-0/+9
* test1160: edited to work with hyperDaniel Stenberg2021-10-272-2/+1
* data/DISABLED: enable tests that now work with hyperDaniel Stenberg2021-10-271-5/+0
* test559: add 'HTTP' in keywordsDaniel Stenberg2021-10-271-0/+1
* test552: updated to work with hyperDaniel Stenberg2021-10-271-2/+2
* http: reject HTTP response codes < 100Daniel Stenberg2021-10-273-4/+10
* hyper: disable test 1294 since hyper doesn't allow such crazy headersDaniel Stenberg2021-10-252-1/+2
* c-hyper: make CURLOPT_SUPPRESS_CONNECT_HEADERS workDaniel Stenberg2021-10-251-1/+0
* test1287: make work on hyperDaniel Stenberg2021-10-252-1/+2
* test1266/1267: disabled on hyper: no HTTP/0.9 supportDaniel Stenberg2021-10-253-2/+8
* tests: enable more tests with hyperDaniel Stenberg2021-10-254-33/+31
* tests: use python3 in test 1451Samuel Henrique2021-10-241-1/+1
* hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODINGDaniel Stenberg2021-10-222-1/+3
* test262: don't attempt with hyperDaniel Stenberg2021-10-222-1/+0
* c-hyper: make test 217 runDaniel Stenberg2021-10-221-1/+0
* DISABLED: enable test 209+213 for hyperDaniel Stenberg2021-10-221-2/+0
* test207: accept a different error code for hyperDaniel Stenberg2021-10-222-1/+5
* http_proxy: multiple CONNECT with hyper done betterDaniel Stenberg2021-10-211-1/+0
* test1185: verify checksrcDaniel Stenberg2021-10-182-1/+185
* urlapi: skip a strlen(), pass in zeroDaniel Stenberg2021-10-151-1/+1
* aws-sigv4: make signature work when post data is binaryAbhinav Singh2021-10-153-1/+73
* curl: correct grammar in generated libcurl codeБорис Верховский2021-10-1310-9/+9
* tests: disable test 2043Daniel Stenberg2021-10-131-0/+1
* test368: verify dash is appended for "-r [num]"Daniel Stenberg2021-10-112-1/+50
* http: fix Basic auth with empty name field in URLDaniel Stenberg2021-10-062-1/+49
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-062-1/+68
* print_category: print help descriptions alignedDaniel Stenberg2021-10-013-18/+18
* tool_listhelp: easier to generate with gen.plDaniel Stenberg2021-09-302-2/+2
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-277-1/+269
* urlapi: support UNC paths in file: URLs on WindowsSergey Markelov2021-09-271-0/+0
* urlapi: add curl_url_strerror()i-ky2021-09-272-3/+22
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-263-1/+89
* test897: verify delivery of IMAP post-body header contentDaniel Stenberg2021-09-212-1/+71
* http: fix the broken >3 digit response code detectionDaniel Stenberg2021-09-172-1/+46
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-161-2/+5
* test1184: disableDaniel Stenberg2021-09-161-0/+2
* hsts: handle unlimited expiryDaniel Stenberg2021-09-152-4/+6
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-135-1/+221
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-134-0/+165
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-132-1/+109
* curl: stop retry if Retry-After: is longer than allowedDaniel Stenberg2021-09-062-1/+50
* test1173: check references to libcurl optionsDaniel Stenberg2021-09-041-2/+2
* connect: get local port + ip also when reusing connectionsDaniel Stenberg2021-09-022-1/+72