Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
examples/ | 03-May-2024 | - | 14,894 | 8,264 | ||
libcurl/ | 03-May-2024 | - | 22,719 | 14,348 | ||
.gitignore | D | 03-May-2024 | 13 | 3 | 2 | |
BINDINGS | D | 03-May-2024 | 4.8 KiB | 261 | 159 | |
BUGS | D | 03-May-2024 | 5.9 KiB | 147 | 104 | |
CONTRIBUTE | D | 03-May-2024 | 11.8 KiB | 307 | 218 | |
DISTRO-DILEMMA | D | 03-May-2024 | 7 KiB | 177 | 130 | |
FAQ | D | 03-May-2024 | 65.2 KiB | 1,551 | 1,107 | |
FEATURES | D | 03-May-2024 | 6.1 KiB | 207 | 183 | |
HISTORY | D | 03-May-2024 | 8.8 KiB | 283 | 190 | |
HTTP-COOKIES | D | 03-May-2024 | 4.4 KiB | 124 | 83 | |
HTTP2.md | D | 03-May-2024 | 3.9 KiB | 108 | 79 | |
INSTALL | D | 03-May-2024 | 41.8 KiB | 1,104 | 842 | |
INSTALL.cmake | D | 03-May-2024 | 4.1 KiB | 101 | 80 | |
INSTALL.devcpp | D | 03-May-2024 | 12.1 KiB | 303 | 220 | |
INTERNALS | D | 03-May-2024 | 42.6 KiB | 1,096 | 829 | |
KNOWN_BUGS | D | 03-May-2024 | 12.7 KiB | 258 | 204 | |
LICENSE-MIXING | D | 03-May-2024 | 5.5 KiB | 131 | 92 | |
MAIL-ETIQUETTE | D | 03-May-2024 | 10.6 KiB | 266 | 192 | |
MANUAL | D | 03-May-2024 | 38.1 KiB | 1,043 | 682 | |
Makefile.am | D | 03-May-2024 | 2 KiB | 63 | 28 | |
README.cmake | D | 03-May-2024 | 678 | 17 | 13 | |
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 | 90 | 59 | |
RESOURCES | D | 03-May-2024 | 2.2 KiB | 84 | 47 | |
ROADMAP.md | D | 03-May-2024 | 4.3 KiB | 140 | 95 | |
SECURITY | D | 03-May-2024 | 4.7 KiB | 108 | 79 | |
SSL-PROBLEMS | D | 03-May-2024 | 2.5 KiB | 68 | 47 | |
SSLCERTS | D | 03-May-2024 | 7.1 KiB | 154 | 121 | |
THANKS | D | 03-May-2024 | 18.3 KiB | 1,298 | 1,295 | |
THANKS-filter | D | 03-May-2024 | 1.8 KiB | 53 | 52 | |
TODO | D | 03-May-2024 | 26.3 KiB | 806 | 545 | |
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 | 98.5 KiB | 2,279 | 1,966 | |
index.html | D | 03-May-2024 | 600 | 21 | 15 | |
mk-ca-bundle.1 | D | 03-May-2024 | 4.3 KiB | 111 | 82 |
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