• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

examples/22-Nov-2023-14,8948,264

libcurl/22-Nov-2023-22,71914,348

.gitignoreD22-Nov-202313 32

BINDINGSD22-Nov-20234.8 KiB261159

BUGSD22-Nov-20235.9 KiB147104

CONTRIBUTED22-Nov-202311.8 KiB307218

DISTRO-DILEMMAD22-Nov-20237 KiB177130

FAQD22-Nov-202365.2 KiB1,5511,107

FEATURESD22-Nov-20236.1 KiB207183

HISTORYD22-Nov-20238.8 KiB283190

HTTP-COOKIESD22-Nov-20234.4 KiB12483

HTTP2.mdD22-Nov-20233.9 KiB10879

INSTALLD22-Nov-202341.8 KiB1,104842

INSTALL.cmakeD22-Nov-20234.1 KiB10180

INSTALL.devcppD22-Nov-202312.1 KiB303220

INTERNALSD22-Nov-202342.6 KiB1,096829

KNOWN_BUGSD22-Nov-202312.7 KiB258204

LICENSE-MIXINGD22-Nov-20235.5 KiB13192

MAIL-ETIQUETTED22-Nov-202310.6 KiB266192

MANUALD22-Nov-202338.1 KiB1,043682

Makefile.amD22-Nov-20232 KiB6328

README.cmakeD22-Nov-2023678 1713

README.netwareD22-Nov-20231 KiB2818

README.win32D22-Nov-2023888 2717

RELEASE-PROCEDURED22-Nov-20232.4 KiB9059

RESOURCESD22-Nov-20232.2 KiB8447

ROADMAP.mdD22-Nov-20234.3 KiB14095

SECURITYD22-Nov-20234.7 KiB10879

SSL-PROBLEMSD22-Nov-20232.5 KiB6847

SSLCERTSD22-Nov-20237.1 KiB154121

THANKSD22-Nov-202318.3 KiB1,2981,295

THANKS-filterD22-Nov-20231.8 KiB5352

TODOD22-Nov-202326.3 KiB806545

TheArtOfHttpScriptingD22-Nov-202328.5 KiB759534

VERSIONSD22-Nov-20232.3 KiB5741

curl-config.1D22-Nov-20234.1 KiB9967

curl.1D22-Nov-202398.5 KiB2,2791,966

index.htmlD22-Nov-2023600 2115

mk-ca-bundle.1D22-Nov-20234.3 KiB11182

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