Home | History | Annotate | only in /external/curl/docs
Up to higher level directory
NameDateSize
ALTSVC.md22-Oct-20202.1K
BINDINGS.md22-Oct-20205K
BUGS22-Oct-202012.5K
CHECKSRC.md22-Oct-20205.8K
CIPHERS.md22-Oct-202010K
CMakeLists.txt22-Oct-202085
cmdline-opts/22-Oct-2020
CODE_OF_CONDUCT.md22-Oct-20201.6K
CODE_STYLE.md22-Oct-20207.3K
CONTRIBUTE.md22-Oct-202011.2K
curl-config.122-Oct-20204.3K
curl.122-Oct-2020130K
DEPRECATE.md22-Oct-20203.1K
examples/22-Oct-2020
FAQ22-Oct-202065.5K
FEATURES22-Oct-20205.9K
GOVERNANCE.md22-Oct-20205.3K
HELP-US.md22-Oct-20203.1K
HISTORY.md22-Oct-202010.1K
HTTP-COOKIES.md22-Oct-20204.4K
HTTP2.md22-Oct-20204.8K
INSTALL22-Oct-2020315
INSTALL.cmake22-Oct-20203.7K
INSTALL.md22-Oct-202017.6K
INTERNALS.md22-Oct-202042.2K
KNOWN_BUGS22-Oct-202028.3K
libcurl/22-Oct-2020
LICENSE-MIXING.md22-Oct-20204.5K
MAIL-ETIQUETTE22-Oct-202011.7K
Makefile.am22-Oct-20204.5K
mk-ca-bundle.122-Oct-20204.8K
README.cmake22-Oct-2020678
README.md22-Oct-2020511
README.netware22-Oct-20201,001
README.win3222-Oct-2020864
RELEASE-PROCEDURE.md22-Oct-20202.4K
RESOURCES22-Oct-20202.3K
ROADMAP.md22-Oct-20201.9K
SECURITY-PROCESS.md22-Oct-20205.8K
SSL-PROBLEMS.md22-Oct-20203.4K
SSLCERTS.md22-Oct-20208.1K
THANKS22-Oct-202027.7K
TheArtOfHttpScripting22-Oct-202028.5K
TODO22-Oct-202048.5K
VERSIONS22-Oct-20202.3K

README.cmake

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.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 ![curl logo](https://curl.haxx.se/logo/curl-logo.svg)
      2 
      3 # Documentation
      4 
      5 You'll find a mix of various documentation in this directory and
      6 subdirectories, using several different formats. Some of them are not ideal
      7 for reading directly in your browser.
      8 
      9 If you'd rather see the rendered version of the documentation, check out the
     10 curl web site's [documentation section](https://curl.haxx.se/docs/) for
     11 general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for
     12 libcurl related documentation.
     13 

README.netware

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.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 

README.win32

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.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