summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - 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
* README.md: remove badges and xmas-tree garnishDaniel Stenberg2022-11-011-28/+2
| | | | | | URL: https://curl.se/mail/lib-2022-10/0050.html Closes #9833
* README.md: link the curl logo to the websiteAftab Alam2022-10-111-1/+1
| | | | | | - Link the curl:// image to https://curl.se/ Closes https://github.com/curl/curl/pull/9675
* docs: minor grammar fixesThiago Suchorski2022-09-291-1/+1
| | | | Closes #9609
* docs: spellfixesDaniel Stenberg2022-09-211-1/+1
| | | | Pointed by the new CI job
* docs: fix proselint complaintsDaniel Stenberg2022-09-191-1/+1
|
* README.md: add GHA status badges for Linux and macOS buildsMarc Hoersken2022-09-171-0/+2
| | | | | | | | | This makes sense now that Linux builds are being consolidated. Approved-by: Daniel Stenberg Closes #9530 [skip ci]
* README.md: use the common "Copyright" style formattingDaniel Stenberg2022-06-141-1/+1
| | | | Closes #9006
* README.md: add a REUSE badgeDaniel Stenberg2022-06-141-0/+1
| | | | Closes #9004
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+6
| | | | | | | | | | | 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
* README: disable linkchecks for the sponsor linksDaniel Stenberg2022-02-211-1/+1
| | | | Closes #8489
* README.md: fix link and layoutKantanat Wannapaka2022-02-151-15/+14
| | | | | | replace <a></a> tags and <img></img> tags Closes #8448
* README: label the link to the support documentStefan Huber2021-12-261-1/+1
| | | | Closes #8185
* docs: fix dead links, remove ECH.mdDaniel Stenberg2021-12-171-1/+0
|
* docs: address proselint nitsDaniel Stenberg2021-11-261-2/+2
| | | | | | | | | - avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
* docs: reduce/avoid English contractionsDaniel Stenberg2021-11-071-1/+1
| | | | | | | | | | | You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
* CI: remove travis detailsDaniel Stenberg2021-06-291-1/+0
| | | | | | Rename still used leftovers to "zuul" as that's now the CI using them. Closes #7313
* README: link to the commercial support optionDaniel Stenberg2021-04-231-0/+5
|
* README.md: delete Codacy UTM parameters & follow permanent redirect [ci skip]Viktor Szakats2021-04-191-1/+1
| | | | | | | | | | | 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
* curl.se: new homeDaniel Stenberg2020-11-041-10/+10
| | | | Closes #6172
* docs/LICENSE-MIXING: removeDaniel Stenberg2020-09-111-3/+1
| | | | | | | This document is not maintained and I feel that it doesn't provide much value to users anymore (if it ever did). Closes #5955
* docs: change "web site" to "website"H3RSKO2020-08-171-1/+1
| | | | | | | | | 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
* README.md: add Azure DevOps Pipelines build status badgeMarc Hoersken2020-03-031-0/+1
|
* travis: remove "coverage", make it "torture"Daniel Stenberg2019-12-101-1/+0
| | | | | | | | The coveralls service and test coverage numbers are just too unreliable. Removed badge from README.md as well. Fixes #4694 Closes #4695
* README: minor grammar fixYechiel Kalmenson2019-09-261-1/+1
| | | | Closes #4431
* README: add OSS-Fuzz badge [skip ci]Daniel Stenberg2019-09-191-0/+1
| | | | Closes #4380
* docs: minor polish to the bug bounty / security docsReed Loden2019-04-291-1/+1
| | | | Closes #3811
* docs/BUG-BOUNTY: bug bounty time [skip ci]Daniel Stenberg2019-04-221-0/+5
| | | | | | | | | | Introducing the curl bug bounty program on hackerone. We now recommend filing security issues directly in the hackerone ticket system which only is readable to curl security team members. Assisted-by: Daniel Gustafsson Closes #3488
* README.md: fix no-consecutive-blank-lines Codacy warningMarcel Raad2019-04-111-1/+0
| | | | | | Consistently use one blank line between blocks. Closes https://github.com/curl/curl/pull/3739
* cirrus: Added FreeBSD builds using Cirrus CI.Dan Fandrich2019-02-101-0/+1
| | | | | | | | The build logs will be at https://cirrus-ci.com/github/curl/curl Some tests are currently failing and so disabled for now. The SSH server isn't starting for the SSH tests due to unsupported options used in its config file. The DICT server also is failing on startup.
* README: add codacy code quality badgeDaniel Stenberg2019-01-151-0/+1
| | | | [skip ci]
* replace rawgit links [ci skip]Viktor Szakats2018-10-121-1/+1
| | | | | | Ref: https://rawgit.com/ "RawGit has reached the end of its useful life" Ref: https://news.ycombinator.com/item?id=18202481 Closes https://github.com/curl/curl/pull/3131
* whitespace fixesViktor Szakats2018-09-231-2/+0
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* README: add appveyor build badge [ci skip]Daniel Stenberg2018-08-241-1/+2
| | | | Closes #2913
* README.md: add LGTM.com code quality grade for C/C++Bas van Schaik2018-08-091-1/+3
| | | | Closes #2857
* README.md: add backers and sponsorsJess2018-04-171-0/+27
| | | | Closes #2484
* README: language fixBruno Grasselli2018-02-121-1/+1
| | | | | | s/off/from Closes #2300
* README.md: fixed layouthsiao yi2017-11-121-0/+1
| | | | Closes #2069
* README.md: show the coverall coverage on githubDaniel Stenberg2017-06-061-0/+1
|
* README.md: add coverity and travis badgesDaniel Stenberg2017-03-101-0/+2
|
* README.md: add our CII Best Practices badgeDaniel Stenberg2016-08-151-0/+1
|
* README.md: change host name for the svg logoDaniel Stenberg2016-06-281-1/+1
| | | | | | rawgit.com asks to use the domain cdn.rawgit.com for production See #900
* README.md: use the SVG logoViktor Szakats2016-06-281-1/+1
|
* README.md: logo on top!Daniel Stenberg2016-06-281-0/+1
|
* README.md: polishJonathan2016-05-301-6/+6
| | | | Closes #834
* README.md: linkifiedDaniel Stenberg2016-03-071-16/+17
| | | | | | | It also makes it less readable as plain text, so let's keep this primarily for github use. Removed the top ascii art logo, as it looks weird when markdownified.
* README.md: markdown version of READMEDaniel Stenberg2016-03-071-0/+44
Attempt to make it look more appealing on github