Go to file
Steve Holme b914e7ed02 tool_operate: Start to use CURLcode rather than int for return codes
To help assist with the detection of incorrect return codes, as per
commits ee23d13a79, 33b8960dc8 and aba98991a5, updated the operate
based functions to return CURLcode error codes.
2014-02-22 18:57:02 +00:00
CMake
docs curl.1: update the description of --tlsv1 2014-02-18 10:35:41 +01:00
include transfer: make Expect: 100-continue timeout configurable. 2014-02-13 16:05:17 +01:00
lib easy: Fixed a memory leak on OOM condition 2014-02-22 15:41:59 +01:00
m4
packages OS400: Add new options to RPG binding. 2014-02-14 11:13:01 +01:00
perl
src tool_operate: Start to use CURLcode rather than int for return codes 2014-02-22 18:57:02 +00:00
tests stunnel: regenerated self-signed test certificate with SHA1 hash 2014-02-22 16:49:09 +01:00
vs
winbuild
.gitattributes
.gitignore
.travis.yml
acinclude.m4
buildconf
buildconf.bat
CHANGES
CHANGES.0
CMakeLists.txt
configure.ac configure: Fix the --disable-crypto-auth option 2014-02-17 09:50:46 +01:00
contributors.sh
COPYING
CTestConfig.cmake
curl-config.in
GIT-INFO
install-sh
libcurl.pc.in
log2changes.pl
MacOSX-Framework
Makefile.am
Makefile.dist
maketgz
missing
mkinstalldirs
README
RELEASE-NOTES RELEASE-NOTES: added note about impact of changes to WinSSL defaults 2014-02-22 16:57:29 +01:00
TODO-RELEASE

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

README

  Curl is a command line tool for transferring data specified with URL
  syntax. Find out how to use curl by reading the curl.1 man page or the
  MANUAL document. Find out how to install Curl by reading the INSTALL
  document.

  libcurl is the library curl is using to do its job. It is readily
  available to be used by your software. Read the libcurl.3 man page to
  learn how!

  You find answers to the most frequent questions we get in the FAQ document.

  Study the COPYING file for distribution terms and similar. If you distribute
  curl binaries or other binaries that involve libcurl, you might enjoy the
  LICENSE-MIXING document.

CONTACT

  If you have problems, questions, ideas or suggestions, please contact us
  by posting to a suitable mailing list. See http://curl.haxx.se/mail/

  All contributors to the project are listed in the THANKS document.

WEB SITE

  Visit the curl web site for the latest news and downloads:

        http://curl.haxx.se/

GIT

  To download the very latest source off the GIT server do this:

    git clone git://github.com/bagder/curl.git

  (you'll get a directory named curl created, filled with the source code)

NOTICE

  Curl contains pieces of source code that is Copyright (c) 1998, 1999
  Kungliga Tekniska Högskolan. This notice is included here to comply with the
  distribution terms.