summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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