curl/tests/data
Daniel Stenberg ad700a0917
strparse: speed up the hex parser somewhat
Around 2.3x speed-up parsing many large hexadecimal numbers. The decimal and
octal parser get marginally faster.

Still very readable, compact and easy to follow code.

Tweaks

- combine the max and the overflow check, gains 3ns/num (use a separate
  check outside of the loop instead for max < base)
- one less indirection in the pointer, gains 3ns/num
- using the table lookup for hex nums, gains 5ns/num
- unfold the num_digit() macro, gains 3s/num
- use the hexasciitable unconditionally, gains 2ns/num
- use post-increment pointer in the table lookup, gains 1ns/num
- improved valid_digit() using the table for the hex case,
  gains 26 ns/num
- use "max char" in valid_digit(), gains 3ns/num

Behavior changes:

- no longer returns STRE_TOO_BIG - only STRE_OVERFLOW
- does not move the char ** on error, which is probably better

Updated and extended test 1664 (significantly).

Closes #16374
2025-02-19 07:49:06 +01:00
..
.gitattributes
.gitignore
DISABLED hyper: drop support 2024-12-21 11:33:05 +01:00
Makefile.am vtsl: eliminate 'data->state.ssl_scache' 2025-02-08 13:28:27 +01:00
test1 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test4 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test5 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test6 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test7 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test8 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test9 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test10 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test11 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test12 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test13 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test14 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test15 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test16 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test17 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test18 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test19 url: init conn->sockfd and writesockfd to CURL_SOCKET_BAD 2024-01-08 16:51:13 +01:00
test20 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test21 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test22 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test23 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test24 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test25 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test26 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test27 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test28 hyper: drop support 2024-12-21 11:33:05 +01:00
test29 tests: tweak lock file handling and timers 2024-09-13 09:46:25 +02:00
test30 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test31 cookie: cap expire times to 400 days 2025-01-10 08:20:03 +01:00
test32 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test33 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test34 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test35 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test36 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test37 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test38 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test39 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test40 hyper: drop support 2024-12-21 11:33:05 +01:00
test41 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test42 hyper: drop support 2024-12-21 11:33:05 +01:00
test43 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test44 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test45 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test46 cookie: cap expire times to 400 days 2025-01-10 08:20:03 +01:00
test47 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test48 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test49 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test50 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test51 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test52 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test53 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test54 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test55 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test56 hyper: drop support 2024-12-21 11:33:05 +01:00
test57 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test58 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test59 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test60 hyper: drop support 2024-12-21 11:33:05 +01:00
test61 cookie: cap expire times to 400 days 2025-01-10 08:20:03 +01:00
test62 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test63 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test64 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test65 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test66 hyper: drop support 2024-12-21 11:33:05 +01:00
test67
test68
test69
test70 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test71 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test72 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test73 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test74 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test75 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test77 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test78 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test79 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test80 http_proxy: a blank CURLOPT_USERAGENT should not be used in CONNECT 2024-01-11 08:49:21 +01:00
test81
test82 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test83 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test84 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test85 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test86 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test87 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test88 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test89
test90
test91 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test92 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test93 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test94 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test95 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test96
test97 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test98 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test99 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test100 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test101 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test102 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test103 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test104 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test105 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test106 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test107 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test108 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test109 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test110 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test111 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test112 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test113 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test114 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test115 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test116 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test117 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test118 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test119 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test120 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test121 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test122 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test123 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test124 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test125 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test126 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test127 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test128 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test129 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test130 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test131 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test132 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test133 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test134 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test135 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test136 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test137 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test138 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test139 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test140 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test141 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test142 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test143 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test144 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test145 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test146 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test147 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test148 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test149 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test150
test151 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test152 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test153 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test154 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test155
test156 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test157 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test158 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test159 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test160 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test161 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test162 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test163 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test164 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test165 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test166 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test167 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test168 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test169
test170 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test171 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test172 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test173 tests: replace hard-coded /dev/null with variable 2024-10-01 12:07:19 +02:00
test174 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test175 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test176 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test177 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test178 hyper: drop support 2024-12-21 11:33:05 +01:00
test179 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test180 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test181 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test182 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test183 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test184 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test185 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test186 tool_formparse: accept digits in --form type= strings 2024-12-17 13:03:34 +01:00
test187 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test188 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test189 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test190 test190: replace %FTPTIME2 with a fixed value 2024-09-26 23:33:18 +02:00
test191 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test192 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test193 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test194 http: consider resume with CURLOPT_FAILONERRROR and 416 to be fine 2023-10-30 17:00:34 +01:00
test195 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test196 curl: support -w '%{num_retries} 2024-06-11 09:07:43 +02:00
test197 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test198 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test199 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test200 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test201 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test202 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test203 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test204 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test205 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test206 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test207 hyper: drop support 2024-12-21 11:33:05 +01:00
test208 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test209
test210 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test211 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test212 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test213
test214 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test215 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test216 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test217 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test218 hyper: drop support 2024-12-21 11:33:05 +01:00
test219 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test220 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test221 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test222 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test223 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test224 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test225 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test226 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test227 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test228 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test229 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test230 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test231 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test232 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test233 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test234 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test235 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test236 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test237 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test238 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test239
test240 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test241 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test242 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test243
test244 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test245 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test246 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test247 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test248 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test249 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test250 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test251 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test252 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test253 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test254 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test255 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test256 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test257 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test258 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test259 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test260 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test261 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test262 hyper: drop support 2024-12-21 11:33:05 +01:00
test263 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test264 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test265
test266 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test267
test268 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test269 hyper: drop support 2024-12-21 11:33:05 +01:00
test270 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test271 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test272 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test273 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test274 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test275 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test276 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test277 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test278 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test279 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test280 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test281 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test282 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test283 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test284 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test285 tool_getparam: bsearch cmdline options 2024-01-08 22:38:22 +01:00
test286 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test287 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test288 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test289 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test290 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test291 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test292 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test293 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test294 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test295 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test296 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test297 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test298 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test299 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test300 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test301 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test302 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test303 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test304 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test305 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test306 hyper: drop support 2024-12-21 11:33:05 +01:00
test307 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test308 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test309 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test310 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test311 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test312 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test313 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test314 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test315 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test316 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test317 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test318 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test319 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test320 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test321 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test322 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test323 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test324 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test325 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test326 hyper: drop support 2024-12-21 11:33:05 +01:00
test327 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test328 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test329 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test330 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test331 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test332 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test333 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test334
test335 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test336 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test337 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test338 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test339
test340 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test341 tool_operate: make --etag-compare always accept a non-existing file 2024-12-13 15:48:27 +01:00
test342
test343
test344
test345
test346
test347
test348 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test349 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test350 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test351 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test352 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test353 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test354 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test355 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test356 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test357 tests: set --expect100-timeout to improve test reliability 2023-10-04 12:15:57 -07:00
test358 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test359 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test360 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test361 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test362 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test363 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test364 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test365 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test366 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test367
test368 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test369
test370
test371 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test372
test373
test374
test375
test376 hyper: drop support 2024-12-21 11:33:05 +01:00
test378 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test379 hyper: drop support 2024-12-21 11:33:05 +01:00
test380 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test381 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test383 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test384 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test385 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test386 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test387
test388 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test389 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test390
test391 urlapi: fix redirect to a new fragment or query (only) 2024-12-30 08:23:26 +01:00
test392 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test393 hyper: drop support 2024-12-21 11:33:05 +01:00
test394 hyper: drop support 2024-12-21 11:33:05 +01:00
test395 hyper: drop support 2024-12-21 11:33:05 +01:00
test396 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test397 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test398 hyper: drop support 2024-12-21 11:33:05 +01:00
test399
test400 tests: provide FTP directory contents in the test file 2024-07-29 13:04:24 +02:00
test401 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test402 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test403 tests: provide FTP directory contents in the test file 2024-07-29 13:04:24 +02:00
test404 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test405 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test406 tests: provide FTP directory contents in the test file 2024-07-29 13:04:24 +02:00
test407 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test408 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test409 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test410 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test411 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test412 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test413 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test414
test415 hyper: drop support 2024-12-21 11:33:05 +01:00
test416 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test417 GHA/macos: enable HTTPS tests with stunnel 2024-08-23 11:06:50 +02:00
test418
test419 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test420 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test421 headers: make sure the trailing newline is not stored 2024-01-10 13:57:08 +01:00
test422
test423
test424 curl: fix the -w urle.* variables 2024-08-15 14:01:24 +02:00
test425 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test426
test427
test428 tests: support setting/using blank content env variables 2024-02-07 13:45:59 +01:00
test429
test430 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test431 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test432 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test433 curl: find curlrc in XDG_CONFIG_HOME without leading dot 2024-08-20 08:44:44 +02:00
test434
test435
test436 tests: add -q as first option when invoking curl for tests 2024-04-16 23:40:23 +02:00
test437 CI: move Azure jobs to GHA, fix fallouts, sshserver, runtests tweaks 2024-09-16 10:00:17 +02:00
test438 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test439 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test440 curl: --test-duphandle in debug builds runs "duphandled" 2024-11-08 13:22:47 +01:00
test441 curl: --test-duphandle in debug builds runs "duphandled" 2024-11-08 13:22:47 +01:00
test442
test443
test444
test445 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test446 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test447 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test448
test449
test450 tests: support setting/using blank content env variables 2024-02-07 13:45:59 +01:00
test451
test452
test453
test454
test455
test456
test457 lib: client writer, part 2, accounting + logging 2023-11-06 13:14:06 +01:00
test458 test458: verify --expand-output, expanding a file name accepting option 2023-10-08 00:29:36 +02:00
test459 test459: fix for parallel runs 2023-11-28 14:23:06 +01:00
test460 test460: verify a command line using --expand with no argument 2023-12-21 15:27:12 +01:00
test461 http: check for "Host:" case insensitively 2024-01-25 13:53:09 +01:00
test462 curl: exit on config file parser errors 2024-02-07 13:45:28 +01:00
test463 test463: HTTP with -d @file with file containing CR, LF and null byte 2024-03-07 08:14:45 +01:00
test467 tool_getparam: handle non-existing (out of range) short-options 2024-03-12 07:58:42 +01:00
test468 tool_getparam: accept a blank -w "" 2024-03-19 07:45:05 +01:00
test469 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test470 hyper: drop support 2024-12-21 11:33:05 +01:00
test471 lib: clarify 'conn->httpversion' 2025-01-24 10:59:02 +01:00
test472 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test473 tool_cb_hdr: allow etag and content-disposition for 3xx reply 2024-06-14 09:28:42 +02:00
test474 curl: fix the -w urle.* variables 2024-08-15 14:01:24 +02:00
test475 FTP: partly revert eeb7c12807 2024-09-14 17:23:04 +02:00
test476 FTP: partly revert eeb7c12807 2024-09-14 17:23:04 +02:00
test477 http: make max-filesize check not count ignored bodies 2024-09-14 22:51:57 +02:00
test478 netrc: address several netrc parser flaws 2024-11-17 11:33:56 +01:00
test479 netrc: address several netrc parser flaws 2024-11-17 11:33:56 +01:00
test480 netrc: address several netrc parser flaws 2024-11-17 11:33:56 +01:00
test481 build: fix tests when documentation/manual is disabled 2024-12-09 12:45:29 +01:00
test482 build: fix tests when documentation/manual is disabled 2024-12-09 12:45:29 +01:00
test483 cookie: cap expire times to 400 days 2025-01-10 08:20:03 +01:00
test484 curl: return error if etag options are used with multiple URLs 2024-12-13 10:11:26 +01:00
test485 curl: return error if etag options are used with multiple URLs 2024-12-13 10:11:26 +01:00
test486 netrc: 'default' with no credentials is not a match 2025-01-03 18:21:10 +01:00
test490 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test491 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test492 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test493 curl: --test-duphandle in debug builds runs "duphandled" 2024-11-08 13:22:47 +01:00
test494 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test495
test496 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test497 hyper: drop support 2024-12-21 11:33:05 +01:00
test498 hyper: drop support 2024-12-21 11:33:05 +01:00
test499 sendf: ignore response body to HEAD 2024-02-01 22:37:26 +01:00
test500 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test501 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test502 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test503 url: do not URL decode proxy crendentials 2024-04-04 11:35:19 +02:00
test504 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test505 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test506 cookie: cap expire times to 400 days 2025-01-10 08:20:03 +01:00
test507
test508 tests: delete CharConv remains 2024-07-04 18:12:40 +02:00
test509
test510 hyper: drop support 2024-12-21 11:33:05 +01:00
test511 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test512 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test513 lib: Curl_read/Curl_write clarifications 2024-02-28 12:58:55 +01:00
test514 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test515 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test516 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test517 Makefile.mk: drop in favour of autotools and cmake (MS-DOS, AmigaOS3) 2024-12-16 23:20:55 +01:00
test518 test518: restore valgrind disable 2024-09-26 17:02:09 +02:00
test519 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test520 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test521 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test522 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test523 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test524 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test525 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test526 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test527 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test528 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test529 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test530
test531 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test532 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test533 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test534 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test535 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test536 CURLINFO_USED_PROXY: return bool whether the proxy was used 2024-02-22 08:38:53 +01:00
test537 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test538 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test539 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test540 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test541 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test542 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test543 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test544 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test545 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test546 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test547
test548
test549 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test550 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test551 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test552 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test553 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test554 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test555
test556 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test557 mprintf: treat %o as unsigned, add tests for %o, %x, %X 2024-10-24 10:17:24 +02:00
test558 tests: fix test 558, 1330 for MSVC, allow TrackMemory with MSVC in cmake 2025-02-10 22:35:15 +01:00
test559
test560 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test561 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test562 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test563 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test564 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test565 hyper: drop support 2024-12-21 11:33:05 +01:00
test566 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test567
test568
test569
test570
test571
test572
test573 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test574 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test575 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test576 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test577
test578 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test579 test579: improve robustness 2024-08-09 09:39:17 +02:00
test580 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test581 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test582 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test583 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test584 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test585 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test586 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test587 test587: improve robustness 2024-08-14 11:49:05 +02:00
test588 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test589 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test590
test591 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test592 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test593 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test594 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test595 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test596 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test597 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test598 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test599 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test600 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test601 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test602 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test603 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test604 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test605 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test606 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test607 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test608 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test609 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test610 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test611 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test612 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test613 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test614 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test615 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test616 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test617 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test618 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test619 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test620 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test621 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test622 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test623 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test624 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test625 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test626 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test627 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test628 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test629 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test630 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test631 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test632 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test633 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test634 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test635 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test636 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test637 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test638 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test639 tests: replace %PWD with %SSH_PWD in SCP/SFTP tests 2024-10-01 16:04:51 +02:00
test640 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test641 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test642 GHA/linux: enable wolfSSH in a wolfSSL job 2025-01-17 00:20:54 +01:00
test643 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test644 tool_xattr: create the user.creator xattr attribute 2024-10-11 10:13:37 -07:00
test645 hyper: drop support 2024-12-21 11:33:05 +01:00
test646 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test647 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test648 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test649 test649: improve robustness 2024-08-14 11:50:02 +02:00
test650 hyper: drop support 2024-12-21 11:33:05 +01:00
test651 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test652 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test653 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test654 hyper: drop support 2024-12-21 11:33:05 +01:00
test655 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test656 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test658 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test659 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test660 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test661 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test662 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test663 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test664 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test665 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test666 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test667 hyper: drop support 2024-12-21 11:33:05 +01:00
test668 hyper: drop support 2024-12-21 11:33:05 +01:00
test669 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test670 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test671 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test672 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test673 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test674 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test675 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test676 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test677 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test678 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test679 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test680 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test681
test682 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test683 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test684 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test685 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test686 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test687 tool_xattr: create the user.creator xattr attribute 2024-10-11 10:13:37 -07:00
test688 tool_xattr: create the user.creator xattr attribute 2024-10-11 10:13:37 -07:00
test689 sendf: ignore response body to HEAD 2024-02-01 22:37:26 +01:00
test690 tool_operate: for -O, use "default" as filename when the URL has none 2024-08-04 15:59:51 +02:00
test691 tool_operate: for -O, use "default" as filename when the URL has none 2024-08-04 15:59:51 +02:00
test692 tool_cb_wrt: use "curl_response" if no file name in URL 2024-09-17 13:39:51 +02:00
test693 curl: make --etag-save acknowledge --create-dirs 2024-12-21 14:12:16 +01:00
test694 getinfo: provide info which auth was used for HTTP and proxy 2024-12-23 23:03:54 +01:00
test695 mime: explicitly rewind subparts at attachment time. 2025-01-06 14:03:42 +01:00
test696 easy: allow connect-only handle reuse with easy_perform 2025-01-28 03:27:04 -05:00
test697 netrc: return code cleanup, fix missing file error 2025-02-06 10:34:02 +01:00
test700 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test701 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test702 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test703 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test704 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test705 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test706 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test707 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test708 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test709 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test710 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test711 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test712 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test713 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test714 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test715 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test716 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test717 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test718 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test719 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test720 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test721 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test722 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test723 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test724 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test725 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test726 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test727 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test728 socks: return error if hostname too long for remote resolve 2023-10-11 07:34:19 +02:00
test729 test729: verify socks4a with excessive proxy user name length 2023-10-16 23:47:18 +02:00
test730 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test731 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test732 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test733 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test734 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test735 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test736 IPFS: bugfixes 2023-11-11 23:28:13 +01:00
test737 IPFS: bugfixes 2023-11-11 23:28:13 +01:00
test738 IPFS: bugfixes 2023-11-11 23:28:13 +01:00
test739 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test740 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test741 curl: improved IPFS and IPNS URL support 2023-11-05 10:59:20 +01:00
test742 test742: test SOCKS5 with max length user, password and hostname 2024-01-26 08:44:46 +01:00
test780 curl: --test-duphandle in debug builds runs "duphandled" 2024-11-08 13:22:47 +01:00
test781 curl: --test-duphandle in debug builds runs "duphandled" 2024-11-08 13:22:47 +01:00
test782 curl: --test-duphandle in debug builds runs "duphandled" 2024-11-08 13:22:47 +01:00
test783 curl: --test-duphandle in debug builds runs "duphandled" 2024-11-08 13:22:47 +01:00
test784 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test785 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test786 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test787 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test788 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test789 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test790 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test791 curl/var: change byte offset syntax for assignments 2024-12-30 15:55:54 +01:00
test799 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test800 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test801 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test802 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test803 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test804 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test805 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test806 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test807 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test808 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test809 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test810 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test811 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test812 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test813 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test814 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test815 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test816 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test817 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test818 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test819 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test820 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test821 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test822
test823 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test824 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test825 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test826 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test827
test828 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test829 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test830 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test831 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test832 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test833 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test834 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test835 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test836 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test837 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test838 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test839 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test840 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test841 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test842 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test843 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test844 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test845 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test846 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test847 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test848 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test849 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test850 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test851 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test852 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test853 ftpserver.pl: make POP3 LIST serve content from the test file 2024-07-29 10:41:26 +02:00
test854 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test855 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test856 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test857 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test858 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test859 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test860 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test861 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test862 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test863 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test864 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test865 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test866 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test867 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test868
test869 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test870 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test871 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test872 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test873
test874 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test875 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test876 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test877 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test878 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test879 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test880 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test881 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test882 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test883 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test884 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test885 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test886 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test887 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test888 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test889 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test890 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test891 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test892 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test893 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test894 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test895 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test896 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test897 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test898 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test899
test900 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test901 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test902 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test903 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test904 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test905 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test906
test907 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test908 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test909 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test910 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test911 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test912 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test913 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test914 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test915 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test916 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test917 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test918 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test919 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test920 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test921
test922 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test923 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test924 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test925 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test926 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test927 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test928 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test929 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test930 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test931 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test932 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test933 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test934 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test935 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test936 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test937 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test938 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test939 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test940 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test941 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test942 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test943 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test944 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test945 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test946 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test947 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test948 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test949 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test950 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test951 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test952 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test953 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test954 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test955 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test956 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test957 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test958 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test959 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test960 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test961 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test962 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test963 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test964 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test965 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test966 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test967 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test968 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test969 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test970 getinfo: fix CURLINFO_QUEUE_TIME_T and add 'time_queue' var 2024-12-21 12:04:48 +01:00
test971 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test972 getinfo: fix CURLINFO_QUEUE_TIME_T and add 'time_queue' var 2024-12-21 12:04:48 +01:00
test973 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test974 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test975 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test976 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test977 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test978 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test979
test980 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test981 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test982 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test983 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test984 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test985 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test986 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test987 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test988 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test989 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test990 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test991
test992 sasl: make login option string override http auth 2024-01-26 02:58:21 -05:00
test993 test993: list 1000 messages over POP3 2024-07-29 14:55:06 +02:00
test994 curl: add --skip-existing 2024-08-04 23:28:09 +02:00
test995 curl: add --skip-existing 2024-08-04 23:28:09 +02:00
test996 curl: add --skip-existing 2024-08-04 23:28:09 +02:00
test997 POP3: fix multi-line responses 2024-08-30 15:38:25 +02:00
test998 url: use same credentials on redirect 2024-10-13 23:18:42 +02:00
test999 url: use same credentials on redirect 2024-10-13 23:18:42 +02:00
test1000 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1001 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test1002 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test1003 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1004 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test1005 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1006 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1007 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1008
test1009 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1010 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1011 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1012 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1013 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1014 asyn-thread: use c-ares to resolve HTTPS RR 2025-01-25 23:46:14 +01:00
test1015 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1016 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1017 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1018 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1019 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1020 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1021
test1022 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1023 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1024 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1025 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1026 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1027 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1028 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1029 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1030 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1031 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1032 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1033 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1034 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test1035 test1035: convert host name back to utf8 as should be 2024-09-26 16:54:03 +02:00
test1036 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1037 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1038 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1039 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1040 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1041 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1042 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1043 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1044 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1045 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1046 tests: introduce %CLIENT6IP-NB 2024-09-26 08:44:55 +02:00
test1047 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1048 tests: introduce %CLIENT6IP-NB 2024-09-26 08:44:55 +02:00
test1049 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1050 tests: introduce %CLIENT6IP-NB 2024-09-26 08:44:55 +02:00
test1051 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1052 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1053 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1054 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1055 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1056 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1057 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1058 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1059 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1060 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test1061 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test1062 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1063 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1064 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1065 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1066 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1067 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1068 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1069 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1070 tests: set --expect100-timeout to improve test reliability 2023-10-04 12:15:57 -07:00
test1071 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1072 hyper: drop support 2024-12-21 11:33:05 +01:00
test1073 hyper: drop support 2024-12-21 11:33:05 +01:00
test1074 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1075 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1076 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1077 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1078 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1079 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1080 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1081 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1082 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1083 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1084 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1085 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1086 tests: tweak lock file handling and timers 2024-09-13 09:46:25 +02:00
test1087 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1088 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1089 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1090 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1091 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1092 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1093 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1094 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1095 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1096 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1097 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1098 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1099 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1100 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test1101 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1102 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1103 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1104 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1105 tests: make precheck for HTTP on 127.0.0.1 into a feature 2024-09-26 08:44:45 +02:00
test1106 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1107 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1108 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1109 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1110 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1111 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1112 tests: tweak lock file handling and timers 2024-09-13 09:46:25 +02:00
test1113 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1114 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1115 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1116 hyper: drop support 2024-12-21 11:33:05 +01:00
test1117 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1118 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1119 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1120 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1121 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1122 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1123 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1124 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1125 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1126 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1127 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1128 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1129 tests: set --expect100-timeout to improve test reliability 2023-10-04 12:15:57 -07:00
test1130 tests: set --expect100-timeout to improve test reliability 2023-10-04 12:15:57 -07:00
test1131 tests: set --expect100-timeout to improve test reliability 2023-10-04 12:15:57 -07:00
test1132 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1133 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1134 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1135 vtls: feature ssls-export for SSL session im-/export 2025-01-08 23:32:07 +01:00
test1136 test: add missing <feature>s 2023-10-05 13:10:51 -07:00
test1137 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1138 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1139 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1140 test1140/1173: extend wildcards to find curl.1 2024-03-08 08:48:30 +01:00
test1141 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1142 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1143 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1144 hyper: drop support 2024-12-21 11:33:05 +01:00
test1145 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test1146
test1147 hyper: drop support 2024-12-21 11:33:05 +01:00
test1148 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1149 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1150 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1151 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1152 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1153 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1154 curl.h: add CURLE_TOO_LARGE 2023-12-18 10:34:22 +01:00
test1155 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1156 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1157 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1158 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1159 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1160 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1161 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1162 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1163 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1164 hyper: drop support 2024-12-21 11:33:05 +01:00
test1165 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1166 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1167 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1168 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1169
test1170 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1171 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1172 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1173 tests/scripts: call it 'manpage' (single word) 2024-07-18 15:12:09 +02:00
test1174 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1175 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1176 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1177 build: fix tests when documentation/manual is disabled 2024-12-09 12:45:29 +01:00
test1178 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1179
test1180 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1181 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1182 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1183 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1184 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1185 checksrc: introduce 'banfunc' to ban specific functions 2024-12-30 08:25:56 +01:00
test1186 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1187 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1188 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1189 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1190
test1191
test1192
test1193
test1194
test1195
test1196
test1197 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1198
test1199
test1200 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1201 urlapi: add CURLU_GET_EMPTY for empty queries and fragments 2024-04-18 10:37:28 +02:00
test1202 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1203 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1204 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1205 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1206 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1207 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1208 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1209 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1210 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1211 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1212 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1213 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1214 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1215
test1216 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1217 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1218 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1219 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1220 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1221 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1222 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1223 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1224 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1225 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1226 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1227 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1228 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1229 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1230 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1231 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1232 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1233 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1234 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1235 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1236 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1237 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1238 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1239 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1240 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1241 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1242 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1243 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1244
test1245
test1246 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1247 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1248
test1249
test1250
test1251
test1252
test1253
test1254 test1254: fix typo in name plus shorten it 2024-01-02 14:31:25 +01:00
test1255
test1256
test1257
test1258 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1259 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1260 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1261 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1262 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1263 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1264 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1265
test1266 hyper: drop support 2024-12-21 11:33:05 +01:00
test1267 hyper: drop support 2024-12-21 11:33:05 +01:00
test1268 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1269 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1270 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1271 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1272 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1273 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1274 hyper: drop support 2024-12-21 11:33:05 +01:00
test1275 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1276 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1277 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1278
test1279 libcurl.def: move from / into lib 2024-09-05 17:05:40 +02:00
test1280 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1281 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1282 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1283
test1284 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test1285 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test1286 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test1287 hyper: drop support 2024-12-21 11:33:05 +01:00
test1288
test1289
test1290
test1291 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1292 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1293 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1294 hyper: drop support 2024-12-21 11:33:05 +01:00
test1295 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1296 CI: add whitespace checker 2024-06-27 13:33:30 +02:00
test1297
test1298 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1299 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1300 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1301 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1302 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1303 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1304 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1305 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1306 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1307 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1308 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1309 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1310 tool: support --show-headers AND --remote-header-name 2024-10-02 08:04:33 +02:00
test1311 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1312 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1313 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1314 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1315 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1316 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1317
test1318 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1319 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1320 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1321 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1322
test1323
test1324
test1325 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1326 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1327 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1328 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1329 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1330 tests: fix test 558, 1330 for MSVC, allow TrackMemory with MSVC in cmake 2025-02-10 22:35:15 +01:00
test1331 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1332 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1333 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1334 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1335 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1336 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1337 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1338 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1339 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1340 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1341 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1342 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1343 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1344 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1345 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1346 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1347 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1348 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1349 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1350 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1351 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1352 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1353 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1354 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1355 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1356 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1357 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1358 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1359 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1360 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1361 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1362 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1363 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1364 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1365 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1366 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1367 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1368 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1369 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1370 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1371 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1372 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1373 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1374 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1375 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1376 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1377 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1378 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1379 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1380 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1381 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1382 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1383 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1384 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1385 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1386 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1387 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1388 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1389 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1390 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1391 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1392 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1393 tests: postcheck is now in verify 2024-09-26 08:43:24 +02:00
test1394 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1395 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1396 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1397
test1398 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1399 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1400 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1401 test: add missing <feature>s 2023-10-05 13:10:51 -07:00
test1402 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1403 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1404 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1405 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1406 test: add missing <feature>s 2023-10-05 13:10:51 -07:00
test1407 test: add missing <feature>s 2023-10-05 13:10:51 -07:00
test1408 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1409 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1410 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1411 tests: Fix keyword for test1411 2024-09-19 11:07:51 -07:00
test1412 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1413 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1414 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1415 cookie: cap expire times to 400 days 2025-01-10 08:20:03 +01:00
test1416 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1417 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1418 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1419 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1420 test: add missing <feature>s 2023-10-05 13:10:51 -07:00
test1421 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1422 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1423 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test1424
test1425 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1426 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1427 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1428 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1429 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1430 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1431 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1432 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1433 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1434 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1435 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1436 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1437 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1438 lib: make protocol handlers store scheme name lowercase 2024-05-08 09:39:30 +02:00
test1439
test1440 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test1441 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test1442 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test1443 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1444 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1445 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1446 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1447 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1448 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test1449 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1450 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1451 tests: tweak use of impacket in smbserver 2024-08-23 17:06:36 -07:00
test1452 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1453 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1454 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1455
test1456 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1457
test1458
test1459 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test1460 tool: support --show-headers AND --remote-header-name 2024-10-02 08:04:33 +02:00
test1461 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1462 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1463 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1464 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1465 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1466 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1467 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test1468 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test1469 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1470 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test1471
test1472
test1473 hyper: drop support 2024-12-21 11:33:05 +01:00
test1474 setopt: Fix disabling all protocols 2024-02-27 15:43:56 +01:00
test1475 http: consider resume with CURLOPT_FAILONERRROR and 416 to be fine 2023-10-30 17:00:34 +01:00
test1476 test1476: require proxy 2023-11-23 19:56:12 +01:00
test1477 docs: introduce "curldown" for libcurl man page format 2024-01-23 00:29:02 +01:00
test1478 docs/cmdline-opts: invoke managen using a relative path 2024-04-08 10:27:27 +02:00
test1479 hyper: drop support 2024-12-21 11:33:05 +01:00
test1480 hyper: drop support 2024-12-21 11:33:05 +01:00
test1481 tests: fix feature case in test1481 2024-04-23 08:46:17 -07:00
test1482 hyper: drop support 2024-12-21 11:33:05 +01:00
test1483 hyper: drop support 2024-12-21 11:33:05 +01:00
test1484 test: add test1484, for HEAD with content 2024-05-22 09:10:00 +02:00
test1485 http: write last header line late 2024-05-25 23:42:53 +02:00
test1486 test1486: verify that write-out.md and tool_writeout.c are in sync 2024-06-11 13:28:21 +02:00
test1487 tests: remove debug requirement on 38 tests 2024-10-02 08:13:55 +02:00
test1488 curldown: make 'added-in:' a mandatory header field 2024-07-18 18:04:09 +02:00
test1489 tool_operate: support --dump-header % to direct to stderr 2024-08-04 16:02:24 +02:00
test1490 tests: add file: tests with existing files 2024-09-26 10:10:36 -07:00
test1491 tests: add file: tests with existing files 2024-09-26 10:10:36 -07:00
test1492 tool: support --show-headers AND --remote-header-name 2024-10-02 08:04:33 +02:00
test1500 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1501 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1502 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1503 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1504 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1505 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1506 conncache: use the closure handle when disconnecting surplus connections 2023-11-26 17:49:15 +01:00
test1507 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1508 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1509 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1510 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1511
test1512 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1513 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1514
test1515
test1516 test1516: avoid failure due to spaces in path 2025-02-06 20:34:06 +01:00
test1517 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1518 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1519 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1520 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1521 test1521: verify setting options to NULL better 2024-08-23 08:24:34 +02:00
test1522
test1523
test1524 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1525 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1526 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1527 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1528 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1529 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1530 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1531 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1532
test1533
test1534
test1535
test1536
test1537
test1538 curl.h: mark two error codes as obsolete 2024-11-16 23:39:04 +01:00
test1539
test1540 test1540: improve reliability 2023-10-09 14:07:59 +02:00
test1541 getinfo: add CURLINFO_POSTTRANSFER_TIME_T 2024-08-15 09:02:58 +02:00
test1542 lib: graceful connection shutdown 2024-06-26 08:33:17 +02:00
test1543
test1544 tests: rename tests scripts to the test number 2023-12-08 12:53:17 +01:00
test1545 test1545: test doing curl_formadd twice with missing file 2023-11-28 22:57:42 +01:00
test1546 test: add test1546, chunked not last transfer encoding 2024-05-22 09:11:13 +02:00
test1550 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1551 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1552 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1553 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1554 cpool: rename "connection cache/conncache" to "Connection Pools/cpool" 2024-08-28 13:52:49 +02:00
test1555 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1556 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1557
test1558
test1559
test1560 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1561
test1562
test1563
test1564
test1565
test1566
test1567 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1568
test1569 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1570 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1590 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1591 hyper: drop support 2024-12-21 11:33:05 +01:00
test1592 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test1593
test1594
test1595
test1596 http: ignore invalid Retry-After times 2024-12-31 03:19:22 -05:00
test1597
test1598 tests: add test1598 for POST with trailers 2024-02-28 23:03:02 +01:00
test1600 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1601 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1602 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1603 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1604 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test1605 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1606 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1607 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1608 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1609 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1610 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1611 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1612 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1613
test1614 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1615 tests: add SHA-512/256 unit test 2024-02-20 11:36:03 +01:00
test1616 http/2, http/3: decouple stream state from easy handle 2024-04-17 14:24:09 +02:00
test1620 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1621 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1630 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1631 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1632 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test1633
test1634
test1635
test1650 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1651 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1652
test1653
test1654 strparse: string parsing helper functions 2024-12-12 16:00:52 +01:00
test1655 doh: cleanups 2024-09-06 08:58:52 +02:00
test1656 x509asn1: unittests and fixes for gtime2str 2024-07-30 23:08:59 +02:00
test1657 x509asn1: add parse recursion limit 2025-02-03 20:10:09 +01:00
test1660 hsts: improve subdomain handling 2024-10-09 13:48:08 +02:00
test1661 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1662 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1663 socket: support binding to interface *AND* IP 2024-06-04 23:47:54 +02:00
test1664 strparse: speed up the hex parser somewhat 2025-02-19 07:49:06 +01:00
test1670
test1671
test1680
test1681
test1682
test1683 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test1700 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test1701 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test1702 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test1703
test1704 http2: improve rate limiting of downloads 2024-08-02 08:45:01 +02:00
test1705 managen: in man output, remove the leading space from examples 2024-08-30 10:09:48 +02:00
test1706 cmdline-opts: category cleanup 2024-07-05 11:05:50 +02:00
test1707 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1708 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1709 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1710 curl: --help [option] displays documentation for given cmdline option 2024-08-04 16:06:17 +02:00
test1800 http2: improve rate limiting of downloads 2024-08-02 08:45:01 +02:00
test1801 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1900 test1900: verify duphandle with HSTS using multiple files 2023-11-13 15:36:15 +01:00
test1901 test1901: verify chunked POST from callback with CURLOPT_POSTFIELDSIZE set 2024-04-02 23:38:35 +02:00
test1903 test1903: actually verify the cookies after the test 2023-10-05 13:13:43 -07:00
test1904 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1905 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1906 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1907 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1908 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1909 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test1910
test1911
test1912
test1913
test1914
test1915 test1915: remove wrong comment 2024-10-08 09:35:56 +02:00
test1916
test1917
test1918
test1919
test1933 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1934 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1935 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1936 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1937 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1938 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1939
test1940 headers: make sure the trailing newline is not stored 2024-01-10 13:57:08 +01:00
test1941
test1942
test1943
test1944
test1945
test1946
test1947
test1948
test1955 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1956 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1957 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1958 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1959 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1960
test1964
test1970 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1971 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1972 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1973 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1974 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1975 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test1976 aws_sigv4: fix canon order for headers with same prefix 2024-08-05 23:32:10 +02:00
test1977 transfer: fix CURLOPT_CURLU override logic 2025-01-14 04:36:13 -05:00
test2000 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test2001 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test2002 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test2003 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test2004 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test2005 netrc: fix password-only entries 2024-12-18 08:16:30 +01:00
test2023 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test2024 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test2025
test2026 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test2027 tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
test2028
test2029
test2030
test2031
test2032
test2033 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2034 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2035 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2037 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2038 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2039 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test2040
test2041 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2042 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2043 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2044
test2045
test2046 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test2047 tests: add codeset-utf8 as a feature 2024-09-26 08:44:59 +02:00
test2048 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2049 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2050 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2051 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2052 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2053 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2054 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2055 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2056 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2057 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test2058 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test2059 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test2060 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test2061 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2062 digest: support SHA-512/256 2024-02-20 11:36:12 +01:00
test2063 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2064 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2065 digest: support SHA-512/256 2024-02-20 11:36:12 +01:00
test2066 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2067 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test2068 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test2069 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test2070 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2071 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2072 tests: add and use %PERL variable to refer to the Perl binary 2024-10-01 12:04:50 +02:00
test2073 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2074 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2075
test2076
test2077
test2078
test2079 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2080 test2080: simplify, avoid the null byte 2025-02-06 22:25:35 +01:00
test2081 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2082
test2083
test2084
test2085
test2086 test2086: disable MSYS2's POSIX path conversion 2024-12-08 23:03:23 +01:00
test2087 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test2100 doh: send HTTPS RR requests for all HTTP(S) transfers 2025-01-15 12:55:15 +01:00
test2200
test2201
test2202
test2203
test2204
test2205
test2300 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2301 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2302 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2303 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2304 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2305 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2306 hyper: drop support 2024-12-21 11:33:05 +01:00
test2307 hyper: drop support 2024-12-21 11:33:05 +01:00
test2308 libtest: 2308 verifies CURLE_WRITE_ERROR after write callback error 2024-05-16 13:46:52 +02:00
test2309 duphandle: also init netrc 2024-11-07 09:47:53 +01:00
test2310 ws: Reject frames with unknown reserved bits set 2025-01-28 10:19:39 +01:00
test2400 tests: update some HTTP/2 over HTTPS tests 2024-10-17 12:55:05 +02:00
test2401 tests: update some HTTP/2 over HTTPS tests 2024-10-17 12:55:05 +02:00
test2402 tests: update some HTTP/2 over HTTPS tests 2024-10-17 12:55:05 +02:00
test2403 tests: update some HTTP/2 over HTTPS tests 2024-10-17 12:55:05 +02:00
test2404 tests: update some HTTP/2 over HTTPS tests 2024-10-17 12:55:05 +02:00
test2405 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test2406 tests: update some HTTP/2 over HTTPS tests 2024-10-17 12:55:05 +02:00
test2500 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test2501 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test2502 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test2503 tests: check http/2 and http/3 server responsiveness 2024-09-26 23:34:16 +02:00
test2600 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test2601 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2602 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2603 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test2604 curl_path: make Curl_get_pathname use dynbuf 2024-05-08 10:10:12 +02:00
test3000 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test3001 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test3002 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3003 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3004 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3005 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3006 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3007 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3008
test3009
test3010
test3011
test3012 tool: prepend output_dir in header callback 2024-01-02 23:26:56 +01:00
test3013
test3014
test3015 tests: replace hard-coded /dev/null with variable 2024-10-01 12:07:19 +02:00
test3016 tests: replace %PWD with %FILE_PWD for file:// 2024-09-30 23:48:00 +02:00
test3017 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test3018 tidy-up: OS names 2024-08-04 19:17:45 +02:00
test3019
test3020
test3021 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test3022 tests: remove all valgrind disble instructions 2024-09-20 22:48:30 +02:00
test3023 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test3024 tests: use '-4' where needed 2024-09-26 23:36:09 +02:00
test3025 hyper: drop support 2024-12-21 11:33:05 +01:00
test3026
test3027 tests: ignore QUIT from FTP protocol comparisons 2024-08-07 08:48:56 +02:00
test3028
test3029 CI: add whitespace checker 2024-06-27 13:33:30 +02:00
test3030 CI: add whitespace checker 2024-06-27 13:33:30 +02:00
test3031 tool_operate: let --create-dirs work for --dump-header as well 2024-09-22 21:27:29 +02:00
test3032 tests: change the behavior of swsbounce 2025-01-26 02:29:21 -05:00
test3100
test3101
test3102 mbedtls: support CURLOPT_CERTINFO 2024-06-19 11:33:12 +02:00
test3103 test3103: add missing quotes around a test tag attribute 2023-10-21 11:26:40 -07:00
test3104 cookie: fix crash in netscape cookie parsing 2024-12-27 13:16:08 -05:00
test3105 test3105: verify multi_remove_handle done twice 2024-12-31 12:03:51 +01:00
test3200 tests: remove leading spaces from some tags 2023-10-04 14:15:23 +02:00
test3201
test3202 tests: sync feature names with curl -V 2024-07-16 00:44:55 +02:00
test3203 file: add support for getting basic directory listings 2024-04-11 12:37:12 +02:00
test3204 tool_operate: don't truncate the etag save file by default 2024-04-23 11:33:20 +02:00
test3205 mbedTLS: implement CURLOPT_SSL_CIPHER_LIST option 2024-04-24 14:30:37 +02:00
test3207 openssl: fix the data race when sharing an SSL session between threads 2024-09-02 23:35:44 +02:00
test3208 lib3208: add a final easy_perform as well 2025-02-08 14:12:40 +01:00