1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data
Daniel Stenberg 46620b9743
http: use credentials from transfer, not connection
HTTP auth "accidentally" worked before this cleanup since the code would
always overwrite the connection credentials with the credentials from
the most recent transfer and since HTTP auth is typically done first
thing, this has not been an issue. It was still wrong and subject to
possible race conditions or future breakage if the sequence of functions
would change.

The data.set.str[] strings MUST remain unmodified exactly as set by the
user, and the credentials to use internally are instead set/updated in
state.aptr.*

Added test 675 to verify different credentials used in two requests done
over a reused HTTP connection, which previously behaved wrongly.

Fixes #6542
Closes #6545
2021-02-13 22:36:15 +01:00
..
.gitattributes Add .gitattributes files to turn off CRLF translation for some files 2010-03-24 23:48:35 -04:00
.gitignore runtests: use a DISABLED.local file too 2015-04-26 19:59:13 +02:00
CMakeLists.txt curl.se: new home 2020-11-04 23:59:47 +01:00
DISABLED runtests.pl: add an -E option to specify an exclude file 2021-02-09 00:28:28 +01:00
Makefile.am curl.se: new home 2020-11-04 23:59:47 +01:00
Makefile.inc http: use credentials from transfer, not connection 2021-02-13 22:36:15 +01:00
test1 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test4 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test5 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test6 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test7 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test8 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test9 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test10 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test11 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test12 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test13 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test14 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test15 tests: updated tests for Hyper 2020-12-18 09:58:04 +01:00
test16 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test17 tests: updated tests for Hyper 2020-12-18 09:58:04 +01:00
test18 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test19 tests: add %NOLISTENPORT and use it 2020-04-20 22:38:05 +02:00
test20 test: update test20/1322 for eglibc bug workaround 2018-11-22 13:41:35 +01:00
test21
test22 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test23
test24 curl: add --fail-with-body 2021-02-11 08:35:27 +01:00
test25 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test26 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test27 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test28 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test29 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test30 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test31 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test32 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test33 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test34 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test35 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test36 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test37 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test38 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test39 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test40 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test41
test42 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test43 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test44 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test45 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test46 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test47 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test48 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test49 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test50 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test51 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test52 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test53 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test54 tests: updated tests for Hyper 2020-12-18 09:58:04 +01:00
test55 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test56 tests: updated tests for Hyper 2020-12-18 09:58:04 +01:00
test57 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test58 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test59 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test60 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test61 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test62 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test63 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test64 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test65 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test66 test66: disable with Hyper 2021-01-05 17:27:05 +01:00
test67 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test68 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test69 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test70 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test71 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test72 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test73 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test74 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test75 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test76 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test77 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test78 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test79 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test80 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test81 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test82 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test83 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test84 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test85 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test86 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test87 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test88 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test89 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test90 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test91 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test92 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test93 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test94 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test95 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test96 free: instead of Curl_safefree() 2015-03-16 15:01:15 +01:00
test97 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test98 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test99 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test100 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test101 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test102
test103
test104 Adjust test number mismatch 2009-12-24 12:04:33 +00:00
test105 ftp: avoid SIZE when asking for a TYPE A file 2021-02-04 23:06:03 +01:00
test106 ftp: avoid SIZE when asking for a TYPE A file 2021-02-04 23:06:03 +01:00
test107
test108
test109
test110 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test111
test112
test113
test114
test115
test116 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test117
test118 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test119 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test120
test121
test122 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test123
test124
test125
test126
test127
test128
test129 urldata: don't touch data->set.httpversion at run-time 2021-02-12 08:13:37 +01:00
test130 test130: verify comments in .netrc 2017-08-03 10:04:16 +02:00
test131 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test132 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test133 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test134 http: use credentials from transfer, not connection 2021-02-13 22:36:15 +01:00
test135 ftp: prevent server from hanging on closed data connection 2010-10-29 12:01:19 +02:00
test136
test137
test138 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test139
test140
test141
test142
test143 ftp: avoid SIZE when asking for a TYPE A file 2021-02-04 23:06:03 +01:00
test144
test145
test146 FTP: WILDCARDMATCH/CHUNKING/FNMATCH added 2010-05-12 23:17:51 +02:00
test147 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test148 test148: fixed after the --ftp-create-dirs retry change 2016-04-25 23:10:13 +02:00
test149 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test150 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test151 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test152 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test153 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test154 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test155 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test156 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test157 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test158 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test159 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test160 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test161 http2: make sure stream errors don't needlessly close the connection 2016-08-28 16:44:49 +02:00
test162 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test163 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test164 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test165 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test166 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test167 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test168 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test169 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test170 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test171 curl.se: new home 2020-11-04 23:59:47 +01:00
test172 curl.se: new home 2020-11-04 23:59:47 +01:00
test173 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test174 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test175 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test176 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test177 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test178 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test179 test179: use consistent header line endings 2021-01-08 10:57:48 +01:00
test180 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test181 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test182 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test183 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test184 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test185 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test186 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test187 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test188 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test189 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test190 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test191 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test192 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test193 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test194 http: have CURLOPT_FAILONERROR fail after all headers 2021-01-06 15:14:40 +01:00
test195 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test196 test 196,197,198: add 'retry' keyword [skip ci] 2019-04-21 23:28:47 +02:00
test197 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test198 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test199 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test200 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test201 misc: assorted typo fixes 2020-12-26 23:54:25 +01:00
test202 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test203 url: a short host name + port is not a scheme 2018-11-06 19:11:58 +01:00
test204 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test205 FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output 2018-10-08 08:35:40 +02:00
test206 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test207 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test208 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test209 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test210 FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output 2018-10-08 08:35:40 +02:00
test211 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test212 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test213 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test214 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test215 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test216 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test217 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test218 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test219 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test220 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test221 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test222 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test223 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test224 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test225 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test226 Added const to some pointer variables 2008-10-08 01:17:51 +00:00
test227 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test228 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test229 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test230 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test231 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test232 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test233 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test234 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test235 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test236 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test237 ftp: reject illegal IP/port in PASV 227 response 2017-10-20 15:06:25 +02:00
test238 FTP: reject illegal port numbers in EPSV 229 responses 2013-01-15 22:35:48 +01:00
test239 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test240 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test241 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test242 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test243 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test244 FTP: remove trailing slash from path for LIST/MLSD 2019-09-18 09:27:21 +02:00
test245 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test246 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test247 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test248 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test249 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test250 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test251 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test252 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test253 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test254 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test255 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test256 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test257 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test258 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test259 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test260 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test261
test262 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test263 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test264 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test265 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test266 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test267 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test268 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test269 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test270
test271 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test272
test273 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test274 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test275 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test276 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test277 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test278 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test279 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test280 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test281 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test282 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test283 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test284 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test285 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test286 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test287 tests: use proxy feature 2019-10-15 07:56:55 +02:00
test288 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test289
test290
test291
test292 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test293 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test294 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test295
test296
test297
test298 test298: verify --ftp-method nowcwd with URL encoded path 2017-10-09 22:50:40 +02:00
test299 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test300 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test301 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test302 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test303 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test304 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test305 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test306 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test307 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test308 test308: disable if MultiSSL feature enabled 2017-10-19 20:16:05 +01:00
test309 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test310 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test311 ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code 2018-09-06 08:27:15 +02:00
test312 ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code 2018-09-06 08:27:15 +02:00
test313 test313: a new test for CRL support 2010-05-27 23:45:18 +02:00
test314 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test315 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test316 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test317 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test318 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test319 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test320 test320: strip out more HTML when comparing 2018-10-04 23:20:25 +02:00
test321 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test322 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test323 TLS-SRP: support added when using GnuTLS 2011-01-19 20:35:02 +01:00
test324 test324: fix after 3f3b26d6fe 2018-09-08 22:30:28 +02:00
test325 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test326 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test327 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test328 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test329 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test330 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test331 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test332 test332: verify the blksize fix 2019-05-20 07:59:11 +02:00
test333 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test334 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test335 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test336 ftp: avoid SIZE when asking for a TYPE A file 2021-02-04 23:06:03 +01:00
test337 ftp: avoid SIZE when asking for a TYPE A file 2021-02-04 23:06:03 +01:00
test338 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test339 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test340 FTP: reject path components with control codes 2018-03-12 07:47:07 +01:00
test341 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test342 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test343 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test344 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test345 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test346 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test347 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test348 ftp: make a 552 response return CURLE_REMOTE_DISK_FULL 2020-09-26 13:37:15 +02:00
test349 curl: add --fail-with-body 2021-02-11 08:35:27 +01:00
test350 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test351 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test352 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test353 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test354
test355 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test356 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test357 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test358 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test359 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test360 curl: add --fail-with-body 2021-02-11 08:35:27 +01:00
test361 curl: add --fail-with-body 2021-02-11 08:35:27 +01:00
test393 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test394 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test395 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test396 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test397 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test400 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test401 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test402 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test403 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test404 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test405 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test406 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test407 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test408 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test409 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test410 test410: fix for windows 2021-01-25 23:28:02 -05:00
test430 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test431 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test432 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test433 test433: clear some home dir env variables 2021-02-12 14:02:07 +01:00
test434 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test490 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test491 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test492 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test493 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test500 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test501 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test502 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test503 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test504 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test505 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test506 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test507 Added "non-existing host" test keywords to make it easy to skip those 2009-05-20 19:30:06 +00:00
test508 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test509 url: alloc the download buffer at transfer start 2020-05-30 23:14:33 +02:00
test510 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test511 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test512 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test513 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test514 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test515 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test516 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test517 parsedate: fix date parsing for systems with 32 bit long 2018-01-25 22:20:52 +01:00
test518 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test519 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test520 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test521 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test522 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test523 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test524
test525 Added multi keyword 2008-08-26 20:11:12 +00:00
test526 Added multi keyword 2008-08-26 20:11:12 +00:00
test527 Added multi keyword 2008-08-26 20:11:12 +00:00
test528 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test529 Added multi keyword 2008-08-26 20:11:12 +00:00
test531 Added multi keyword 2008-08-26 20:21:59 +00:00
test532 Added multi keyword 2008-08-26 20:11:12 +00:00
test533 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test534 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test535 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test537 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test538 multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
test539 FTP: remove trailing slash from path for LIST/MLSD 2019-09-18 09:27:21 +02:00
test540 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test541 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test542
test543 test543: extended to verify zero length input 2020-06-25 00:00:35 +02:00
test544 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test545 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test546 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test547 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test548 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test549 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test550 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test551 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test552 runtests: add %repeat[]% for test files 2020-10-04 17:16:53 +02:00
test553 runtests: add %repeat[]% for test files 2020-10-04 17:16:53 +02:00
test554 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test555 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test556 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test557 test557: set a known good numeric locale 2017-05-04 18:17:08 +02:00
test558 lib/unit tests: add missing curl_global_cleanup() calls 2021-01-06 15:13:45 +01:00
test559 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test560 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test561 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test562 ftp: avoid SIZE when asking for a TYPE A file 2021-02-04 23:06:03 +01:00
test563 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test564 tests: use proxy feature 2019-10-15 07:56:55 +02:00
test565 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test566 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test567 whitespace fixes 2018-09-23 22:24:02 +00:00
test568 whitespace fixes 2018-09-23 22:24:02 +00:00
test569 whitespace fixes 2018-09-23 22:24:02 +00:00
test570 whitespace fixes 2018-09-23 22:24:02 +00:00
test571 whitespace fixes 2018-09-23 22:24:02 +00:00
test572 whitespace fixes 2018-09-23 22:24:02 +00:00
test573 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test574 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test575 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test576 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test577 RTSP: avoid integer overflow on funny RTSP response 2017-10-09 00:41:48 +02:00
test578 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test579 Ensure progress.size_dl/progress.size_ul are always >= 0 2014-09-07 23:23:12 +02:00
test580 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test581 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test582 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test583 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test584 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test585 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test586 tests: verify OPEN/CLOSESOCKETFUNCTION 2011-05-18 22:56:46 +02:00
test587 mime: keep "text/plain" content type if user-specified. 2017-10-12 19:36:16 +01:00
test588 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test589 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test590 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test591 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test592 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test593 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test594 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test595 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test596 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test597 connection: never reuse CONNECT_ONLY conections 2019-02-19 22:50:02 +01:00
test598 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test599 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test600 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test601 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test602 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test603 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test604 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test605 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test606 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test607 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test608 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test609 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test610 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test611 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test612 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test613 test613.pl: make tests 613 and 614 work with OpenSSH for Windows 2020-05-06 19:33:20 +02:00
test614 test613.pl: make tests 613 and 614 work with OpenSSH for Windows 2020-05-06 19:33:20 +02:00
test615 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test616 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test617 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test618 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test619 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test620 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test621 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test622 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test623 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test624 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test625 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test626 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test627 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test628 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test629 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test630 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test631 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test632 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test633 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test634 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test635 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test636 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test637 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test638 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test639 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test640 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test641 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test642 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test643 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test644 mime: do not perform more than one read in a row 2020-03-07 23:26:00 +01:00
test645 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test646 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test647 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test648 mime: limit bas64-encoded lines length to 76 characters 2017-10-19 18:33:27 +01:00
test649 mime: implement encoders. 2017-09-05 17:55:51 +01:00
test650 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test651 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test652 test652: curl_mime_data + base64 encoder with large contents 2017-10-19 18:37:19 +01:00
test653 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test654 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test655 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test656 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test658 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test659 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test660 lib: pass in 'struct Curl_easy *' to most functions 2021-01-17 23:56:09 +01:00
test661 FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDs 2019-09-27 08:32:32 +02:00
test662 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test663 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test664 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test665 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test666 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test667 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test668 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test669 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test670 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test671 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test672 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test673 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test674 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test675 http: use credentials from transfer, not connection 2021-02-13 22:36:15 +01:00
test700 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test701 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test702 CURLE_PROXY: new error code 2020-08-24 08:41:48 +02:00
test703 CURLE_PROXY: new error code 2020-08-24 08:41:48 +02:00
test704 tests: add %NOLISTENPORT and use it 2020-04-20 22:38:05 +02:00
test705 tests: add %NOLISTENPORT and use it 2020-04-20 22:38:05 +02:00
test706 tests 706 and 707: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:48:36 +01:00
test707 tests 706 and 707: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:48:36 +01:00
test708 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test709 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test710 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test711 test: make tests and test scripts use socksd for SOCKS 2019-04-13 11:21:53 +02:00
test712 proxy: fix hostname resolution and IDN conversion 2017-02-18 15:04:43 +01:00
test713 tests: mark data files as non-executable in git 2017-12-10 22:36:42 +01:00
test714 tests: use proxy feature 2019-10-15 07:56:55 +02:00
test715 tests: use proxy feature 2019-10-15 07:56:55 +02:00
test716 CURLE_PROXY: new error code 2020-08-24 08:41:48 +02:00
test717 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test800 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test801 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test802 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test803 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test804 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test805 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test806 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test807 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test808 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test809 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test810 test810: Updated to use new IMAP URL query string functionality 2014-04-18 16:51:50 +01:00
test811 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test812 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test813 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test814 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test815 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test816 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test817 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test818 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test819 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test820 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test821 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test822 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test823 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test824 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test825 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test826 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test827 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test828 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test829 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test830 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test831 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test832 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test833 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test834 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test835 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test836 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test837 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test838 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test839 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test840 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test841 imap: Don't check for continuation when executing a CUSTOMREQUEST 2015-11-08 12:12:33 +00:00
test842 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test843 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test844 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test845 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test846 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test847 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test848 tests: Fix the line endings for the SASL alt-auth tests 2019-08-06 11:38:58 -04:00
test849 tests: Fix the line endings for the SASL alt-auth tests 2019-08-06 11:38:58 -04:00
test850 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test851 spelling fixes 2018-06-03 12:14:45 +00:00
test852 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test853 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test854 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test855 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test856 tests: make the imap server not verify user+password 2017-09-22 14:43:33 +02:00
test857 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test858 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test859 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test860 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test861 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test862 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test863 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test864 s/cURL/curl 2016-11-07 10:36:23 +01:00
test865 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test866 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test867 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test868 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test869 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test870 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test871 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test872 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test873 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test874 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test875 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test876 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test877 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test878 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test879 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test880 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test881 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test882 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test883 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test884 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test885 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test886 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test887 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test888 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test889 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test890 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test891 sasl_getmesssage: make sure we have a long enough string to pass 2017-12-05 17:05:44 +01:00
test892 tests: Fix the line endings for the SASL alt-auth tests 2019-08-06 11:38:58 -04:00
test893 tests: Fix the line endings for the SASL alt-auth tests 2019-08-06 11:38:58 -04:00
test894 ftp: remove superfluous checking for crlf in user or pwd 2020-02-07 08:18:23 +01:00
test895 tests: add two simple tests for --login-options 2020-06-08 12:55:31 +02:00
test896 tests: add two simple tests for --login-options 2020-06-08 12:55:31 +02:00
test900 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test901 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test902 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test903 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test904 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test905 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test906 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test907 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test908 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test909 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test910 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test911 smtp: fix processing of initial dot in data 2018-02-12 16:43:15 +01:00
test912 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test913 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test914 ftpserver: don't verify SMTP MAIL FROM names 2020-07-03 10:10:30 +02:00
test915 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test916 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test917 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test918 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test919 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test920 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test921 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test922 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test923 ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test case 2020-02-24 23:01:05 +00:00
test924 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test925 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test926 test926: Corrected unknown user reply from commit 0d735c29f9 2013-11-16 20:33:08 +00:00
test927 tests: Added SMTP EXPN command test 2013-11-17 00:20:58 +00:00
test928 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test929 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test930 tests: Added SMTP NOOP and RSET tests 2013-11-17 12:52:42 +00:00
test931 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test932 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test933 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test934 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test935 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test936 tests: Change NTLM tests to require SSL 2019-12-31 02:47:53 -05:00
test937 sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 2019-04-22 12:29:49 +01:00
test938 test938: added missing closing tags 2015-03-21 01:27:44 +01:00
test939 tests: Added SMTP with credentials test for RFC-821 based server 2014-03-31 20:55:58 +01:00
test940 tests: Added SMTP with credientials test when not supported by server 2014-04-01 07:19:29 +01:00
test941 tests: Added SMTP with --crlf test case 2014-11-26 23:58:42 +00:00
test942 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test943 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test944 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test945 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test946 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test947 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test948 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test949 runtests: support dynamicly base64 encoded sections in tests 2020-08-04 18:12:42 +02:00
test950 test950; verify SMTP with custom request 2017-10-10 23:00:53 +02:00
test951 smtp: fix processing of initial dot in data 2018-02-12 16:43:15 +01:00
test952 smtp: fix processing of initial dot in data 2018-02-12 16:43:15 +01:00
test953 tests: Fix the line endings for the SASL alt-auth tests 2019-08-06 11:38:58 -04:00
test954 tests: Fix the line endings for the SASL alt-auth tests 2019-08-06 11:38:58 -04:00
test955 ftpserver: don't verify SMTP MAIL FROM names 2020-07-03 10:10:30 +02:00
test956 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test957 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test958 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test959 ftpserver: don't verify SMTP MAIL FROM names 2020-07-03 10:10:30 +02:00
test960 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test961 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test962 tests: disable 962, 963 and 964 on Windows 2020-03-02 14:44:46 +01:00
test963 tests: disable 962, 963 and 964 on Windows 2020-03-02 14:44:46 +01:00
test964 tests: disable 962, 963 and 964 on Windows 2020-03-02 14:44:46 +01:00
test965 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test966 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test967 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test968 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test969 tests: disable SMTP UTF-8 tests on Windows 2020-03-02 08:29:11 +01:00
test970 tool_writeout: refactor write-out and write-out json 2021-02-09 02:48:27 -05:00
test971 test971: show test mismatches "inline" 2020-09-02 09:27:51 +02:00
test1000
test1001 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1002 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1003
test1004 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1005
test1006
test1007 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1008 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1009 tftp tests: verify sent options too 2015-11-06 10:55:30 +01:00
test1010 FTP: remove trailing slash from path for LIST/MLSD 2019-09-18 09:27:21 +02:00
test1011 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1012 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1013
test1014
test1015 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1016 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1017 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1018 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1019 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1020 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1021 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1022
test1023
test1024 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1025 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1026 curl: remove MANUAL from -M output 2019-02-20 08:20:27 +01:00
test1027
test1028 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1029 tool_writeout: make %{errormsg} blank for no errors 2021-01-28 07:55:25 +01:00
test1030 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1031 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1032 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1033 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1034 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1035 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1036 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test1037 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1038
test1039
test1040 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1041 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1042 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1043 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1044
test1045 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1046 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1047 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1048 tests: Fix some incorrect precheck error messages. 2019-03-24 13:02:05 +01:00
test1049 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1050 tests: Fix some incorrect precheck error messages. 2019-03-24 13:02:05 +01:00
test1051 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1052 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1053 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1054 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1055 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1056 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1057 ftp: prevent server from hanging on closed data connection 2010-10-29 12:01:19 +02:00
test1058 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1059 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1060 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1061 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1062
test1063 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1064 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1065 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1066 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1067 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1068 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1069 Improved the logic the decides whether to use HTTP 1.1 features or not in a 2008-09-05 17:58:53 +00:00
test1070 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1071 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1072 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1073 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1074 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1075 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1076 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1077 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1078 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1079 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1080 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1081 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1082 hostip: remove conn->data from resolver functions 2021-01-22 08:25:09 +01:00
test1083 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1084 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1085 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1086 Added the "flaky" keyword to a number of tests 2014-10-26 13:50:38 +01:00
test1087 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1088 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1089 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1090 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1091 FTP: url-decode path before evaluation 2019-09-27 08:29:54 +02:00
test1092 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1093 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1094 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1095 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1096 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test1097 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1098 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1099 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1100 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1101 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1102 - Introduced a SYST-based test to properly set-up name format when dealing with the OS/400 FTP server. 2009-08-24 12:57:25 +00:00
test1103 - Introduced a SYST-based test to properly set-up name format when dealing with the OS/400 FTP server. 2009-08-24 12:57:25 +00:00
test1104 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1105 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1106 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1107 - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This 2010-01-01 14:44:44 +00:00
test1108 cleanup: misc typos in strings and comments 2018-03-16 11:08:31 +01:00
test1109 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1110 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1111 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1112 test1112: Increase the timeout from 7s to 16s 2013-09-22 18:23:09 +02:00
test1113 Added the "flaky" keyword to a number of tests 2014-10-26 13:50:38 +01:00
test1114 test1114: fix line-endings checks on Windows after 75f00de 2014-02-15 09:14:36 +01:00
test1115 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1116 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1117 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1118 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1119 options: API for meta-data about easy options 2020-08-27 14:17:36 +02:00
test1120 Fixed closing test tag 2011-04-20 16:51:44 -07:00
test1121 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1122 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1123 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1124 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1125 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1126 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1127 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1128 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1129 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1130 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1131 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1132 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1133 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1134 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1135 multi: add curl_multi_wakeup() 2019-11-25 15:45:56 +01:00
test1136 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1137 test1137: verify --ignore-content-length for FTP 2015-10-23 15:24:56 +02:00
test1138 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1139 test1139: make it display the difference on test failures 2020-07-14 18:31:37 +02:00
test1140 test1140: compare stdout 2020-08-15 00:10:36 +02:00
test1141 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1142 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1143 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1144 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1145 url: Fix parsing for when 'file' is the default protocol 2017-01-12 15:37:11 -05:00
test1146 FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output 2018-10-08 08:35:40 +02:00
test1147 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1148 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1149 FTP: remove trailing slash from path for LIST/MLSD 2019-09-18 09:27:21 +02:00
test1150 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1151 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1152 FTP: zero terminate the entry path even on bad input 2017-10-02 07:50:17 +02:00
test1153 test1153: verify quoted double-qoutes in PWD response 2017-10-02 07:50:18 +02:00
test1154 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1155 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1156 tests: Fixed XML validation errors in some test files. 2019-02-21 22:10:48 +01:00
test1157 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1158 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1159 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1160 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1161 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1162 test1162: disable MSYS2's POSIX path conversion 2019-10-17 20:42:07 +02:00
test1163 wildcardmatch: fix heap buffer overflow in setcharset 2017-11-27 08:19:34 +01:00
test1164 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1165 test1165: verify that CURL_DISABLE_ symbols are in sync 2019-06-11 15:33:58 +02:00
test1166 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1167 test1167: verify global symbols in public headers are curl prefixed 2020-01-09 22:57:33 +01:00
test1168 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1169 runtests.pl: add -L parameter to require additional perl libraries 2021-02-09 00:28:28 +01:00
test1170 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1171 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1172 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1173 test1173: make it also check all libcurl option man pages 2019-07-16 12:38:42 +02:00
test1174 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1175 test1175: verify symbols-in-versions and libcurl-errors.3 in sync 2019-11-22 09:11:53 +01:00
test1176 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1177 test1177: look for curl.h in source directory 2020-04-29 13:54:08 +02:00
test1178 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1179 test1179: verify error message for non-existing cmdline option 2020-06-18 13:59:49 +02:00
test1180 Add test1180: Proxy request with -H "Proxy-Connection: Keep-Alive" 2021-01-19 11:41:23 +01:00
test1181 Add test1181: Proxy request with --proxy-header "Connection: Keep-Alive" 2021-01-19 11:41:23 +01:00
test1182 runtests.pl: add an -E option to specify an exclude file 2021-02-09 00:28:28 +01:00
test1183 runtests.pl: add %TESTNUMBER variable to make copying tests more convenient 2021-02-09 08:16:40 +01:00
test1188 test: verify new --write-out variables 2020-12-21 16:38:53 +01:00
test1190 mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
test1191 mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
test1192 mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
test1193 mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
test1194 mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
test1195 mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
test1196 mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
test1197 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1198 mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE 2020-12-18 12:54:05 +01:00
test1199 mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE 2020-12-18 12:54:05 +01:00
test1200 Tweaked some test data files 2010-08-25 16:43:26 -07:00
test1201 test1201: Add a trailing `?' to the selector 2018-12-13 10:24:01 +01:00
test1202 gopher: Do not translate ?' to %09' 2018-08-24 08:57:49 +02:00
test1203 Fixed the IPv6 host address in test1203 2010-10-14 12:45:01 -07:00
test1204 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1205 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1206 FTP: perform active connections non-blocking 2011-12-20 20:30:02 +01:00
test1207 FTP: perform active connections non-blocking 2011-12-20 20:30:02 +01:00
test1208 misc: fix typos in comments 2018-09-10 08:32:07 +02:00
test1209 cleanup: misc typos in strings and comments 2018-03-16 11:08:31 +01:00
test1210 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1211 test 1211: FTP test to repeat bug #3429299 2011-11-25 23:15:58 +01:00
test1212 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1213 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1214 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1215 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1216 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1217 test1217: verify parsing 257 responses with "rubbish" before path 2013-04-09 22:21:49 +02:00
test1218 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1219 FTP: handle a 230 welcome response 2013-04-12 23:59:37 +02:00
test1220 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1223 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1224 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1225 FTP: skip CWD to entry dir when target is absolute 2019-09-13 14:05:34 +02:00
test1226 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1227 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1228 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1229 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1230 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1231 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1232 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1233 tests: add connect to non-listen keywords 2019-10-21 10:19:22 +02:00
test1234 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1235 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1236 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1237 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1238 all: fix codespell errors 2020-05-25 19:44:04 +00:00
test1239 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1240 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1241 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1242 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1243 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1244 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1245 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1246 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1247 test1247: use http server to get the port number set 2020-04-20 00:53:08 +02:00
test1248 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1249 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1250 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1251 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1252 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1253 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1254 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1255 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1256 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1257 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1258 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1259 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1260 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1261 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1262 tests: Fixed XML validation errors in some test files. 2019-02-21 22:10:48 +01:00
test1263 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1264 test1264: verify URL with space in host name being rejected 2017-11-22 11:14:44 +01:00
test1265 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1266 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1267 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1268 Tests: fixes for Windows 2018-08-22 12:26:21 +02:00
test1269 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1270 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1271 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1272 test1272: fix line ending 2020-12-15 17:38:42 +01:00
test1280 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1281 test1281: added http as a required feature 2016-12-02 15:17:47 +01:00
test1282 test1282: verify the ftp-gss check 2016-12-24 23:35:54 +01:00
test1283 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1284 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1285 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1286 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1287 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1288 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1289 glob: do not continue parsing after a strtoul() overflow range 2017-08-07 09:24:30 +02:00
test1290 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1291 curl: support parallel transfers 2019-07-20 19:14:16 +02:00
test1292 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1293 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1294 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1295 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1296 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1297 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1298 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1299 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1300 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1301 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1302 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1303 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1304 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1305 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1306 Added unit test 1306 so tests 558 & 559 are now fully replaced 2011-03-04 15:13:12 -08:00
test1307 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1308 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1309 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1310 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1311 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1312 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1313 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1314 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1315 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1316 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1317 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1318 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1319 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1320 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1321 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1322 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1323 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1324 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1325 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1326 test 1326: fix getting stuck on Windows due to incomplete request 2015-12-17 15:14:36 +01:00
test1327 Add two tests for telnet: URLs 2012-01-18 22:20:33 +01:00
test1328 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1329 tests: use proxy feature 2019-10-15 07:56:55 +02:00
test1330 TrackMemory tests: ignore realloc and free in getenv.c 2020-08-03 12:14:23 +02:00
test1331 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1332 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1333 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1334 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1335 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1336 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1337 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1338 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1339 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1340 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1341 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1342 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1343 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1344 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1345 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1346 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1347 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1348 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1349 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1350 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1351 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1352 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1353 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1354 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1355 tests: fix test definitions # 1355, 1363, 1385 and 1393 2012-06-11 13:56:40 +02:00
test1356 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1357 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1358 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1359 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1360 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1361 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1362 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1363 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1364 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1365 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1366 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1367 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1368 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1369 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1370 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1371 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1372 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1373 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1374 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1375 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1376 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1377 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1378 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1379 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1380 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1381 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1382 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1383 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1384 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1385 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1386 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1387 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1388 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1389 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1390 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1391 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1392 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1393 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1394 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1395 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1396 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1397 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1398 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1399 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1400 tests: make --libcurl tests only test FTP options if ftp enabled 2020-12-11 17:28:35 +01:00
test1401 tests: make --libcurl tests only test FTP options if ftp enabled 2020-12-11 17:28:35 +01:00
test1402 tests: make --libcurl tests only test FTP options if ftp enabled 2020-12-11 17:28:35 +01:00
test1403 tests: make --libcurl tests only test FTP options if ftp enabled 2020-12-11 17:28:35 +01:00
test1404 tests: make --libcurl tests only test FTP options if ftp enabled 2020-12-11 17:28:35 +01:00
test1405 ftp: CURLOPT_FTP_SKIP_PASV_IP by default 2020-12-07 08:38:05 +01:00
test1406 ftp: CURLOPT_FTP_SKIP_PASV_IP by default 2020-12-07 08:38:05 +01:00
test1407 ftp: CURLOPT_FTP_SKIP_PASV_IP by default 2020-12-07 08:38:05 +01:00
test1408 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1409 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1410 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1411 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1412 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1413 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1414 test1414: FTP PORT download without SIZE support 2013-07-16 22:54:31 +02:00
test1415 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1416 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1417 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1418 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1419 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1420 ftp: CURLOPT_FTP_SKIP_PASV_IP by default 2020-12-07 08:38:05 +01:00
test1421 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1422 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1423 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1424 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1425 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1426 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1427 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1428 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1429 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1430 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1431 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1432 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1433 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1434 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1435 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1436 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1437 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1438 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1439 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1440 test1440/1: depend on well-defined file: behaviour 2017-03-12 23:27:00 +01:00
test1441 test1440/1: depend on well-defined file: behaviour 2017-03-12 23:27:00 +01:00
test1442 curl: check for end of input in writeout backslash handling 2017-03-25 23:48:57 +01:00
test1443 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1444 tests: added --remote-time tests for remaining protocols that support it 2017-04-29 10:16:06 +02:00
test1445 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test1446 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test1447 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1448 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1449 tests: Fixed XML validation errors in some test files. 2019-02-21 22:10:48 +01:00
test1450 test1450: add simple testing for DICT 2017-06-30 11:34:05 +02:00
test1451 tests: make Python-based servers compatible with Python 2 and 3 2020-03-19 03:26:19 +01:00
test1452 runtests: move the TELNET server to a dynamic port 2020-08-06 23:47:08 +02:00
test1453 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1454 test1454: --connect-to with IPv6 address w/o IPv6 support! 2018-01-23 08:01:29 +01:00
test1455 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1456 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1457 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1458 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1459 sftp: fix segfault regression introduced by #4747 2020-03-09 15:01:40 +01:00
test1460 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1461 tests: Add tests for new --help 2020-09-04 15:38:22 +02:00
test1462 tool_help: make "output" description less confusing 2020-10-24 23:46:02 +02:00
test1463 tests: Fix tests failing due to change in curl --help 2021-02-10 15:57:26 -05:00
test1464 tests: Fix tests failing due to change in curl --help 2021-02-10 15:57:26 -05:00
test1465 tests: make --libcurl tests only test FTP options if ftp enabled 2020-12-11 17:28:35 +01:00
test1500 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1501 FTP: prevent the multi interface from blocking 2012-11-04 19:05:39 +01:00
test1502 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1503 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1504 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1505 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1506 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1507 ftpserver.pl: Moved specifying the test number from the RCPT address 2013-09-29 10:02:00 +01:00
test1508 tests: Stop referring to server ports when they're not used 2020-04-30 16:00:31 +02:00
test1509 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1510 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1511 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1512 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1513 test1513: make sure the callback is only called once 2015-11-24 23:33:37 +01:00
test1514 HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown 2019-07-29 13:18:53 +02:00
test1515 test 1515: add data check 2015-12-26 17:25:59 +01:00
test1516 tests: add test for bug #1327 (dns cache timeout) 2014-02-06 23:03:34 +01:00
test1517 tests: added test1517 2016-04-20 10:02:22 +02:00
test1518 Curl_follow: extract the Location: header field unvalidated 2018-12-12 07:58:47 +01:00
test1519 tests: update fixed IP for hostip/clientip split 2019-06-25 08:04:48 +02:00
test1520 test1520: Fixed initial teething problems 2014-12-28 13:04:15 +00:00
test1521 lib1521: add curl_easy_getinfo calls to the test set 2017-06-19 14:01:51 +02:00
test1522 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1523 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1524 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1525 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1526 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1527 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1528 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1529 tests: use proxy feature 2019-10-15 07:56:55 +02:00
test1530 test1530: added http to required features 2015-06-14 22:38:39 +02:00
test1531 test1531: verify POSTFIELDSIZE set after add_handle 2015-06-23 17:51:03 -07:00
test1532 easy: Reset all statistical session info in curl_easy_reset 2016-09-20 01:14:01 -04:00
test1533 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1534 url: Fix parsing for when 'file' is the default protocol 2017-01-12 15:37:11 -05:00
test1535 tests: Add some testcases for recent new features. 2016-11-26 17:04:55 +01:00
test1536 tests: Add some testcases for recent new features. 2016-11-26 17:04:55 +01:00
test1537 test1537: dedicated tests of the URL (un)escape API calls 2017-06-02 13:16:18 +02:00
test1538 CURLE_PROXY: new error code 2020-08-24 08:41:48 +02:00
test1539 test1539: do a HTTP 1.0 POST without a set size (fails) 2020-06-26 15:11:04 +02:00
test1540 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test1550 wording: avoid blacklist/whitelist stereotypes 2020-06-10 08:49:17 +02:00
test1551 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1552 imap: change from "FETCH" to "UID FETCH" 2018-09-06 10:57:48 +02:00
test1553 multi: fix memory leak when stopped during name resolve 2018-06-16 12:01:27 +02:00
test1554 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1555 TODO fixed: Detect when called from within callbacks 2018-02-15 09:36:03 +01:00
test1556 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1557 multi: fix crash due to dangling entry in connect-pending list 2018-06-23 22:31:52 +02:00
test1558 test1558: use double slash after file: 2019-11-10 20:34:40 +01:00
test1559 CURL_MAX_INPUT_LENGTH: largest acceptable string input size 2019-04-29 08:02:44 +02:00
test1560 test1560: require IPv6 for IPv6 aware URL parsing 2019-11-08 23:09:53 +01:00
test1561 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1562 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1563 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1564 test1564/1565: require the 'wakeup' feature to run 2020-12-11 17:42:18 +01:00
test1565 test1564/1565: require the 'wakeup' feature to run 2020-12-11 17:42:18 +01:00
test1566 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1567 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1568 httpauth: make multi-request auth work with custom port 2021-01-02 23:40:47 +01:00
test1569 ftp: add 'prefer_ascii' to the transfer state struct 2021-02-09 14:06:28 +01:00
test1570 ftp: add 'list_only' to the transfer state struct 2021-02-09 14:06:28 +01:00
test1590 multi: fix memory leak when stopped during name resolve 2018-06-16 12:01:27 +02:00
test1591 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1592 curl_multi_remove_handle() don't block terminating c-ares requests 2019-01-07 10:05:20 +01:00
test1593 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1594 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1595 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1596 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1600 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1601 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1602 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1603 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1604 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1605 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1606 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1607 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1608 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1609 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1610 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1611 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1612 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1613 http: get CURLOPT_REQUEST_TARGET working with a HTTP proxy 2021-01-20 15:21:13 +01:00
test1620 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1621 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1630 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1631 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1632 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1633 test1633: set appropriate name 2021-01-04 17:58:05 +01:00
test1634 http: have CURLOPT_FAILONERROR fail after all headers 2021-01-06 15:14:40 +01:00
test1650 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1651 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1652 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1653 urlapi: don't accept blank port number field without scheme 2020-12-07 00:50:49 +01:00
test1654 curl.se: new home 2020-11-04 23:59:47 +01:00
test1655 tests: Automatically deduce the tool name from the test case for unit tests 2020-02-27 00:51:49 +00:00
test1660 curl.se: new home 2020-11-04 23:59:47 +01:00
test1700 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1701 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1702 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1703 file: Support unicode urls on windows 2021-02-09 02:45:51 -05:00
test1800 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1801 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1904 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1905 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1906 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1907 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1908 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1909 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test1910 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1911 tests/data: Fix some mismatched XML tags in test cases 2020-09-23 14:53:26 -07:00
test1912 tests/data: Fix some mismatched XML tags in test cases 2020-09-23 14:53:26 -07:00
test1913 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test1914 ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND 2020-09-14 12:53:12 +02:00
test1915 hsts: add read/write callbacks 2020-11-03 16:08:48 +01:00
test1916 mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE 2020-12-18 12:54:05 +01:00
test1917 mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE 2020-12-18 12:54:05 +01:00
test1918 test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id() 2021-01-15 17:03:29 +01:00
test1933 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test1934 http: improve AWS HTTP v4 Signature auth 2021-01-30 23:48:22 +01:00
test1935 http: improve AWS HTTP v4 Signature auth 2021-01-30 23:48:22 +01:00
test1936 http: improve AWS HTTP v4 Signature auth 2021-01-30 23:48:22 +01:00
test2000 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test2001 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2002 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2003 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2004 tests: add support for SSH server variant specific transfer paths 2020-05-02 16:56:55 +02:00
test2005 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2006 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2007 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2008 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2009 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2010 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2011 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2012 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2013 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2014 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2015 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2016 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2017 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2018 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2019 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2020 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2021 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2022 tests: line ending fixes for Windows 2019-10-16 10:14:07 +02:00
test2023 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2024 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2025 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2026 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2027 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2028 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2029 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2030 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2031 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2032 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2034 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2035 SSL: Add PEM format support for public key pinning 2014-11-24 19:30:09 +01:00
test2036 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2037 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2038 SSL: Add PEM format support for public key pinning 2014-11-24 19:30:09 +01:00
test2039 test2039: fixed line endings that caused a test failure 2015-04-25 10:17:46 +02:00
test2040 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2041 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2042 SSL: Pinned public key hash support 2015-07-01 19:43:47 +02:00
test2043 TLS naming: fix more Winssl and Darwinssl leftovers 2020-08-08 00:19:21 +02:00
test2044 CURLOPT_DEFAULT_PROTOCOL: added 2015-08-22 21:57:14 -04:00
test2045 errors: new alias CURLE_WEIRD_SERVER_REPLY (8) 2016-09-07 21:24:27 -04:00
test2046 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2047 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2048 test2048: fix url 2016-09-18 15:33:15 -04:00
test2049 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2050 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2051 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2052 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2053 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2054 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2055 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2056 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2057 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2058 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2059 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2060 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2061 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2062 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2063 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2064 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2065 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2066 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2067 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2068 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2069 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2070 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2071 tests: use %FILE_PWD for file:// URLs 2019-10-21 17:28:48 +02:00
test2072 FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output 2018-10-08 08:35:40 +02:00
test2073 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2074 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test2075 option: disallow username in URL 2018-05-31 11:27:16 +02:00
test2076 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2077 http_negotiate: improve handling of gss_init_sec_context() failures 2019-08-01 16:21:41 +02:00
test2078 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00
test2080 test2080: verify the fix for CVE-2018-16842 2018-10-30 07:47:50 +01:00
test2100 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3000 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3001 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3002 smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
test3003 smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
test3004 smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
test3005 smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
test3006 smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
test3007 smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
test3008 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3009 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3010 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3011 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3012 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3013 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3014 tests: fixup several tests 2021-02-09 00:28:19 +01:00
test3015 runtests: provide curl's version string as %VERSION for tests 2020-10-02 22:54:23 +02:00