History log of /curl/README.md (Results 1 – 25 of 49)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ce3dce90 31-Aug-2023 Viktor Szakats

tidy-up: mostly whitespace nits

- delete completed TODO from `./CMakeLists.txt`.
- convert a C++ comment to C89 in `./CMake/CurlTests.c`.
- delete duplicate EOLs from EOF.
- add

tidy-up: mostly whitespace nits

- delete completed TODO from `./CMakeLists.txt`.
- convert a C++ comment to C89 in `./CMake/CurlTests.c`.
- delete duplicate EOLs from EOF.
- add missing EOL at EOF.
- delete whitespace at EOL (except from expected test results).
- convert tabs to spaces.
- convert CRLF EOLs to LF in GHA yaml.
- text casing fixes in `./CMakeLists.txt`.
- fix a codespell typo in `packages/OS400/initscript.sh`.

Closes #11772

show more ...


# ec70d146 31-May-2023 Mark Seuffert <2429165+markseuffert@users.noreply.github.com>

README.md: updated link to opencollective

Closes #11232


# 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 ...


# 7399fa5b 30-Oct-2022 Daniel Stenberg

README.md: remove badges and xmas-tree garnish

URL: https://curl.se/mail/lib-2022-10/0050.html

Closes #9833


# 3c0050d1 09-Oct-2022 Aftab Alam <88653530+itsAftabAlam@users.noreply.github.com>

README.md: link the curl logo to the website

- Link the curl:// image to https://curl.se/

Closes https://github.com/curl/curl/pull/9675


# 75670e45 27-Sep-2022 Thiago Suchorski

docs: minor grammar fixes

Closes #9609


# fd1ce3d4 20-Sep-2022 Daniel Stenberg

docs: spellfixes

Pointed by the new CI job


# fda897f5 19-Sep-2022 Daniel Stenberg

docs: fix proselint complaints


# f315b540 17-Sep-2022 Marc Hoersken

README.md: add GHA status badges for Linux and macOS builds

This makes sense now that Linux builds are being consolidated.

Approved-by: Daniel Stenberg
Closes #9530

[sk

README.md: add GHA status badges for Linux and macOS builds

This makes sense now that Linux builds are being consolidated.

Approved-by: Daniel Stenberg
Closes #9530

[skip ci]

show more ...


# 6c616ba1 14-Jun-2022 Daniel Stenberg

README.md: use the common "Copyright" style formatting

Closes #9006


# 20e05073 14-Jun-2022 Daniel Stenberg

README.md: add a REUSE badge

Closes #9004


# 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 ...


# 754ee8e0 21-Feb-2022 Daniel Stenberg

README: disable linkchecks for the sponsor links

Closes #8489


# 3369f9f2 14-Feb-2022 Kantanat Wannapaka

README.md: fix link and layout

replace <a></a> tags and <img></img> tags

Closes #8448


# 7c1ede7b 25-Dec-2021 Stefan Huber

README: label the link to the support document

Closes #8185


# 1760258b 16-Dec-2021 Daniel Stenberg

docs: fix dead links, remove ECH.md


# 76d6e719 26-Nov-2021 Daniel Stenberg

docs: address proselint nits

- avoid exclamation marks
- use consistent number of spaces after periods: one
- avoid clichés
- avoid using 'very'

Closes #8060


# a28464ae 31-Oct-2021 Daniel Stenberg

docs: reduce/avoid English contractions

You're => You are
Hasn't => Has not
Doesn't => Does not
Don't => Do not
You'll => You will
etc

Closes #7930


# b7ca0cfe 29-Jun-2021 Daniel Stenberg

CI: remove travis details

Rename still used leftovers to "zuul" as that's now the CI using them.

Closes #7313


# 25db8fa0 23-Apr-2021 Daniel Stenberg

README: link to the commercial support option


# b97718ab 19-Apr-2021 Viktor Szakats

README.md: delete Codacy UTM parameters & follow permanent redirect [ci skip]

UTM parameters leak referrer and various marketing/tracking information
even if these would normally be stri

README.md: delete Codacy UTM parameters & follow permanent redirect [ci skip]

UTM parameters leak referrer and various marketing/tracking information
even if these would normally be stripped by website or client policy.
This link also works fine without them. Also took the opportunity to
update the URL to the one pointed to by the previous one via permanent
redirect.

Reviewed-by: Daniel Stenberg
Closes #6919

show more ...


Revision tags: curl-7_76_1, curl-7_76_0, 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
# 33bca7c9 11-Sep-2020 Daniel Stenberg

docs/LICENSE-MIXING: remove

This document is not maintained and I feel that it doesn't provide much
value to users anymore (if it ever did).

Closes #5955


Revision tags: tiny-curl-7_72_0, curl-7_72_0
# 3d221409 16-Aug-2020 H3RSKO <34112131+H3RSKO@users.noreply.github.com>

docs: change "web site" to "website"

According to wikipedia:

While "web site" was the original spelling, this variant has become
rarely used, and "website" has become the stan

docs: change "web site" to "website"

According to wikipedia:

While "web site" was the original spelling, this variant has become
rarely used, and "website" has become the standard spelling

Closes #5822

show more ...


Revision tags: curl-7_71_1, curl-7_71_0, curl-7_70_0, curl-7_69_1
# 86ceb9b0 03-Mar-2020 Marc Hoersken

README.md: add Azure DevOps Pipelines build status badge


12