|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| cmdline-opts/ | | 03-May-2024 | - | 2,505 | 2,086 |
| examples/ | | 03-May-2024 | - | 15,658 | 8,567 |
| libcurl/ | | 03-May-2024 | - | 28,118 | 17,646 |
| .gitignore | D | 03-May-2024 | 13 | 3 | 2 |
| BINDINGS.md | D | 03-May-2024 | 4.2 KiB | 107 | 56 |
| BUGS | D | 03-May-2024 | 5.9 KiB | 147 | 104 |
| CHECKSRC.md | D | 03-May-2024 | 4.3 KiB | 125 | 77 |
| 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 | 10.2 KiB | 248 | 176 |
| FAQ | D | 03-May-2024 | 66.1 KiB | 1,581 | 1,131 |
| FEATURES | D | 03-May-2024 | 6.1 KiB | 207 | 183 |
| HISTORY.md | D | 03-May-2024 | 8.7 KiB | 279 | 186 |
| 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 | 4.1 KiB | 101 | 80 |
| INSTALL.md | D | 03-May-2024 | 19.2 KiB | 514 | 391 |
| INTERNALS.md | D | 03-May-2024 | 42.6 KiB | 1,096 | 829 |
| KNOWN_BUGS | D | 03-May-2024 | 23.7 KiB | 631 | 444 |
| LICENSE-MIXING.md | D | 03-May-2024 | 4.6 KiB | 128 | 90 |
| MAIL-ETIQUETTE | D | 03-May-2024 | 10.6 KiB | 265 | 191 |
| MANUAL | D | 03-May-2024 | 38 KiB | 1,039 | 679 |
| Makefile.am | D | 03-May-2024 | 2 KiB | 63 | 28 |
| 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 KiB | 28 | 18 |
| README.win32 | D | 03-May-2024 | 888 | 27 | 17 |
| RELEASE-PROCEDURE | D | 03-May-2024 | 2.4 KiB | 93 | 60 |
| RESOURCES | D | 03-May-2024 | 2.2 KiB | 84 | 47 |
| ROADMAP.md | D | 03-May-2024 | 4.4 KiB | 143 | 98 |
| 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 | 7.7 KiB | 164 | 129 |
| THANKS | D | 03-May-2024 | 20.8 KiB | 1,474 | 1,471 |
| THANKS-filter | D | 03-May-2024 | 2.6 KiB | 73 | 72 |
| TODO | D | 03-May-2024 | 43.2 KiB | 1,204 | 837 |
| 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.1 KiB | 99 | 67 |
| curl.1 | D | 03-May-2024 | 108.4 KiB | 2,515 | 2,172 |
| index.html | D | 03-May-2024 | 600 | 21 | 15 |
| 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.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, specially also consuming the lib from PHP.
15
16 The unix-style man pages are tricky to read on windows, so therefore are all
17 those pages converted to HTML as well as pdf, and included in the release
18 archives.
19
20 The main curl.1 man page is also "built-in" in the command line tool. Use a
21 command line similar to this in order to extract a separate text file:
22
23 curl -M >manual.txt
24
25 Read the INSTALL file for instructions how to compile curl self.
26
27
28
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 are all
16 those pages converted to HTML as well as pdf, and included in the release
17 archives.
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 how to compile curl self.
25
26
27