Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmdline-opts/ | 03-May-2024 | - | 4,258 | 3,560 | ||
examples/ | 03-May-2024 | - | 16,518 | 8,962 | ||
libcurl/ | 03-May-2024 | - | 35,443 | 23,414 | ||
BINDINGS.md | D | 03-May-2024 | 4.8 KiB | 119 | 64 | |
BUGS | D | 03-May-2024 | 12.5 KiB | 298 | 218 | |
CHECKSRC.md | D | 03-May-2024 | 4.3 KiB | 125 | 77 | |
CIPHERS.md | D | 03-May-2024 | 8.4 KiB | 427 | 373 | |
CMakeLists.txt | D | 03-May-2024 | 85 | 4 | 3 | |
CODE_OF_CONDUCT.md | D | 03-May-2024 | 1.6 KiB | 33 | 25 | |
CODE_STYLE.md | D | 03-May-2024 | 7.1 KiB | 239 | 178 | |
CONTRIBUTE.md | D | 03-May-2024 | 11.1 KiB | 268 | 193 | |
FAQ | D | 03-May-2024 | 65.4 KiB | 1,560 | 1,116 | |
FEATURES | D | 03-May-2024 | 6.1 KiB | 207 | 183 | |
HELP-US.md | D | 03-May-2024 | 3.1 KiB | 71 | 53 | |
HISTORY.md | D | 03-May-2024 | 9 KiB | 296 | 198 | |
HTTP-COOKIES.md | D | 03-May-2024 | 3.8 KiB | 105 | 69 | |
HTTP2.md | D | 03-May-2024 | 4.7 KiB | 127 | 94 | |
INSTALL | D | 03-May-2024 | 315 | 10 | 7 | |
INSTALL.cmake | D | 03-May-2024 | 3.7 KiB | 92 | 73 | |
INSTALL.md | D | 03-May-2024 | 19.3 KiB | 517 | 393 | |
INTERNALS.md | D | 03-May-2024 | 42.4 KiB | 1,082 | 818 | |
KNOWN_BUGS | D | 03-May-2024 | 22.4 KiB | 594 | 416 | |
LICENSE-MIXING.md | D | 03-May-2024 | 4.6 KiB | 128 | 90 | |
MAIL-ETIQUETTE | D | 03-May-2024 | 11.7 KiB | 286 | 208 | |
MANUAL | D | 03-May-2024 | 39.1 KiB | 1,060 | 695 | |
Makefile.am | D | 03-May-2024 | 3.1 KiB | 87 | 38 | |
README.cmake | D | 03-May-2024 | 678 | 17 | 13 | |
README.md | D | 03-May-2024 | 534 | 13 | 9 | |
README.netware | D | 03-May-2024 | 1,003 | 27 | 17 | |
README.win32 | D | 03-May-2024 | 866 | 26 | 16 | |
RELEASE-PROCEDURE | D | 03-May-2024 | 2.5 KiB | 96 | 63 | |
RESOURCES | D | 03-May-2024 | 2.3 KiB | 86 | 48 | |
ROADMAP.md | D | 03-May-2024 | 1.2 KiB | 43 | 28 | |
SECURITY.md | D | 03-May-2024 | 5.1 KiB | 117 | 87 | |
SSL-PROBLEMS.md | D | 03-May-2024 | 3.4 KiB | 88 | 61 | |
SSLCERTS.md | D | 03-May-2024 | 8.1 KiB | 174 | 137 | |
THANKS | D | 03-May-2024 | 24.1 KiB | 1,692 | 1,689 | |
TODO | D | 03-May-2024 | 42.5 KiB | 1,189 | 820 | |
TheArtOfHttpScripting | D | 03-May-2024 | 28.5 KiB | 759 | 534 | |
VERSIONS | D | 03-May-2024 | 2.3 KiB | 57 | 41 | |
curl-config.1 | D | 03-May-2024 | 4.3 KiB | 104 | 71 | |
curl.1 | D | 03-May-2024 | 121.6 KiB | 2,886 | 2,366 | |
mk-ca-bundle.1 | D | 03-May-2024 | 4.8 KiB | 120 | 91 |
README.cmake
1 _ _ ____ _ 2 ___| | | | _ \| | 3 / __| | | | |_) | | 4 | (__| |_| | _ <| |___ 5 \___|\___/|_| \_\_____| 6 7README.cmake 8 Read the README file first. 9 10 Curl contains CMake build files that provide a way to build Curl with the 11 CMake build tool (www.cmake.org). CMake is a cross platform meta build tool 12 that generates native makefiles and IDE project files. The CMake build 13 system can be used to build Curl on any of its supported platforms. 14 15 Read the INSTALL.cmake file for instructions on how to compile curl with 16 CMake. 17
README.md
1 2 3# Documentation 4 5You'll find a mix of various documentation in this directory and 6subdirectories, using several different formats. Some of them are not ideal 7for reading directly in your browser. 8 9If you'd rather see the rendered version of the documentation, check out the 10curl web site's [documentation section](https://curl.haxx.se/docs/) for 11general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for 12libcurl related documentation. 13
README.netware
1 _ _ ____ _ 2 ___| | | | _ \| | 3 / __| | | | |_) | | 4 | (__| |_| | _ <| |___ 5 \___|\___/|_| \_\_____| 6 7README.netware 8 9 Read the README file first. 10 11 Curl has been successfully compiled with gcc / nlmconv on different flavours 12 of Linux as well as with the official Metrowerks CodeWarrior compiler. 13 While not being the main development target, a continuously growing share of 14 curl users are NetWare-based, especially also consuming the lib from PHP. 15 16 The unix-style man pages are tricky to read on windows, so therefore all 17 those pages are also provided as web pages on the curl web site. 18 19 The main curl.1 man page is also "built-in" in the command line tool. Use a 20 command line similar to this in order to extract a separate text file: 21 22 curl -M >manual.txt 23 24 Read the INSTALL file for instructions on how to compile curl self. 25 26 27
README.win32
1 _ _ ____ _ 2 ___| | | | _ \| | 3 / __| | | | |_) | | 4 | (__| |_| | _ <| |___ 5 \___|\___/|_| \_\_____| 6 7README.win32 8 9 Read the README file first. 10 11 Curl has been compiled, built and run on all sorts of Windows and win32 12 systems. While not being the main develop target, a fair share of curl users 13 are win32-based. 14 15 The unix-style man pages are tricky to read on windows, so therefore all 16 those pages are also provided as web pages on the curl web site. 17 18 The main curl.1 man page is also "built-in" in the command line tool. Use a 19 command line similar to this in order to extract a separate text file: 20 21 curl -M >manual.txt 22 23 Read the INSTALL file for instructions on how to compile curl self. 24 25 26