#
7c140f6b |
| 13-Feb-2022 |
Daniel Stenberg |
runtests: set 'oldlibssh' for libssh versions before 0.9.6 ... and make test 1459 check for the different return code then. Closes #8444
|
Revision tags: curl-7_76_1, curl-7_76_0 |
|
#
73684761 |
| 09-Feb-2021 |
Fabian Keil |
runtests.pl: support the nonewline attribute for the data part Added to FILEFORMAT Closes #8239
|
#
cfb4f8b6 |
| 09-Jan-2022 |
Daniel Stenberg |
runtests: make 'wolfssl' a testable feature Closes #8252
|
#
1fefa1a8 |
| 09-Jan-2022 |
Daniel Stenberg |
runtests: make 'rustls' a testable feature
|
Revision tags: curl-7_75_0 |
|
#
87427298 |
| 23-Jan-2021 |
Fabian Keil |
tests/FILEFORMAT.md: fix typo
|
#
d2f712dd |
| 03-Jan-2022 |
Daniel Stenberg |
runtests: add verify/socks check If used, this data is compared with the data in log/socksd-request.log which the socksd server logs. Added to FILEFORMAT.md
|
#
f4cafa4f |
| 13-Nov-2021 |
Daniel Stenberg |
runtests: make the SSH library a testable feature libssh2, libssh and wolfssh
|
#
d1e7d919 |
| 26-Sep-2021 |
Mats Lindestam |
libssh2: add SHA256 fingerprint support Added support for SHA256 fingerprint in command line curl and in libcurl. Closes #7646
|
#
265b14d6 |
| 01-Jun-2021 |
Daniel Stenberg |
metalink: remove Warning: this will make existing curl command lines that use metalink to stop working. Reasons for removal: 1. We've found several security problems an
metalink: remove Warning: this will make existing curl command lines that use metalink to stop working. Reasons for removal: 1. We've found several security problems and issues involving the metalink support in curl. The issues are not detailed here. When working on those, it become apparent to the team that several of the problems are due to the system design, metalink library API and what the metalink RFC says. They are very hard to fix on the curl side only. 2. The metalink usage with curl was only very briefly documented and was not following the "normal" curl usage pattern in several ways, making it surprising and non-intuitive which could lead to further security issues. 3. The metalink library was last updated 6 years ago and wasn't so active the years before that either. An unmaintained library means there's a security problem waiting to happen. This is probably reason enough. 4. Metalink requires an XML parsing library, which is complex code (even the smaller alternatives) and to this day often gets security updates. 5. Metalink is not a widely used curl feature. In the 2020 curl user survey, only 1.4% of the responders said that they'd are using it. In 2021 that number was 1.2%. Searching the web also show very few traces of it being used, even with other tools. 6. The torrent format and associated technology clearly won for downloading large files from multiple sources in parallel. Cloes #7176
show more ...
|
#
b193fd3b |
| 03-Jun-2021 |
Daniel Stenberg |
runtests: enable 'hyper mode' only for HTTP tests The 'hyper mode' makes line-ending checks work in the test suite for when hyper is used. Now it also requires that HTTP or HTTPS are
runtests: enable 'hyper mode' only for HTTP tests The 'hyper mode' makes line-ending checks work in the test suite for when hyper is used. Now it also requires that HTTP or HTTPS are mentioned as keywords to be enabled so that it doesn't wrongly adjusts tests for other protocols. This makes test 271 (TFTP) work again in hyper enabled builds. Closes #7185
show more ...
|
#
23e9b96a |
| 04-May-2021 |
Daniel Stenberg |
FILEFORMAT: mention sectransp as a feature Been supported since at least 40259ca65 Closes #7001
|
#
1269c80a |
| 20-Jan-2021 |
Stephan Szabo |
file: Support unicode urls on windows Closes https://github.com/curl/curl/pull/6501
|
Revision tags: curl-7_74_0, curl-7_73_0, tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1, curl-7_71_0, curl-7_70_0, curl-7_69_1, curl-7_69_0, curl-7_68_0, curl-7_67_0, curl-7_66_0, curl-7_65_3, curl-7_65_2, curl-7_65_1, curl-7_65_0, curl-7_64_1, curl-7_64_0, curl-7_63_0, curl-7_62_0, curl-7_61_1, curl-7_61_0, curl-7_60_0, curl-7_59_0, curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0, curl-7_55_1, curl-7_55_0, curl-7_54_1, curl-7_54_0, curl-7_53_1, curl-7_53_0, curl-7_52_1, curl-7_52_0, curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0, curl-7_48_0, curl-7_47_1, curl-7_47_0, curl-7_46_0, curl-7_45_0, curl-7_44_0, curl-7_43_0, curl-7_42_1, curl-7_42_0, curl-7_41_0, curl-7_40_0, curl-7_39_0, curl-7_38_0, curl-7_37_1 |
|
#
203dc007 |
| 16-Jun-2014 |
Fabian Keil |
runtests.pl: add %TESTNUMBER variable to make copying tests more convenient
|
#
725ec470 |
| 31-Dec-2020 |
Emil Engler |
language: s/behaviour/behavior/g We currently use both spellings the british "behaviour" and the american "behavior". However "behavior" is more used in the project so I think it's w
language: s/behaviour/behavior/g We currently use both spellings the british "behaviour" and the american "behavior". However "behavior" is more used in the project so I think it's worth dropping the british name. Closes #6395
show more ...
|
#
48b85c46 |
| 16-Nov-2020 |
Daniel Stenberg |
runtests: add support for gophers, gopher over TLS
|
#
34bb59a8 |
| 11-Dec-2020 |
Daniel Stenberg |
runtests: add 'wakeup' as a feature
|
#
e12825c6 |
| 11-Dec-2020 |
Daniel Stenberg |
runtests: add support for %if [feature] conditions ... to make tests run differently or expect different results depending on what features that are present or not in curl. Bonu
runtests: add support for %if [feature] conditions ... to make tests run differently or expect different results depending on what features that are present or not in curl. Bonus: initial minor 'Hyper' awareness but nothing is using that yet Closes #6304
show more ...
|
#
082422b1 |
| 26-Nov-2020 |
Daniel Stenberg |
runtests: make 'c-ares' a "feature" to depend on ... also added to the docs.
|
#
2cfc4ed9 |
| 02-Nov-2020 |
Daniel Stenberg |
hsts: add read/write callbacks - read/write callback options - man pages for the 4 new setopts - test 1915 verifies the callbacks Closes #5896
|
#
b8e4d1cb |
| 03-Oct-2020 |
Daniel Stenberg |
runtests: add %repeat[]% for test files ... and use this new keywords in all the test files larger than 50K to reduce their sizes and make them a lot easier to read and understand.
runtests: add %repeat[]% for test files ... and use this new keywords in all the test files larger than 50K to reduce their sizes and make them a lot easier to read and understand. Closes #6040
show more ...
|
#
e6b21d42 |
| 02-Oct-2020 |
Daniel Stenberg |
runtests: provide curl's version string as %VERSION for tests ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Close
runtests: provide curl's version string as %VERSION for tests ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
show more ...
|
#
2dd53e82 |
| 01-Oct-2020 |
Daniel Stenberg |
runtests: allow generating a binary sequence from hex
|
#
4a4c7245 |
| 25-Sep-2020 |
Daniel Stenberg |
ftp: make a 552 response return CURLE_REMOTE_DISK_FULL Added test 348 to verify. Added a 'STOR' command to the test FTP server to enable test 348. Documented the command in FILEFORMAT.md
ftp: make a 552 response return CURLE_REMOTE_DISK_FULL Added test 348 to verify. Added a 'STOR' command to the test FTP server to enable test 348. Documented the command in FILEFORMAT.md Reported-by: Duncan Wilcox Fixes #6016 Closes #6017
show more ...
|
#
304aeace |
| 15-Sep-2020 |
Daniel Stenberg |
tests/FILEFORMAT: document type=shell for <command>
|
#
8854b928 |
| 15-Sep-2020 |
Daniel Stenberg |
tests/FILEFORMAT: document nonewline support for <file> The one in <client>, that creates files. Follow-up from b83947c8df7
|