curl/docs
Daniel Stenberg 0b48d1c821 CURLOPT_CA*: better refering between *CAINFO and *CAPATH
... and a minor wording edit
2014-09-03 23:04:52 +02:00
..
examples
libcurl CURLOPT_CA*: better refering between *CAINFO and *CAPATH 2014-09-03 23:04:52 +02:00
.gitignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1
curl.1 curl.1: add an example for -H 2014-08-29 08:07:47 +02:00
DISTRO-DILEMMA
FAQ FAQ: mention -w in the 4.20 answer as well 2014-08-28 11:42:00 +02:00
FEATURES docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
HISTORY
HTTP-COOKIES
index.html
INSTALL
INSTALL.cmake
INSTALL.devcpp
INTERNALS INTERNALS: nghttp2 must be 0.6.0 or later 2014-08-26 23:05:26 +02:00
KNOWN_BUGS NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth 2014-08-22 16:05:31 +02:00
LIBCURL-STRUCTS
LICENSE-MIXING
MAIL-ETIQUETTE
Makefile.am
MANUAL docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
mk-ca-bundle.1
README.cmake
README.netware
README.win32
RELEASE-PROCEDURE
RESOURCES
ROADMAP.md
SECURITY
SSL-PROBLEMS
SSLCERTS docs/SSLCERTS: update the section about NSS database 2014-08-11 16:49:54 +02:00
THANKS THANKS: added Dennis Clarke 2014-09-03 22:08:25 +02:00
TheArtOfHttpScripting
TODO TODO: Updated following GSSAPI (Kerberos V5) additions 2014-08-16 11:42:04 +01:00
VERSIONS

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

README.win32

  Read the README file first.

  Curl has been compiled, built and run on all sorts of Windows and win32
  systems. While not being the main develop target, a fair share of curl users
  are win32-based.

  The unix-style man pages are tricky to read on windows, so therefore are all
  those pages converted to HTML as well as pdf, and included in the release
  archives.

  The main curl.1 man page is also "built-in" in the command line tool. Use a
  command line similar to this in order to extract a separate text file:

        curl -M >manual.txt

  Read the INSTALL file for instructions how to compile curl self.