curl/tests/data
Patrick Monnerat e44ddfd477 mime: clone mime tree upon easy handle duplication.
A mime tree attached to an easy handle using CURLOPT_MIMEPOST is
strongly bound to the handle: there is a pointer to the easy handle in
each item of the mime tree and following the parent pointer list
of mime items ends in a dummy part stored within the handle.

Because of this binding, a mime tree cannot be shared between different
easy handles, thus it needs to be cloned upon easy handle duplication.

There is no way for the caller to get the duplicated mime tree
handle: it is then set to be automatically destroyed upon freeing the
new easy handle.

New test 654 checks proper mime structure duplication/release.

Add a warning note in curl_mime_data_cb() documentation about sharing
user data between duplicated handles.

Closes #2235
2018-01-14 19:43:12 +01:00
..
.gitattributes Add .gitattributes files to turn off CRLF translation for some files 2010-03-24 23:48:35 -04:00
.gitignore runtests: use a DISABLED.local file too 2015-04-26 19:59:13 +02:00
CMakeLists.txt tests: move TESTCASES to Makefile.inc, add show for cmake 2014-10-13 11:50:21 +02:00
DISABLED Revert "multi_done: wait for name resolve to finish if still ongoing" 2017-10-08 00:55:10 +02:00
Makefile.am tests: Distribute CMakeLists.txt files in subdirectories 2015-06-25 07:48:50 -07:00
Makefile.inc mime: clone mime tree upon easy handle duplication. 2018-01-14 19:43:12 +01:00
test1 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test2 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test3 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test4 http: add custom empty headers to repeated requests 2017-09-28 21:25:22 +02:00
test5 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test6 Added some <keywords> sections and use some key words more consistently. 2007-10-12 01:44:22 +00:00
test7 Added some <keywords> sections and use some key words more consistently. 2007-10-12 01:44:22 +00:00
test8 cookies: allow spaces in cookie names, cut of trailing spaces 2016-02-08 15:49:54 +01:00
test9 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test10 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test11 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test12 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test13 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test14 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test15 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test16 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test17 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test18 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test19 Updated the test harness to check for protocol support before running each 2007-03-09 21:01:39 +00:00
test20 Added "non-existing host" test keywords to make it easy to skip those 2009-05-20 19:30:06 +00:00
test21 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test22 test22: expand a backtick command 2014-11-13 23:06:44 +01:00
test23 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test24 tests: specify 'text' mode for some output files in verify section 2013-03-18 20:45:35 +01:00
test25 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test26 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test27 cookies: first n/v pair in Set-Cookie: is the cookie, then parameters 2016-03-10 11:26:12 +01:00
test28 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test29 Fixed some XML parsing problems. 2008-02-09 02:37:31 +00:00
test30 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test31 tests: made a couple of prechecks consistent with others 2017-05-13 19:12:22 +02:00
test32 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test33 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test34 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test35 restored from my messy previous commit mistake 2008-11-21 07:47:31 +00:00
test36 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test37 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test38 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test39 formpost: support quotes, commas and semicolon in file names 2013-01-22 15:43:29 +01:00
test40 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test41 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test42 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test43 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test44 Use double quotes in command lines for consistency. 2007-09-18 20:41:20 +00:00
test45 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test46 cookies: reject oversized cookies 2017-09-18 22:55:50 +02:00
test47 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test48 test48: verify that HEAD doesn't close extra 2012-07-12 00:08:37 +02:00
test49 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test50 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test51 Added test cases 2000 and 2001 which test multiple protocols using the 2007-10-24 19:40:07 +00:00
test52 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test53 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test54 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test55 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test56 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test57 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test58 curl_easy_escape: don't escape "unreserved" characters 2010-09-28 23:49:32 +02:00
test59 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test60 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test61 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test62 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test63 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test64 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test65 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test66 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test67 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test68 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test69 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test70 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test71 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test72 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test73 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test74 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test75 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test76 Updated the test harness to check for protocol support before running each 2007-03-09 21:01:39 +00:00
test77 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test78 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test79 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test80 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test81 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test82 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test83 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test84 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test85 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test86 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test87 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test88 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test89 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test90 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test91 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test92 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test93 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test94 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test95 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test96 free: instead of Curl_safefree() 2015-03-16 15:01:15 +01:00
test97 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test98 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test99 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test100 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test101 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test102 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test103 Changed some FTP tests to validate the format of the PORT and EPRT commands 2007-09-17 21:44:57 +00:00
test104 Adjust test number mismatch 2009-12-24 12:04:33 +00:00
test105 Adjust test number mismatch 2009-12-24 12:04:33 +00:00
test106 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test107 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test108 Changed some FTP tests to validate the format of the PORT and EPRT commands 2007-09-17 21:44:57 +00:00
test109 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test110 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test111 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test112 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test113 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test114 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test115 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test116 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test117 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test118 - Fred Machado posted about a weird FTP problem on the curl-users list and when 2008-12-08 20:20:51 +00:00
test119 Changed some FTP tests to validate the format of the PORT and EPRT commands 2007-09-17 21:44:57 +00:00
test120 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test121 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test122 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test123 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test124 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test125 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test126 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test127 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test128 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test129 oops, I forgot to cvs add this before my previous commit (Dan Fandrich 2010-01-19 22:22:54 +00:00
test130 test130: verify comments in .netrc 2017-08-03 10:04:16 +02:00
test131 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test132 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test133 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test134 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test135 ftp: prevent server from hanging on closed data connection 2010-10-29 12:01:19 +02:00
test136 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test137 add keywords 2007-12-08 22:56:17 +00:00
test138 add keywords 2007-12-08 22:56:17 +00:00
test139 add keywords 2007-12-08 22:56:17 +00:00
test140 add keywords 2007-12-08 22:56:17 +00:00
test141 Edited some test keywords for consistency 2008-06-21 17:56:48 +00:00
test142 add keywords 2007-12-08 22:56:17 +00:00
test143 add keywords 2007-12-08 22:56:17 +00:00
test144 add keywords 2007-12-08 22:56:17 +00:00
test145 add keywords 2007-12-08 22:56:17 +00:00
test146 FTP: WILDCARDMATCH/CHUNKING/FNMATCH added 2010-05-12 23:17:51 +02:00
test147 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test148 test148: fixed after the --ftp-create-dirs retry change 2016-04-25 23:10:13 +02:00
test149 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test150 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test151 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test152 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test153 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test154 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test155 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test156 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test157 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test158 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test159 HTTP-NTLM: fail auth on connection close instead of looping 2015-05-31 23:21:15 +02:00
test160 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test161 http2: make sure stream errors don't needlessly close the connection 2016-08-28 16:44:49 +02:00
test162 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test163 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test164 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test165 tests: use consistent environment variables for setting charset 2017-02-25 15:33:29 +01:00
test166 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test167 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test168 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test169 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test170 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test171 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test172 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test173 cli tool: reimplement stdin buffering in -F option. 2017-10-12 14:25:59 +01:00
test174 Add keywords for a couple of currently keyword-less HTTP tests 2012-11-19 10:58:14 +01:00
test175 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test176 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test177 Added some <keywords> sections and use some key words more consistently. 2007-10-12 01:44:22 +00:00
test178 HTTP: bail out on negative Content-Length: values 2018-01-13 22:49:04 +01:00
test179 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test180 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test181 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test182 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test183 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test184 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test185 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test186 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test187 Added keywords 2008-07-31 02:51:44 +00:00
test188 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test189 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test190 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test191 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test192 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test193 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test194 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test195 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test196 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test197 Add keywords for a couple of currently keyword-less HTTP tests 2012-11-19 10:58:14 +01:00
test198 Add keywords for a couple of currently keyword-less HTTP tests 2012-11-19 10:58:14 +01:00
test199 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test200 added keyword 2008-01-05 12:15:41 +00:00
test201 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test202 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test203 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test204 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test205 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test206 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test207 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test208 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test209 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test210 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test211 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test212 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test213 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test214 Add keywords for a couple of currently keyword-less HTTP tests 2012-11-19 10:58:14 +01:00
test215 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test216 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test217 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test218 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test219 test219: Add http as a required feature 2016-08-26 08:32:01 +02:00
test220 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test221 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test222 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test223 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test224 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test225 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test226 Added const to some pointer variables 2008-10-08 01:17:51 +00:00
test227 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test228 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test229 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test230 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test231 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test232 content_encoding: rework zlib_inflate 2017-12-20 16:02:42 +01:00
test233 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test234 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test235 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test236 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test237 ftp: reject illegal IP/port in PASV 227 response 2017-10-20 15:06:25 +02:00
test238 FTP: reject illegal port numbers in EPSV 229 responses 2013-01-15 22:35:48 +01:00
test239 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test240 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test241 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test242 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test243 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test244 FTP: URL decode path for dir listing in nocwd mode 2017-10-10 15:02:38 +02:00
test245 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test246 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test247 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test248 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test249 Add keywords for a couple of currently keyword-less HTTP tests 2012-11-19 10:58:14 +01:00
test250 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test251 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test252 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test253 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test254 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test255 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test256 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test257 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test258 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test259 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test260 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test261 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test262 restored from my messy previous commit mistake 2008-11-21 07:47:31 +00:00
test263 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test264 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test265 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test266 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test267 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test268 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test269 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test270 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test271 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test272 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test273 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test274 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test275 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test276 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test277 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test278 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test279 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test280 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test281 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test282 Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or 2007-06-25 13:58:14 +00:00
test283 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test284 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test285 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test286 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test287 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test288 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test289 Fixed test description 2008-01-07 19:54:40 +00:00
test290 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test291 Don't tear down the ftp connection if the maximum filesize was exceeded 2007-03-30 01:13:47 +00:00
test292 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test293 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test294 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test295 Added test cases 294 and 295 to test --ftp-account handling 2007-04-13 20:59:15 +00:00
test296 Added test cases 296, 297 and 298 to test --ftp-method handling 2007-04-18 06:30:28 +00:00
test297 Added test cases 296, 297 and 298 to test --ftp-method handling 2007-04-18 06:30:28 +00:00
test298 test298: verify --ftp-method nowcwd with URL encoded path 2017-10-09 22:50:40 +02:00
test299 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test300 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
test301 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test302 test1509: verify proxy header response headers count 2013-03-27 15:30:46 +01:00
test303 added an additional second to allow test to pass on heavily loaded servers 2010-02-03 01:41:07 +00:00
test304 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
test305 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
test306 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
test307 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
test308 test308: disable if MultiSSL feature enabled 2017-10-19 20:16:05 +01:00
test309 Added test309 to test HTTP redirect to HTTPS URL 2008-02-19 21:57:41 +00:00
test310 Added PEM certificate keyword 2010-01-18 20:20:07 +00:00
test311 Added PEM certificate keyword 2010-01-18 20:20:07 +00:00
test312 Added PEM certificate keyword 2010-01-18 20:20:07 +00:00
test313 test313: a new test for CRL support 2010-05-27 23:45:18 +02:00
test314 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test315 HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
test316 brotli: data at the end of content can be lost 2017-12-27 13:00:54 +01:00
test320 test320: Expect the Host header to be the first header 2015-03-13 22:37:23 +01:00
test321 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test322 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test323 TLS-SRP: support added when using GnuTLS 2011-01-19 20:35:02 +01:00
test324 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test325 test325: verify --proto-redir https=>http 2014-04-23 22:36:01 +02:00
test350 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test351 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test352 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test353 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test354 Added test case 354 that makes a simple FTP retrieval without password, which 2007-07-22 10:08:59 +00:00
test393 test393: verify --max-filesize with excessive Content-Length 2018-01-13 22:49:31 +01:00
test394 test394: verify abort of rubbish in Content-Length: value 2018-01-13 22:49:31 +01:00
test395 test395: HTTP with overflow Content-Length value 2018-01-13 22:49:31 +01:00
test400 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test401 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test402 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test403 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test404 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test405 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test406 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test407 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test408 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test409 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test500 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test501 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test502 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test503 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test504 multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
test505 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test506 multi_done: prune DNS cache 2017-12-10 14:51:47 +01:00
test507 Added "non-existing host" test keywords to make it easy to skip those 2009-05-20 19:30:06 +00:00
test508 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test509 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test510 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test511 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test512 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test513 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test514 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test515 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test516 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test517 parsedate: handle cut off numbers better 2016-10-31 08:46:35 +01:00
test518 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test519 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test520 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test521 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test522 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test523 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test524 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test525 Added multi keyword 2008-08-26 20:11:12 +00:00
test526 Added multi keyword 2008-08-26 20:11:12 +00:00
test527 Added multi keyword 2008-08-26 20:11:12 +00:00
test528 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test529 Added multi keyword 2008-08-26 20:11:12 +00:00
test530 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test531 Added multi keyword 2008-08-26 20:21:59 +00:00
test532 Added multi keyword 2008-08-26 20:11:12 +00:00
test533 - Fred Machado posted about a weird FTP problem on the curl-users list and when 2008-12-08 20:20:51 +00:00
test534 Added "non-existing host" test keywords to make it easy to skip those 2009-05-20 19:30:06 +00:00
test535 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test536 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test537 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test538 multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
test539 test 539: use datacheck mode text for ASCII-mode LISTings 2015-12-26 11:01:47 +01:00
test540 http: Fix proxy connection reuse with basic-auth 2017-03-28 03:54:43 -04:00
test541 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test542 Max Katsev reported that when doing a libcurl FTP request with 2007-09-26 12:00:01 +00:00
test543 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test544 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test545 test545: make it not use a trailing zero 2014-10-16 23:40:49 +02:00
test546 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test547 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test548 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test549 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test550 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test551 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test552 test552: Fix typos 2017-02-07 02:39:15 -05:00
test553 tests: added missing HTTP NTLM auth keywords 2014-03-15 10:54:49 +01:00
test554 mime: keep "text/plain" content type if user-specified. 2017-10-12 19:36:16 +01:00
test555 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test556 curl_easy_recv: Improve documentation and example program 2016-12-18 12:56:23 +01:00
test557 test557: set a known good numeric locale 2017-05-04 18:17:08 +02:00
test558 test558: adapt to 0649433da 2016-11-11 15:32:07 +01:00
test559 test559: verify use of minimum CURLOPT_BUFFERSIZE 2017-05-04 15:39:04 +02:00
test560 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test561 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test562 - I was going to fix issue #59 in KNOWN_BUGS 2009-04-30 09:02:39 +00:00
test563 tests: list the primary server first in the server section 2017-05-09 00:40:28 +02:00
test564 test564: Add a warning comment about shell profile output. 2017-09-02 13:01:15 +01:00
test565 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test566 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test567 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test568 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test569 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test570 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test571 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test572 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test573 Added the "flaky" keyword to a number of tests 2014-10-26 13:50:38 +01:00
test574 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test575 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test576 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test577 RTSP: avoid integer overflow on funny RTSP response 2017-10-09 00:41:48 +02:00
test578 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test579 Ensure progress.size_dl/progress.size_ul are always >= 0 2014-09-07 23:23:12 +02:00
test580 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test581 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test582 tests: disable valgrind on the remaining scp/sftp tests 2014-03-15 10:41:40 +01:00
test583 tests: disable valgrind on the remaining scp/sftp tests 2014-03-15 10:41:40 +01:00
test584 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test585 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test586 tests: verify OPEN/CLOSESOCKETFUNCTION 2011-05-18 22:56:46 +02:00
test587 mime: keep "text/plain" content type if user-specified. 2017-10-12 19:36:16 +01:00
test588 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test589 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test590 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test591 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test592 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test593 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test594 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test595 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test596 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test597 multi interface: fix block when CONNECT_ONLY option is used 2011-12-07 15:37:05 +01:00
test598 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test599 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test600 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test601 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test602 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test603 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test604 tests: disable valgrind on the remaining scp/sftp tests 2014-03-15 10:41:40 +01:00
test605 libssh2: send the correct CURLE error code on scp file not found 2017-12-01 17:35:15 +01:00
test606 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test607 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test608 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test609 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test610 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test611 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test612 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test613 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test614 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test615 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test616 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test617 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test618 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test619 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test620 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test621 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test622 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test623 libssh2: return CURLE_UPLOAD_FAILED on failure to upload 2017-12-01 17:35:15 +01:00
test624 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test625 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test626 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test627 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test628 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test629 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test630 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test631 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test632 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test633 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test634 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test635 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test636 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test637 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test638 test: SFTP quote commands with * prefix 2011-11-18 20:30:46 +01:00
test639 test: SFTP quote commands with * prefix 2011-11-18 20:30:46 +01:00
test640 test640/1: add tests for --head with sftp and scp 2014-03-14 23:38:00 +01:00
test641 test640/1: add tests for --head with sftp and scp 2014-03-14 23:38:00 +01:00
test642 ssh: add the ability to enable compression (for SCP/SFTP) 2017-08-17 03:32:00 -04:00
test643 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test644 tests: added flaky keyword to tests 587 and 644 2017-10-06 23:04:40 +02:00
test645 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test646 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test647 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test648 mime: limit bas64-encoded lines length to 76 characters 2017-10-19 18:33:27 +01:00
test649 mime: implement encoders. 2017-09-05 17:55:51 +01:00
test650 mime: keep "text/plain" content type if user-specified. 2017-10-12 19:36:16 +01:00
test651 test651: curl_formadd with huge COPYCONTENTS 2017-10-13 07:55:47 +02:00
test652 test652: curl_mime_data + base64 encoder with large contents 2017-10-19 18:37:19 +01:00
test653 test653: check reuse of easy handle after mime data change 2017-10-20 14:01:14 +01:00
test654 mime: clone mime tree upon easy handle duplication. 2018-01-14 19:43:12 +01:00
test700 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test701 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test702 Cleaned up SOCKS tests. Use a magic port number instead of killserver 2007-06-07 20:14:00 +00:00
test703 Cleaned up SOCKS tests. Use a magic port number instead of killserver 2007-06-07 20:14:00 +00:00
test704 Cleaned up SOCKS tests. Use a magic port number instead of killserver 2007-06-07 20:14:00 +00:00
test705 Cleaned up SOCKS tests. Use a magic port number instead of killserver 2007-06-07 20:14:00 +00:00
test706 tests 706 and 707: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:48:36 +01:00
test707 tests 706 and 707: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:48:36 +01:00
test708 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test709 test709: clarify the test in the name 2013-04-25 23:42:38 +02:00
test710 test710: verify that --proxy socks5://hostname works 2011-08-05 00:46:59 +02:00
test711 ftp_state_pasv_resp: connect through proxy also when set by env 2013-04-26 16:49:25 +02:00
test712 proxy: fix hostname resolution and IDN conversion 2017-02-18 15:04:43 +01:00
test713 tests: mark data files as non-executable in git 2017-12-10 22:36:42 +01:00
test714 tests: mark data files as non-executable in git 2017-12-10 22:36:42 +01:00
test715 tests: mark data files as non-executable in git 2017-12-10 22:36:42 +01:00
test800 imap: quote atoms properly when escaping characters 2017-09-22 14:43:37 +02:00
test801 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test802 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test803 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test804 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test805 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test806 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test807 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test808 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test809 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test810 test810: Updated to use new IMAP URL query string functionality 2014-04-18 16:51:50 +01:00
test811 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test812 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test813 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test814 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test815 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test816 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test817 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test818 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test819 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test820 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test821 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test822 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test823 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test824 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test825 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test826 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test827 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test828 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test829 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test830 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test831 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test832 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test833 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test834 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test835 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test836 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test837 tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests 2015-01-28 19:50:34 +00:00
test838 tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests 2015-01-28 19:50:34 +00:00
test839 tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests 2015-01-28 19:50:34 +00:00
test840 tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests 2015-01-28 19:50:34 +00:00
test841 imap: Don't check for continuation when executing a CUSTOMREQUEST 2015-11-08 12:12:33 +00:00
test842 spelling fixes 2017-03-26 23:56:23 +02:00
test843 spelling fixes 2017-03-26 23:56:23 +02:00
test844 spelling fixes 2017-03-26 23:56:23 +02:00
test845 spelling fixes 2017-03-26 23:56:23 +02:00
test846 imap: support PREAUTH 2017-08-23 23:58:49 +02:00
test850 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test851 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test852 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test853 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test854 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test855 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test856 tests: make the imap server not verify user+password 2017-09-22 14:43:33 +02:00
test857 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test858 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test859 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test860 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test861 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test862 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test863 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test864 s/cURL/curl 2016-11-07 10:36:23 +01:00
test865 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test866 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test867 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test868 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test869 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test870 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test871 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test872 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test873 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test874 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test875 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test876 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test877 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test878 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test879 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test880 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test881 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test882 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test883 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test884 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test885 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test886 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test887 spelling fixes 2017-03-26 23:56:23 +02:00
test888 spelling fixes 2017-03-26 23:56:23 +02:00
test889 spelling fixes 2017-03-26 23:56:23 +02:00
test890 spelling fixes 2017-03-26 23:56:23 +02:00
test891 sasl_getmesssage: make sure we have a long enough string to pass 2017-12-05 17:05:44 +01:00
test900 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test901 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test902 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test903 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test904 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test905 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test906 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test907 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test908 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test909 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test910 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test911 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test912 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test913 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test914 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test915 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test916 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test917 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test918 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test919 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test920 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test921 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test922 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test923 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test924 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test925 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test926 test926: Corrected unknown user reply from commit 0d735c29f9 2013-11-16 20:33:08 +00:00
test927 tests: Added SMTP EXPN command test 2013-11-17 00:20:58 +00:00
test928 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test929 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test930 tests: Added SMTP NOOP and RSET tests 2013-11-17 12:52:42 +00:00
test931 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test932 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test933 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test934 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test935 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test936 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test937 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test938 test938: added missing closing tags 2015-03-21 01:27:44 +01:00
test939 tests: Added SMTP with credentials test for RFC-821 based server 2014-03-31 20:55:58 +01:00
test940 tests: Added SMTP with credientials test when not supported by server 2014-04-01 07:19:29 +01:00
test941 tests: Added SMTP with --crlf test case 2014-11-26 23:58:42 +00:00
test942 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test943 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test944 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test945 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test946 spelling fixes 2017-03-26 23:56:23 +02:00
test947 spelling fixes 2017-03-26 23:56:23 +02:00
test948 spelling fixes 2017-03-26 23:56:23 +02:00
test949 spelling fixes 2017-03-26 23:56:23 +02:00
test950 test950; verify SMTP with custom request 2017-10-10 23:00:53 +02:00
test1000 remove stupid comment since there's no content in this test case 2007-08-17 22:24:51 +00:00
test1001 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1002 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1003 Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed 2007-08-22 14:18:06 +00:00
test1004 Added test case 2004. 2007-10-25 21:04:51 +00:00
test1005 Added test case 1005 to test excessively-long replies spread out over 2007-08-23 23:25:47 +00:00
test1006 Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed 2007-08-24 14:00:42 +00:00
test1007 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1008 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test1009 tftp tests: verify sent options too 2015-11-06 10:55:30 +01:00
test1010 test1010: verify that #1718 is fixed 2017-08-04 10:01:23 +02:00
test1011 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test1012 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test1013 now returns 0 2008-06-01 22:04:09 +00:00
test1014 now returns 0 2008-06-01 22:04:09 +00:00
test1015 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test1016 Added Range keyword 2008-08-14 19:18:18 +00:00
test1017 Added Range keyword 2008-08-14 19:18:18 +00:00
test1018 Added Range keyword 2008-08-14 19:18:18 +00:00
test1019 Added Range keyword 2008-08-14 19:18:18 +00:00
test1020 Added Range keyword 2008-08-14 19:18:18 +00:00
test1021 http-proxy: do the HTTP CONNECT process entirely non-blocking 2017-06-14 23:43:52 +02:00
test1022 now returns 0 2008-06-01 22:04:09 +00:00
test1023 now returns 0 2008-06-01 22:04:09 +00:00
test1024 Added test case 1024 to test a scenario similar to the one reported 2008-04-10 04:21:08 +00:00
test1025 Added test case 1025 to test a command-line cookie with Location: following 2008-04-10 18:18:55 +00:00
test1026 Fixed the XML syntax of a few test files. 2008-07-17 22:39:23 +00:00
test1027 Fixed the XML syntax of a few test files. 2008-07-17 22:39:23 +00:00
test1028 Added test cases 1052 through 1055 to test uploading data from files 2008-07-30 21:04:44 +00:00
test1029 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-01 13:47:00 +01:00
test1030 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1031 - Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified 2008-05-26 20:39:41 +00:00
test1032 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1033 Fixed the XML syntax of a few test files. 2008-07-17 22:39:23 +00:00
test1034 url: reject ASCII control characters and space in host names 2017-11-22 11:14:06 +01:00
test1035 url: reject ASCII control characters and space in host names 2017-11-22 11:14:06 +01:00
test1036 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test1037 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1038 Added test cases 1038 and 1039 to test Adrian Kreher's report that ftp 2008-07-11 05:08:06 +00:00
test1039 Added test cases 1038 and 1039 to test Adrian Kreher's report that ftp 2008-07-11 05:08:06 +00:00
test1040 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1041 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1042 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1043 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1044 Added test 1044 to test large file support in ftp with -I. 2008-07-26 20:09:36 +00:00
test1045 Added tests 1082 through 1085 to test symbolic --interface parameters 2008-10-08 21:46:55 +00:00
test1046 Added tests 1082 through 1085 to test symbolic --interface parameters 2008-10-08 21:46:55 +00:00
test1047 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1048 tests 1048 and 1050: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:56:47 +01:00
test1049 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1050 tests 1048 and 1050: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:56:47 +01:00
test1051 - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and 2008-08-04 22:00:22 +00:00
test1052 - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and 2008-08-04 22:00:22 +00:00
test1053 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test1054 Added keywords 2008-07-31 02:51:44 +00:00
test1055 - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and 2008-08-04 22:00:22 +00:00
test1056 Added test of IPv6 scope handling 2008-07-31 02:38:51 +00:00
test1057 ftp: prevent server from hanging on closed data connection 2010-10-29 12:01:19 +02:00
test1058 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1059 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1060 tests: fix CONNECT test cases to be more strict 2016-12-01 16:18:52 +01:00
test1061 http-proxy: fix chunked-encoded CONNECT responses 2017-06-16 21:56:56 +02:00
test1062 Fixed a boundary condition error in ftp_readresp() whereby a non-terminal 2008-08-11 23:16:08 +00:00
test1063 tests: removed some redundant empty <stdout> sections 2017-05-28 23:07:35 +02:00
test1064 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1065 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1066 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1067 added test case 1067 to verify --referer "firstone.html;auto" 2008-08-23 21:27:58 +00:00
test1068 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test1069 Improved the logic the decides whether to use HTTP 1.1 features or not in a 2008-09-05 17:58:53 +00:00
test1070 better description 2008-09-22 21:33:18 +00:00
test1071 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1072 Improved the logic the decides whether to use HTTP 1.1 features or not in a 2008-09-05 17:58:53 +00:00
test1073 Fixed misleading test message 2010-03-31 22:22:37 -07:00
test1074 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1075 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1076 - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames 2008-09-05 16:13:20 +00:00
test1077 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1078 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1079 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1080 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1081 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1082 Added tests 1082 through 1085 to test symbolic --interface parameters 2008-10-08 21:46:55 +00:00
test1083 Don't rely on shell support to run multiple precheck tests 2008-10-13 20:41:02 +00:00
test1084 callbacks: acknowledge progress callback error returns 2010-08-10 23:16:08 +02:00
test1085 callbacks: acknowledge progress callback error returns 2010-08-10 23:16:08 +02:00
test1086 Added the "flaky" keyword to a number of tests 2014-10-26 13:50:38 +01:00
test1087 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1088 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1089 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1090 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test1091 Fixed a couple more locale-dependent toupper conversions, mainly for 2009-01-21 04:42:47 +00:00
test1092 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1093 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1094 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1095 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1096 verify that a 550-response for a RETR returns 78 but also that the control 2009-02-19 13:47:06 +00:00
test1097 CONNECT: reject TE or CL in 2xx responses 2016-12-01 16:18:36 +01:00
test1098 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1099 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1100 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test1101 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1102 - Introduced a SYST-based test to properly set-up name format when dealing with the OS/400 FTP server. 2009-08-24 12:57:25 +00:00
test1103 - Introduced a SYST-based test to properly set-up name format when dealing with the OS/400 FTP server. 2009-08-24 12:57:25 +00:00
test1104 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test1105 tests: made a couple of prechecks consistent with others 2017-05-13 19:12:22 +02:00
test1106 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1107 - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This 2010-01-01 14:44:44 +00:00
test1108 - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This 2010-01-01 14:44:44 +00:00
test1109 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test1110 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test1111 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test1112 test1112: Increase the timeout from 7s to 16s 2013-09-22 18:23:09 +02:00
test1113 Added the "flaky" keyword to a number of tests 2014-10-26 13:50:38 +01:00
test1114 test1114: fix line-endings checks on Windows after 75f00de 2014-02-15 09:14:36 +01:00
test1115 tests: Made the crypto test feature usable 2014-02-17 09:50:46 +01:00
test1116 http: handle trailer headers in all chunked responses 2010-08-25 13:42:14 +02:00
test1117 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1118 URL-parsing: consider ? a divider 2010-10-19 20:20:06 +02:00
test1119 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1120 Fixed closing test tag 2011-04-20 16:51:44 -07:00
test1121 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1122 transfer-encoding: added new option and cmdline 2011-04-18 19:46:21 +02:00
test1123 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1124 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1125 transfer-encoding: added new option and cmdline 2011-04-18 19:46:21 +02:00
test1126 tests: added HTTP If-Modified-Since tests 2011-05-13 08:55:15 +02:00
test1127 tests: added HTTP If-Modified-Since tests 2011-05-13 08:55:15 +02:00
test1128 HTTP time condition: force closure for 200 OK 2011-06-07 13:40:11 +02:00
test1129 http error response: stop sending when error is received 2011-07-20 00:08:41 +02:00
test1130 http error response: stop sending when error is received 2011-07-20 00:08:41 +02:00
test1131 http error response: stop sending when error is received 2011-07-20 00:08:41 +02:00
test1132 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1133 cli tool: in -F option arg, comma is a delimiter for files only 2017-10-29 16:23:06 +01:00
test1134 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1135 form/mime: field names are not allowed to contain zero-valued bytes. 2017-09-22 01:08:29 +01:00
test1136 cookie: do not refuse cookies for localhost 2016-03-08 15:27:43 +01:00
test1137 test1137: verify --ignore-content-length for FTP 2015-10-23 15:24:56 +02:00
test1138 http redirects: %-encode bytes outside of ascii range 2015-11-02 12:48:03 +01:00
test1139 test1139: Added the --manual keyword since the manual is required 2017-02-07 18:49:50 +01:00
test1140 test1140: run nroff-scan to verify man pages 2016-05-01 23:24:09 +02:00
test1141 proxy: fix tests as follow-up to 93b0d907d5 2016-08-16 10:15:26 +02:00
test1142 proxy: fix tests as follow-up to 93b0d907d5 2016-08-16 10:15:26 +02:00
test1143 URL parser: allow URLs to use one, two or three slashes 2016-05-30 23:13:55 +02:00
test1144 http: refuse to pass on response body with NO_NODY was set 2016-09-11 12:02:07 +02:00
test1145 url: Fix parsing for when 'file' is the default protocol 2017-01-12 15:37:11 -05:00
test1146 url: Fix parsing for when 'file' is the default protocol 2017-01-12 15:37:11 -05:00
test1147 test1147: verify -H on a file 2017-06-15 11:09:48 +02:00
test1148 test1148: verify the -# progressbar 2017-06-16 09:45:26 +02:00
test1149 ftp: fix CWD when doing multicwd then nocwd on same connection 2017-08-17 10:08:11 +02:00
test1150 test1150: verify same host fetch using different ports over proxy 2017-09-15 08:13:37 +02:00
test1151 cookies: reject oversized cookies 2017-09-18 22:55:50 +02:00
test1152 FTP: zero terminate the entry path even on bad input 2017-10-02 07:50:17 +02:00
test1153 test1153: verify quoted double-qoutes in PWD response 2017-10-02 07:50:18 +02:00
test1160 test1160: verifies cookie leak for large cookies 2017-09-29 12:06:57 +02:00
test1161 cookie: fix memory leak if path was set twice in header 2017-09-30 23:40:50 +02:00
test1162 curl_fnmatch: return error on illegal wildcard pattern 2017-10-26 13:37:45 +02:00
test1163 wildcardmatch: fix heap buffer overflow in setcharset 2017-11-27 08:19:34 +01:00
test1200 Tweaked some test data files 2010-08-25 16:43:26 -07:00
test1201 Tweaked some test data files 2010-08-25 16:43:26 -07:00
test1202 Tweaked some test data files 2010-08-25 16:43:26 -07:00
test1203 Fixed the IPv6 host address in test1203 2010-10-14 12:45:01 -07:00
test1204 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1205 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test1206 FTP: perform active connections non-blocking 2011-12-20 20:30:02 +01:00
test1207 FTP: perform active connections non-blocking 2011-12-20 20:30:02 +01:00
test1208 always-multi: always use non-blocking internals 2013-01-17 19:40:35 +01:00
test1209 FTP tests 1206 - 1209: don't expect QUIT 2011-11-25 22:49:49 +01:00
test1210 -J -O: use -O name if no Content-Disposition header comes! 2011-11-20 23:35:49 +01:00
test1211 test 1211: FTP test to repeat bug #3429299 2011-11-25 23:15:58 +01:00
test1212 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1213 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1214 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1215 tests: updated for modified fake random 2017-05-08 23:24:43 +02:00
test1216 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1217 test1217: verify parsing 257 responses with "rubbish" before path 2013-04-09 22:21:49 +02:00
test1218 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1219 FTP: handle a 230 welcome response 2013-04-12 23:59:37 +02:00
test1220 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test1221 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1222 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1223 writeout: -w now supports remote_ip/port and local_ip/port 2013-01-03 23:16:38 +01:00
test1224 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1225 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1226 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1227 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1228 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1229 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1230 CONNECT: reject TE or CL in 2xx responses 2016-12-01 16:18:36 +01:00
test1231 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test1232 tests: removed the obsolete name parameter 2017-02-18 22:19:44 +01:00
test1233 FTP: when EPSV gets a 229 but fails to connect, retry with PASV 2013-08-06 09:57:59 +02:00
test1234 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test1235 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test1236 glob: error out on range overflow 2013-08-16 11:55:04 +02:00
test1237 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1238 Curl_expire_latest: ignore already expired timers 2017-04-11 16:53:33 +02:00
test1239 test1239: verify 4cd444e01a and the simulated 304 response 2013-10-07 14:42:21 +02:00
test1240 test1240: verify 867b52a7ac (glob ranges with text to the right) 2013-10-22 00:10:16 +02:00
test1241 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1242 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1243 tests: removed redundant --trace-ascii arguments 2017-05-09 19:43:22 +02:00
test1244 proxy: fix tests as follow-up to 93b0d907d5 2016-08-16 10:15:26 +02:00
test1245 tests: list the primary server first in the server section 2017-05-09 00:40:28 +02:00
test1246 test1246: verify URL parsing with host name ending with '#' 2016-10-31 08:46:35 +01:00
test1247 curl: add --fail-early 2016-11-14 08:35:40 +01:00
test1248 url: Fix NO_PROXY env var to work properly with --proxy option. 2017-01-13 11:18:11 +01:00
test1249 url: Fix NO_PROXY env var to work properly with --proxy option. 2017-01-13 11:18:11 +01:00
test1250 url: Fix NO_PROXY env var to work properly with --proxy option. 2017-01-13 11:18:11 +01:00
test1251 url: Fix NO_PROXY env var to work properly with --proxy option. 2017-01-13 11:18:11 +01:00
test1252 url: --noproxy option overrides NO_PROXY environment variable 2017-01-13 11:18:29 +01:00
test1253 url: --noproxy option overrides NO_PROXY environment variable 2017-01-13 11:18:29 +01:00
test1254 url: --noproxy option overrides NO_PROXY environment variable 2017-01-13 11:18:29 +01:00
test1255 url: --noproxy option overrides NO_PROXY environment variable 2017-01-13 11:18:29 +01:00
test1256 url: --noproxy option overrides NO_PROXY environment variable 2017-01-13 11:18:29 +01:00
test1257 url: --noproxy option overrides NO_PROXY environment variable 2017-01-13 11:18:29 +01:00
test1258 cookies: do not assume a valid domain has a dot 2017-01-27 13:32:02 +01:00
test1259 URL: only accept ";options" in SMTP/POP3/IMAP URL schemes 2017-02-10 14:51:53 +01:00
test1260 test1260: added http as a required feature 2017-03-08 09:06:56 +01:00
test1261 redirect: store the "would redirect to" URL when max redirs is reached 2017-05-23 23:27:58 +02:00
test1262 test1262: verify ftp download with -z for "if older than this" 2017-06-05 10:33:51 +02:00
test1263 URL: return error on malformed URLs with junk after IPv6 bracket 2017-11-14 18:20:56 +01:00
test1264 test1264: verify URL with space in host name being rejected 2017-11-22 11:14:44 +01:00
test1280 glob: fix [a-c] globbing regression 2016-11-15 08:22:54 +01:00
test1281 test1281: added http as a required feature 2016-12-02 15:17:47 +01:00
test1282 test1282: verify the ftp-gss check 2016-12-24 23:35:54 +01:00
test1283 tool_urlglob: Allow a glob range with the same start and stop 2017-02-15 02:31:09 -05:00
test1284 http: fix missing 'Content-Length: 0' while negotiating auth 2017-02-17 02:32:16 -05:00
test1285 http: fix missing 'Content-Length: 0' while negotiating auth 2017-02-17 02:32:16 -05:00
test1286 digest_sspi: Fix nonce-count generation in HTTP digest 2017-02-20 00:53:01 -05:00
test1287 test1287: added verbose logs keyword 2017-03-12 20:32:46 +01:00
test1288 url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS 2017-03-12 01:32:33 -05:00
test1289 glob: do not continue parsing after a strtoul() overflow range 2017-08-07 09:24:30 +02:00
test1290 curl: pass through [] in URLs instead of calling globbing error 2017-11-04 10:23:27 +01:00
test1291 curl: speed up handling of many URLs 2017-11-04 20:56:26 +01:00
test1298 --request-target: instead of --strip-path-slash 2017-06-21 23:39:10 +02:00
test1299 --request-target: instead of --strip-path-slash 2017-06-21 23:39:10 +02:00
test1300 unittests: a dedicated feature in tests 2011-01-03 22:42:46 +01:00
test1301 strcase: s/strequal/strcasecompare 2016-10-31 09:37:54 +01:00
test1302 tests: <info> tag corrections 2011-01-04 23:13:10 +01:00
test1303 unittest: 1303 tests Curl_timeleft 2011-01-04 23:13:10 +01:00
test1304 test suite: use test case specific netrc file names 2011-09-05 12:39:50 +02:00
test1305 Added unit test 1306 so tests 558 & 559 are now fully replaced 2011-03-04 15:13:12 -08:00
test1306 Added unit test 1306 so tests 558 & 559 are now fully replaced 2011-03-04 15:13:12 -08:00
test1307 Moved test 577 into the unit test framework as test 1307 2011-03-04 15:56:40 -08:00
test1308 curl_formget: fix FILE * leak 2011-06-13 22:32:00 +02:00
test1309 tests: added test for Curl_splaygetbest to unit1309 2017-04-04 23:48:14 +02:00
test1310 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1311 -J: support ';' in quoted file names 2011-08-04 17:48:45 +02:00
test1312 curl -J: make it work even without http:// scheme on URL 2016-04-29 15:24:10 +02:00
test1313 test1313: test content-disposition with uneven quotes 2011-08-04 23:25:55 +02:00
test1314 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1315 mime: tests and examples. 2017-09-02 19:08:45 +01:00
test1316 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1317 new test: verify --resolve 2011-12-23 14:46:20 +01:00
test1318 Add --resolve to the keywords and name of test 1318 2012-11-19 10:58:14 +01:00
test1319 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1320 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1321 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1322 test1322: verify stripping of trailing dot from host name 2016-04-25 23:51:33 +02:00
test1323 test1323: verify curlx_tvdiff 2017-07-28 15:51:36 +02:00
test1324 resolve: allow IP address within [] brackets 2017-11-17 15:26:08 +01:00
test1325 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1326 test 1326: fix getting stuck on Windows due to incomplete request 2015-12-17 15:14:36 +01:00
test1327 Add two tests for telnet: URLs 2012-01-18 22:20:33 +01:00
test1328 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test1329 parse_proxy: bail out on zero-length proxy names! 2012-02-10 16:26:20 +01:00
test1330 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1331 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1332 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1333 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test1334 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1335 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1336 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1337 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1338 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1339 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1340 testsuite: more Windows line-endings fixes 2014-02-15 09:19:27 +01:00
test1341 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1342 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1343 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1344 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1345 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1346 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1347 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1348 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1349 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1350 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1351 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1352 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1353 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1354 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1355 tests: fix test definitions # 1355, 1363, 1385 and 1393 2012-06-11 13:56:40 +02:00
test1356 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1357 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1358 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1359 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1360 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1361 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1362 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1363 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1364 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1365 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1366 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1367 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1368 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1369 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1370 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1371 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1372 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1373 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1374 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1375 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1376 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1377 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1378 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1379 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1380 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1381 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1382 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1383 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1384 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1385 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1386 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1387 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1388 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1389 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1390 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1391 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1392 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1393 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1394 unit1394.c: plug the curl tool unit test in 2013-05-06 15:03:13 +02:00
test1395 dotdot: introducing dot file path cleanup 2013-06-22 14:15:07 +02:00
test1396 test1396: invoke the correct test tool! 2013-06-22 22:20:31 +02:00
test1397 test1397: unit test for certificate name wildcard handling 2014-03-25 23:01:37 +01:00
test1398 mprintf: allow %.s with data not being zero terminated 2014-05-04 23:39:52 +02:00
test1399 progress: prevent resetting t_starttransfer 2017-06-30 09:05:53 +02:00
test1400 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1401 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1402 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1403 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1404 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1405 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1406 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1407 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1408 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1409 tests: add 'FAILURE' keywords to tests 1409 and 1410 2013-08-11 19:56:11 +02:00
test1410 tests: add 'FAILURE' keywords to tests 1409 and 1410 2013-08-11 19:56:11 +02:00
test1411 HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue 2014-04-04 15:46:35 +02:00
test1412 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1413 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test1414 test1414: FTP PORT download without SIZE support 2013-07-16 22:54:31 +02:00
test1415 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1416 test1416: verify the chunked size overflow detection 2014-01-17 08:37:44 +01:00
test1417 test1417: verify chunked-encoding transfer without CR 2014-01-17 08:37:44 +01:00
test1418 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1419 ConnectionExists: re-use connections better 2014-02-16 14:30:02 +01:00
test1420 Revert "curl: don't set CURLOPT_INTERLEAVEDATA" 2017-12-11 00:00:17 +01:00
test1421 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1422 curl: don't pass semicolons when parsing Content-Disposition 2017-10-09 10:37:27 +02:00
test1423 test1423: added missing "file" to server section 2015-04-18 21:12:36 +02:00
test1424 curl -z: do not write empty file on unmet condition 2015-04-23 14:42:07 +02:00
test1425 curl: prevent binary output spewed to terminal 2017-06-16 23:38:13 +02:00
test1426 curl: prevent binary output spewed to terminal 2017-06-16 23:38:13 +02:00
test1427 test1427: verify command line parser integer overflow detection 2017-08-07 09:38:57 +02:00
test1428 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1429 http: fix response code parser to avoid integer overflow 2017-07-31 18:37:43 +02:00
test1430 spelling fixes 2017-03-26 23:56:23 +02:00
test1431 spelling fixes 2017-03-26 23:56:23 +02:00
test1432 spelling fixes 2017-03-26 23:56:23 +02:00
test1433 http: fix response code parser to avoid integer overflow 2017-07-31 18:37:43 +02:00
test1434 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1435 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test1436 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test1437 Added test 1437 to verify a memory leak 2016-02-19 10:45:09 +01:00
test1438 tests: Add some testcases for recent new features. 2016-11-26 17:04:55 +01:00
test1439 tests: Add some testcases for recent new features. 2016-11-26 17:04:55 +01:00
test1440 test1440/1: depend on well-defined file: behaviour 2017-03-12 23:27:00 +01:00
test1441 test1440/1: depend on well-defined file: behaviour 2017-03-12 23:27:00 +01:00
test1442 curl: check for end of input in writeout backslash handling 2017-03-25 23:48:57 +01:00
test1443 test1443: test --remote-time 2017-04-27 22:34:12 +02:00
test1444 tests: added --remote-time tests for remaining protocols that support it 2017-04-29 10:16:06 +02:00
test1445 tests: added --remote-time tests for remaining protocols that support it 2017-04-29 10:16:06 +02:00
test1446 tests: added --remote-time tests for remaining protocols that support it 2017-04-29 10:16:06 +02:00
test1447 test1447: require a curl with http support 2017-08-12 12:53:14 +02:00
test1448 test1448: verify redirect to IDN using URL 2017-08-13 00:04:27 +02:00
test1449 test1449: FTP download range with an too large size 2017-08-14 23:33:53 +02:00
test1450 test1450: add simple testing for DICT 2017-06-30 11:34:05 +02:00
test1451 test1451: add SMB support to the testbed 2017-07-04 10:41:58 +02:00
test1452 tests: mark data files as non-executable in git 2017-12-10 22:36:42 +01:00
test1453 test1453: Fixed <features> 2017-08-23 09:03:13 +02:00
test1500 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1501 FTP: prevent the multi interface from blocking 2012-11-04 19:05:39 +01:00
test1502 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1503 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1504 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1505 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1506 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1507 ftpserver.pl: Moved specifying the test number from the RCPT address 2013-09-29 10:02:00 +01:00
test1508 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test1509 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1510 test1510: another flaky test 2015-05-23 16:28:09 +02:00
test1511 tests: Fix a couple of incomplete response lines 2014-07-26 23:12:53 +02:00
test1512 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1513 test1513: make sure the callback is only called once 2015-11-24 23:33:37 +01:00
test1514 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1515 test 1515: add data check 2015-12-26 17:25:59 +01:00
test1516 tests: add test for bug #1327 (dns cache timeout) 2014-02-06 23:03:34 +01:00
test1517 tests: added test1517 2016-04-20 10:02:22 +02:00
test1520 test1520: Fixed initial teething problems 2014-12-28 13:04:15 +00:00
test1521 lib1521: add curl_easy_getinfo calls to the test set 2017-06-19 14:01:51 +02:00
test1525 CONNECT: reject TE or CL in 2xx responses 2016-12-01 16:18:36 +01:00
test1526 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1527 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1528 Revert "Proxy-Connection: stop sending this header by default" 2016-08-16 08:36:04 +02:00
test1529 tests: make sure CRLFs can't be used in URLs passed to proxy 2015-01-07 22:55:56 +01:00
test1530 test1530: added http to required features 2015-06-14 22:38:39 +02:00
test1531 test1531: verify POSTFIELDSIZE set after add_handle 2015-06-23 17:51:03 -07:00
test1532 easy: Reset all statistical session info in curl_easy_reset 2016-09-20 01:14:01 -04:00
test1533 New libcurl option to keep sending on error 2016-09-22 22:22:31 +02:00
test1534 url: Fix parsing for when 'file' is the default protocol 2017-01-12 15:37:11 -05:00
test1535 tests: Add some testcases for recent new features. 2016-11-26 17:04:55 +01:00
test1536 tests: Add some testcases for recent new features. 2016-11-26 17:04:55 +01:00
test1537 test1537: dedicated tests of the URL (un)escape API calls 2017-06-02 13:16:18 +02:00
test1538 test1538: added "verbose logs" keyword 2017-06-05 11:26:39 +02:00
test1540 tests: added missing keywords "chunked Transfer-Encoding" 2017-05-13 22:37:11 +02:00
test1550 PIPELINING_SERVER_BL: cleanup the internal list use 2017-06-19 09:14:49 +02:00
test1551 url: make the original string get used on subsequent transfers 2017-07-03 23:52:10 +02:00
test1552 multi_cleanup: call DONE on handles that never got that 2017-10-06 16:48:39 +02:00
test1553 pingpong: return error when trying to send without connection 2017-10-07 00:20:31 +02:00
test1554 conncache: fix several lock issues 2017-12-05 23:21:02 +01:00
test1600 unit1600: NTLM unit test 2015-02-03 20:37:44 +01:00
test1601 unit1601: MD5 unit tests 2015-02-03 23:05:55 +01:00
test1602 hostip: fix unintended destruction of hash table 2015-05-18 11:15:43 +02:00
test1603 unit1603: Added unit tests for hash functions 2015-11-12 22:49:32 +01:00
test1604 tool_doswin: Improve sanitization processing 2016-02-05 01:44:27 -05:00
test1605 test1605: verify negative input lengths to (un)escape functions 2016-09-14 07:49:43 +02:00
test1606 test1606: verify speedcheck 2017-04-06 17:38:23 +02:00
test1700 tests: fix the HTTP/2 tests 2016-06-19 23:59:52 +02:00
test1701 tests: fix the HTTP/2 tests 2016-06-19 23:59:52 +02:00
test1702 tests: fix the HTTP/2 tests 2016-06-19 23:59:52 +02:00
test1800 http2: disable server push if not requested 2017-01-15 11:45:32 +00:00
test1801 http2: disable server push if not requested 2017-01-15 11:45:32 +00:00
test1900 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test1901 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test1902 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test1903 tests: make test file names more unique 2017-05-09 21:52:05 +02:00
test1904 http-proxy: treat all 2xx as CONNECT success 2017-09-05 09:47:46 +02:00
test2000 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test2001 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test2002 tftp tests: verify sent options too 2015-11-06 10:55:30 +01:00
test2003 tftp tests: verify sent options too 2015-11-06 10:55:30 +01:00
test2004 tftp tests: verify sent options too 2015-11-06 10:55:30 +01:00
test2005 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2006 test2006: Updated expected output to include hash name 2012-09-18 00:14:34 +02:00
test2007 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2008 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2009 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2010 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2011 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2012 test2005 to test2016: improve failure detection 2012-06-29 15:44:50 +02:00
test2013 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2014 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2015 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2016 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2017 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2018 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2019 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2020 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2021 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2022 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2023 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2024 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2025 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2026 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2027 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2028 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2029 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2030 test203[0-3]: Expect the Host header to be the first header 2015-03-12 16:06:11 +01:00
test2031 tests: fixed a typo in some comments 2017-03-04 12:50:30 +01:00
test2032 test2032: mark as flaky (again) 2017-08-13 00:00:39 +02:00
test2033 test2033: this went flaky again 2017-08-11 23:53:47 +02:00
test2034 SSL: Add PEM format support for public key pinning 2014-11-24 19:30:09 +01:00
test2035 SSL: Add PEM format support for public key pinning 2014-11-24 19:30:09 +01:00
test2036 test2036: verify -O with no slash at all in the URL 2014-10-09 16:50:26 +02:00
test2037 SSL: Add PEM format support for public key pinning 2014-11-24 19:30:09 +01:00
test2038 SSL: Add PEM format support for public key pinning 2014-11-24 19:30:09 +01:00
test2039 test2039: fixed line endings that caused a test failure 2015-04-25 10:17:46 +02:00
test2040 test2040: verify basic auth on re-used connections 2015-06-17 07:43:13 +02:00
test2041 test2041: fixed line endings in protocol part 2015-07-02 08:32:18 +02:00
test2042 SSL: Pinned public key hash support 2015-07-01 19:43:47 +02:00
test2043 SSL: Add an option to disable certificate revocation checks 2015-07-17 02:40:16 -04:00
test2044 CURLOPT_DEFAULT_PROTOCOL: added 2015-08-22 21:57:14 -04:00
test2045 errors: new alias CURLE_WEIRD_SERVER_REPLY (8) 2016-09-07 21:24:27 -04:00
test2046 tests: use consistent environment variables for setting charset 2017-02-25 15:33:29 +01:00
test2047 tests: use consistent environment variables for setting charset 2017-02-25 15:33:29 +01:00
test2048 test2048: fix url 2016-09-18 15:33:15 -04:00
test2049 news: CURLOPT_CONNECT_TO and --connect-to 2016-04-17 23:50:59 +02:00
test2050 proxy: fix tests as follow-up to 93b0d907d5 2016-08-16 10:15:26 +02:00
test2051 news: CURLOPT_CONNECT_TO and --connect-to 2016-04-17 23:50:59 +02:00
test2052 news: CURLOPT_CONNECT_TO and --connect-to 2016-04-17 23:50:59 +02:00
test2053 CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly 2016-11-30 12:02:44 +01:00
test2054 CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly 2016-11-30 12:02:44 +01:00
test2055 tests: mark data files as non-executable in git 2017-12-10 22:36:42 +01:00
test2056 tests: add initial gssapi test using stub implementation 2017-09-15 14:09:08 +02:00
test2057 tests: add initial gssapi test using stub implementation 2017-09-15 14:09:08 +02:00
test2058 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2059 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2060 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2061 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2062 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2063 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2064 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2065 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2066 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2067 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2068 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2069 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
test2070 test: add tests to ensure basic file: URLs 2017-11-24 23:13:16 +01:00
test2071 test: add tests to ensure basic file: URLs 2017-11-24 23:13:16 +01:00
test2072 test: add test for bad UNC/SMB path in file: URL 2017-11-24 23:13:16 +01:00
test2073 curl_easy_reset: release mime-related data. 2017-12-20 19:33:50 +01:00