1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-04 16:45:06 -05:00
curl/docs
Daniel Stenberg 860424bb06 curl_multi_add_handle.3: clarify multi vs easy use
it is only WHILE added to a multi handle that it can't be used with the
easy interface
2014-02-18 08:29:39 +01:00
..
examples examples: remove all use of CURLM_CALL_MULTI_PERFORM 2014-02-17 08:25:39 +01:00
libcurl curl_multi_add_handle.3: clarify multi vs easy use 2014-02-18 08:29:39 +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 tests: Made the crypto test feature usable 2014-02-17 09:50:46 +01: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 TheArtOfHttpScripting: major update, converted layout and more 2013-12-24 23:36:23 +01:00
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.