summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* misc: spelling improvementsFabian Keil2022-06-052-2/+2
* libssh2: add CURLOPT_SSH_HOSTKEYFUNCTIONmichael musset2022-06-021-1/+2
* digest: unquote realm and nonce before processingEvgeny Grin2022-06-021-1/+1
* headers: handle unfold of space-cleansed headersDaniel Stenberg2022-06-011-2/+4
* DISABLED: disable 1021 for hyper againDaniel Stenberg2022-06-011-0/+2
* test681: verify --no-remote-nameDaniel Stenberg2022-05-312-1/+52
* test680: require 'http' since it uses such a URLDaniel Stenberg2022-05-311-0/+3
* test680: verify rejection of malformatted .netrc quoted passwordDaniel Stenberg2022-05-312-1/+38
* test679: verify netrc quoted stringDaniel Stenberg2022-05-312-0/+57
* headers api: remove EXPERIMENTAL tagDaniel Stenberg2022-05-301-1/+1
* tests/data/test1940: use binary mode for expected stdoutMarc Hoersken2022-05-301-1/+1
* DISABLED: add six tests that fail with hyperDaniel Stenberg2022-05-251-0/+6
* tests/data/test1501: kill ftp server after slow LIST responseMarc Hoersken2022-05-251-1/+4
* http: restore header folding behaviorDaniel Stenberg2022-05-244-2/+72
* ntlm: fix one more hostname test falloutDaniel Gustafsson2022-05-241-1/+1
* ntlm: copy NTLM_HOSTNAME to host bufferDaniel Gustafsson2022-05-2234-52/+52
* tests: update NTLM tests to use new host nameDaniel Stenberg2022-05-2035-500/+191
* socks: support unix sockets for socks proxyBalakrishnan Balasubramanian2022-05-195-8/+155
* test1561: adjusted for the cookie fixDaniel Stenberg2022-05-191-6/+7
* test414: verify secure cookie domain overlayDaniel Stenberg2022-05-192-1/+84
* opts: deprecate RANDOM_FILE and EGDSOCKETDaniel Stenberg2022-05-171-1/+3
* test412/413: Use version macro for User-AgentDaniel Gustafsson2022-05-162-2/+2
* test1635: verify --fail-with-body with --retryDaniel Stenberg2022-05-162-1/+65
* test1919: verify CURLOPT_XOAUTH2_BEARER leak fixDaniel Stenberg2022-05-144-3/+109
* tests 266, 116 and 1540: add a small write delayFabian Keil2022-05-113-1/+9
* tests 1117,1238,1523: adjust writedelay servercmdsFabian Keil2022-05-113-3/+3
* tests/server/sws.c: change the HTTP writedelay unit to millisecondsFabian Keil2022-05-112-8/+17
* test977: reproduce ability to set cookie on TLDDaniel Stenberg2022-05-092-1/+61
* test379: verify --remove-on-error with --no-clobberDaniel Stenberg2022-05-092-2/+72
* test440/441: verify HSTS with trailing dotsDaniel Stenberg2022-05-093-0/+146
* libtest/lib1560: verify the host name percent decode fixDaniel Stenberg2022-05-091-0/+7
* test412/413: verify alt-svc with trailing dotsDaniel Stenberg2022-05-093-1/+129
* hyper: fix test 357Garrett Squire2022-05-081-1/+0
* http_proxy/hyper: handle closed connectionsDaniel Stenberg2022-05-062-5/+4
* tests: fix markdown formatting in READMEDaniel Gustafsson2022-05-051-1/+1
* tests/server: declare variable 'reqlogfile' staticFabian Keil2022-05-051-1/+1
* test{898,974,976}: add 'HTTP proxy' keywordsFabian Keil2022-05-043-0/+3
* misc: use "autoreconf -fi" instead buildconfPhilip H2022-05-021-2/+2
* data/test376: set a proper nameDaniel Stenberg2022-04-291-1/+1
* test 898/974/976: require proxy to runDaniel Stenberg2022-04-273-0/+9
* hyper: fix tests 580 and 581 for hyperLiam Warfield2022-04-251-2/+0
* tests: verify the fix for CVE-2022-27774Daniel Stenberg2022-04-255-1/+352
* test898: verify the fix for CVE-2022-27776Daniel Stenberg2022-04-252-1/+91
* tool_getparam: error out on missing -K fileDaniel Stenberg2022-04-252-1/+44
* misc: update copyright year rangesDaniel Stenberg2022-04-258-8/+8
* c_escape: escape '?' in generated --libcurl codeDaniel Stenberg2022-04-251-1/+1
* tests/FILEFORMAT.md: spellfixDaniel Stenberg2022-04-211-2/+2
* misc: fix typosDaniel Gustafsson2022-04-211-1/+1
* unit1620: call global_init before calling Curl_openGisle Vanem2022-04-201-1/+4
* timediff.[ch]: add curlx helper functions for timeval conversionsMarc Hoersken2022-04-177-16/+25