curl/docs
Tiit Pikma c021a60bcc transfer: make Expect: 100-continue timeout configurable.
Replaced the #define CURL_TIMEOUT_EXPECT_100 in transfer.c with the
CURLOPT_EXPECT_100_TIMEOUT_MS option to make the timeout configurable.
2014-02-13 16:05:17 +01:00
..
examples examples: gitignore more binaries 2014-01-29 10:22:40 +01:00
libcurl transfer: make Expect: 100-continue timeout configurable. 2014-02-13 16:05:17 +01:00
.gitignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1
curl.1 NPN/ALPN: allow disabling via command line 2014-02-10 13:06:17 +01:00
DISTRO-DILEMMA
FAQ docs: primarily refer to schannel as WinSSL 2014-01-04 14:33:27 +01:00
FEATURES docs: primarily refer to schannel as WinSSL 2014-01-04 14:33:27 +01:00
HISTORY
HTTP-COOKIES
index.html
INSTALL INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0 2014-01-31 00:57:02 +00:00
INSTALL.cmake
INSTALL.devcpp
INTERNALS docs/INTERNALS: follow up fix for 11e8066 and 92b9ae5 2014-01-05 20:17:04 +01:00
KNOWN_BUGS docs: primarily refer to schannel as WinSSL 2014-01-04 14:33:27 +01:00
LIBCURL-STRUCTS
LICENSE-MIXING
MAIL-ETIQUETTE
Makefile.am
MANUAL
mk-ca-bundle.1 mk-ca-bundle.1: document -d 2014-01-07 23:51:01 +01:00
README.cmake
README.netware
README.win32
RELEASE-PROCEDURE
RESOURCES
SECURITY
SSLCERTS
THANKS THANKS: 19 new contributors from the 7.35.0 release notes 2014-01-29 08:35:04 +01:00
TheArtOfHttpScripting
TODO TODO: Removed url-specific options 2014-02-09 15:20:53 +00: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.