Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.circleci/ | 12-May-2024 | - | 74 | 42 | ||
.github/ | 12-May-2024 | - | 359 | 267 | ||
.muse/ | 12-May-2024 | - | 9 | 6 | ||
CMake/ | 12-May-2024 | - | 2,261 | 1,993 | ||
docs/ | 12-May-2024 | - | 78,663 | 52,215 | ||
include/ | 12-May-2024 | - | 5,309 | 2,679 | ||
lib/ | 12-May-2024 | - | 151,306 | 101,117 | ||
m4/ | 12-May-2024 | - | 13,392 | 12,481 | ||
packages/ | 12-May-2024 | - | 17,880 | 15,662 | ||
plan9/ | 12-May-2024 | - | 297 | 206 | ||
projects/ | 12-May-2024 | - | 55,117 | 54,425 | ||
scripts/ | 12-May-2024 | - | 2,087 | 1,258 | ||
src/ | 12-May-2024 | - | 20,047 | 13,952 | ||
tests/ | 12-May-2024 | - | 162,643 | 131,687 | ||
winbuild/ | 12-May-2024 | - | 1,127 | 904 | ||
zuul.d/ | 12-May-2024 | - | 724 | 599 | ||
.azure-pipelines.yml | D | 12-May-2024 | 9.2 KiB | 203 | 155 | |
.cirrus.yml | D | 12-May-2024 | 6.4 KiB | 130 | 90 | |
.dcignore | D | 12-May-2024 | 34 | 4 | 3 | |
.dir-locals.el | D | 12-May-2024 | 1.3 KiB | 32 | 7 | |
.gitattributes | D | 12-May-2024 | 304 | 15 | 13 | |
.gitignore | D | 12-May-2024 | 594 | 61 | 60 | |
.lgtm.yml | D | 12-May-2024 | 1.4 KiB | 32 | 10 | |
.mailmap | D | 12-May-2024 | 3.8 KiB | 79 | 78 | |
BUILD.gn | D | 12-May-2024 | 12.3 KiB | 400 | 381 | |
CHANGES | D | 12-May-2024 | 317 | 8 | 5 | |
CMakeLists.txt | D | 12-May-2024 | 57.1 KiB | 1,575 | 1,396 | |
COPYING | D | 12-May-2024 | 1.1 KiB | 23 | 17 | |
GIT-INFO | D | 12-May-2024 | 1.3 KiB | 45 | 30 | |
MacOSX-Framework | D | 12-May-2024 | 6.1 KiB | 159 | 96 | |
Makefile.am | D | 12-May-2024 | 28.6 KiB | 746 | 645 | |
Makefile.dist | D | 12-May-2024 | 2.8 KiB | 116 | 69 | |
OAT.xml | D | 12-May-2024 | 6.8 KiB | 115 | 62 | |
README | D | 12-May-2024 | 1.6 KiB | 56 | 34 | |
README.OpenSource | D | 12-May-2024 | 491 | 12 | 11 | |
README.md | D | 12-May-2024 | 4.9 KiB | 89 | 62 | |
RELEASE-NOTES | D | 12-May-2024 | 18.3 KiB | 400 | 388 | |
SECURITY.md | D | 12-May-2024 | 370 | 11 | 6 | |
acinclude.m4 | D | 12-May-2024 | 66.5 KiB | 2,602 | 2,449 | |
appveyor.yml | D | 12-May-2024 | 10.9 KiB | 319 | 283 | |
buildconf | D | 12-May-2024 | 124 | 5 | 2 | |
buildconf.bat | D | 12-May-2024 | 7.8 KiB | 318 | 274 | |
bundle.json | D | 12-May-2024 | 982 | 33 | 33 | |
cacert.pem | D | 12-May-2024 | 203.2 KiB | 3,233 | 3,101 | |
configure.ac | D | 12-May-2024 | 122.5 KiB | 4,273 | 3,818 | |
curl-config.in | D | 12-May-2024 | 5.2 KiB | 195 | 139 | |
libcurl.pc.in | D | 12-May-2024 | 1.5 KiB | 40 | 37 | |
maketgz | D | 12-May-2024 | 5.9 KiB | 218 | 108 |
README
1 _ _ ____ _ 2 ___| | | | _ \| | 3 / __| | | | |_) | | 4 | (__| |_| | _ <| |___ 5 \___|\___/|_| \_\_____| 6 7 README 8 9 Curl is a command line tool for transferring data specified with URL 10 syntax. Find out how to use curl by reading the curl.1 man page or the 11 MANUAL document. Find out how to install Curl by reading the INSTALL 12 document. 13 14 libcurl is the library curl is using to do its job. It is readily 15 available to be used by your software. Read the libcurl.3 man page to 16 learn how! 17 18 You find answers to the most frequent questions we get in the FAQ document. 19 20 Study the COPYING file for distribution terms. 21 22 Those documents and more can be found in the docs/ directory. 23 24 CONTACT 25 26 If you have problems, questions, ideas or suggestions, please contact us 27 by posting to a suitable mailing list. See https://curl.se/mail/ 28 29 All contributors to the project are listed in the THANKS document. 30 31 WEBSITE 32 33 Visit the curl website for the latest news and downloads: 34 35 https://curl.se/ 36 37 GIT 38 39 To download the very latest source off the GIT server do this: 40 41 git clone https://github.com/curl/curl.git 42 43 (you'll get a directory named curl created, filled with the source code) 44 45 SECURITY PROBLEMS 46 47 Report suspected security problems via our HackerOne page and not in public! 48 49 https://hackerone.com/curl 50 51 NOTICE 52 53 Curl contains pieces of source code that is Copyright (c) 1998, 1999 54 Kungliga Tekniska Högskolan. This notice is included here to comply with the 55 distribution terms. 56
README.OpenSource
1 [ 2 { 3 "Name": "curl", 4 "License": "Curl License", 5 "License File": "COPYING", 6 "Version Number": "7.78.0", 7 "Owner": "stesen.ma@huawei.com", 8 "Upstream URL": "http://curl.haxx.se/", 9 "Description": "A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features." 10 } 11 ] 12
README.md
1  2 3 [](https://bestpractices.coreinfrastructure.org/projects/63) 4 [](https://scan.coverity.com/projects/curl) 5 [](https://ci.appveyor.com/project/curlorg/curl) 6 [](https://dev.azure.com/daniel0244/curl/_build/latest?definitionId=1&branchName=master) 7 [](https://cirrus-ci.com/github/curl/curl) 8 [](#backers) 9 [](#sponsors) 10 [](https://lgtm.com/projects/g/curl/curl/context:cpp) 11 [](https://app.codacy.com/app/curl/curl) 12 [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:curl) 13 14 Curl is a command-line tool for transferring data specified with URL 15 syntax. Find out how to use curl by reading [the curl.1 man 16 page](https://curl.se/docs/manpage.html) or [the MANUAL 17 document](https://curl.se/docs/manual.html). Find out how to install Curl 18 by reading [the INSTALL document](https://curl.se/docs/install.html). 19 20 libcurl is the library curl is using to do its job. It is readily available to 21 be used by your software. Read [the libcurl.3 man 22 page](https://curl.se/libcurl/c/libcurl.html) to learn how! 23 24 You can find answers to the most frequent questions we get in [the FAQ 25 document](https://curl.se/docs/faq.html). 26 27 Study [the COPYING file](https://curl.se/docs/copyright.html) for 28 distribution terms. 29 30 ## Contact 31 32 If you have problems, questions, ideas or suggestions, please contact us by 33 posting to a suitable [mailing list](https://curl.se/mail/). 34 35 All contributors to the project are listed in [the THANKS 36 document](https://curl.se/docs/thanks.html). 37 38 ## Commercial support 39 40 For commercial support, maybe private and dedicated help with your problems or 41 applications using (lib)curl: https://curl.se/support.html 42 43 ## Website 44 45 Visit the [curl website](https://curl.se/) for the latest news and 46 downloads. 47 48 ## Git 49 50 To download the very latest source from the Git server do this: 51 52 git clone https://github.com/curl/curl.git 53 54 (you'll get a directory named curl created, filled with the source code) 55 56 ## Security problems 57 58 Report suspected security problems via [our HackerOne 59 page](https://hackerone.com/curl) and not in public! 60 61 ## Notice 62 63 Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga 64 Tekniska Högskolan. This notice is included here to comply with the 65 distribution terms. 66 67 ## Backers 68 69 Thank you to all our backers! �� [[Become a backer](https://opencollective.com/curl#backer)] 70 71 <a href="https://opencollective.com/curl#backers" target="_blank"><img src="https://opencollective.com/curl/backers.svg?width=890"></a> 72 73 ## Sponsors 74 75 Support this project by becoming a sponsor. Your logo will show up here with a 76 link to your website. [[Become a 77 sponsor](https://opencollective.com/curl#sponsor)] 78 79 <a href="https://opencollective.com/curl/sponsor/0/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/0/avatar.svg"></a> 80 <a href="https://opencollective.com/curl/sponsor/1/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/1/avatar.svg"></a> 81 <a href="https://opencollective.com/curl/sponsor/2/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/2/avatar.svg"></a> 82 <a href="https://opencollective.com/curl/sponsor/3/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/3/avatar.svg"></a> 83 <a href="https://opencollective.com/curl/sponsor/4/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/4/avatar.svg"></a> 84 <a href="https://opencollective.com/curl/sponsor/5/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/5/avatar.svg"></a> 85 <a href="https://opencollective.com/curl/sponsor/6/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/6/avatar.svg"></a> 86 <a href="https://opencollective.com/curl/sponsor/7/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/7/avatar.svg"></a> 87 <a href="https://opencollective.com/curl/sponsor/8/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/8/avatar.svg"></a> 88 <a href="https://opencollective.com/curl/sponsor/9/website" target="_blank"><img src="https://opencollective.com/curl/sponsor/9/avatar.svg"></a> 89