curl/docs
Steve Holme 1a9b58fcb2 tool_getparam: Added initial support for --next/-:
Added initial support for --next/-: which will be used to replace the
rather confusing : command line operation what was used for the URL
specific options prototype.
2014-02-26 20:42:30 +00:00
..
examples examples: remove all use of CURLM_CALL_MULTI_PERFORM 2014-02-17 08:25:39 +01:00
libcurl curl_version.3: recommend using curl_version_info() instead 2014-02-18 08:59:56 +01:00
.gitignore
BINDINGS BINDINGS: BBHTTP is a cocoa binding, Julia has a binding 2013-03-30 22:04:56 +01:00
BUGS BUGS: update bug tracker URL 2013-01-13 23:16:11 +01:00
CONTRIBUTE CONTRIBUTE: minor language polish 2013-08-06 14:12:45 +02:00
curl-config.1
curl.1 tool_getparam: Added initial support for --next/-: 2014-02-26 20:42:30 +00: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 HISTORY: Fix spelling error. 2013-04-23 21:41:38 +02:00
HTTP-COOKIES
index.html
INSTALL tests: Made the crypto test feature usable 2014-02-17 09:50:46 +01:00
INSTALL.cmake curl tool: renaming hugehelp files to tool_hugehelp 2012-12-26 23:30:54 +01:00
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 LIBCURL-STRUCTS: new document 2013-08-06 14:13:33 +02:00
LICENSE-MIXING
MAIL-ETIQUETTE
Makefile.am RELEASE-PROCEDURE: new document 2013-12-18 14:37:04 +01:00
MANUAL MANUAL: clarified user+password in HTTP URLs 2012-09-09 23:08:59 +02:00
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 RELEASE-PROCEDURE: new document 2013-12-18 14:37:04 +01:00
RESOURCES
SECURITY SECURITY: "curl security for developers" 2013-10-28 23:19:55 +01:00
SSLCERTS docs: schannel and darwinssl documentation improvements 2013-02-18 16:27:30 -07:00
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.