#
5b87b4ed |
| 28-Aug-2024 |
Viktor Szakats |
test1013.pl: require case match for features, order match for protos, fix issue Update the script for test 1013 and 1014 to require: - case-sensitive match for the curl feature list
test1013.pl: require case match for features, order match for protos, fix issue Update the script for test 1013 and 1014 to require: - case-sensitive match for the curl feature list. (Continue to allow case-difference for protocols. They've always been in uppercase within curl config.) - matching order for the protocol list. (Continue to allow any order for features. autotools builds on platforms without `sort -f` need it. E.g. Old Linux CI) Also: - fix casing of the `gsasl` feature in `configure`, to match `curl -V` and cmake. - delete obsolete comment. Closes #14706
show more ...
|
#
96a1a05f |
| 04-Jul-2024 |
Viktor Szakats |
build: add Debug, TrackMemory, ECH to feature list Also: - remove stray `ECH` and `HTTPSRR` from cmake protocol list. - stop excluding `Debug` and `TrackMemory` in `test101
build: add Debug, TrackMemory, ECH to feature list Also: - remove stray `ECH` and `HTTPSRR` from cmake protocol list. - stop excluding `Debug` and `TrackMemory` in `test1013.pl`. - configure: delete `CURL_CHECK_CURLDEBUG` check. Ref: 065047dc62cba3efde597fa5420d112fc2f4c500 This check was effectively doing nothing, except disabling `--enable-curldebug` in `curl-config` for Cygwin/MSYS/cegcc/OS2/AIX targets with c-ares enabled. Closes #14096
show more ...
|
#
2583d11f |
| 04-Jul-2024 |
Viktor Szakats |
tests: delete `CharConv` remains Closes #14100
|
#
2bc1d775 |
| 02-Jan-2023 |
Daniel Stenberg |
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - save
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
show more ...
|
#
ad9bc597 |
| 17-May-2022 |
max.mehl |
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
show more ...
|
#
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 ...
|
Revision tags: curl-7_76_1, curl-7_76_0 |
|
#
dcccd8dd |
| 09-Mar-2021 |
Daniel Stenberg |
configure: provide Largefile feature for curl-config ... as cmake now does it correctly, and make test1014 check for it Closes #6702
|
Revision tags: curl-7_75_0, curl-7_74_0 |
|
#
4d2f8006 |
| 04-Nov-2020 |
Daniel Stenberg |
curl.se: new home Closes #6172
|
Revision tags: 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 |
|
#
9a8b3b3e |
| 23-Mar-2020 |
Daniel Stenberg |
copyright: fix out-of-date copyright ranges and missing headers Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyrigh
copyright: fix out-of-date copyright ranges and missing headers Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
show more ...
|
Revision tags: 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 |
|
#
4e11bd15 |
| 24-Jul-2014 |
Daniel Stenberg |
test1013.pl: GSS-Negotiate doesn't exist as a feature anymore
|
#
a8206adc |
| 22-Jul-2014 |
Daniel Stenberg |
test1013.pl: remove SPNEGO/GSS-API tweaks No longer necessary after Michael Osipov's rework
|
Revision tags: curl-7_37_1, curl-7_37_0 |
|
#
71ea31ae |
| 18-May-2014 |
Daniel Stenberg |
test1014: GSS-API is only in curl-config. not in curl Follow-up to commit 121bcfee5d1. curl-config --features now lists GSS-API but it is not a listed feature in curl -V. This should pro
test1014: GSS-API is only in curl-config. not in curl Follow-up to commit 121bcfee5d1. curl-config --features now lists GSS-API but it is not a listed feature in curl -V. This should probably be synchronized.
show more ...
|
Revision tags: curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0, curl-7_30_0, curl-7_29_0, curl-7_28_1, curl-7_28_0, curl-7_27_0 |
|
#
0f15ed16 |
| 20-Jul-2012 |
Guenter Knauf |
Fixed CR issue with Win32 version on MSYS. Previous fix didnt work on Linux ...
|
#
5d80017f |
| 20-Jul-2012 |
Guenter Knauf |
Fixed CR issue with Win32 version on MSYS.
|
#
a03100c3 |
| 27-May-2012 |
Daniel Stenberg |
test1013.pl: filter out Metalink Since it isn't a feature supported by curl-config we can't compare that with the --version output
|
Revision tags: curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1 |
|
#
46b112bc |
| 16-Feb-2010 |
Yang Tse |
replaced tabs with spaces
|
#
a07bc791 |
| 14-Feb-2010 |
Yang Tse |
removed trailing whitespace
|
Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6 |
|
#
1d97f134 |
| 10-Jun-2009 |
Yang Tse |
TrackMemory is another feature not supported by curl-config
|
Revision tags: curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0, curl-7_18_2, curl-7_18_1 |
|
#
ce164956 |
| 08-Feb-2008 |
Dan Fandrich |
Added tests 1022 and 1023 to validate output of curl-config --version and --vernum
|
Revision tags: curl-7_18_0 |
|
#
2f3d5205 |
| 01-Nov-2007 |
Dan Fandrich |
Ignore more features that curl-config is not expected to know about
|
#
6f335318 |
| 01-Nov-2007 |
Dan Fandrich |
Added test case 1014 to compare curl-config --features with curl --version
|
#
16897354 |
| 01-Nov-2007 |
Dan Fandrich |
Added test case 1013 to check that curl-config --protocols matches the protocols listed in curl --version
|