Mirror of https://github.com/curl/curl.git

Steve Holme 47438daa60 http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int 9 gadi atpakaļ
CMake fba9f41b84 CMake: Simplify if() conditions on check result variables 10 gadi atpakaļ
docs b2c01f02d5 CURLOPT_SSL_VERIFYSTATUS.3: mention it is added in version 7.41.0 9 gadi atpakaļ
include c807ce73ed curlver.h: next release is 7.41.0 due to the changes 9 gadi atpakaļ
lib 47438daa60 http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int 9 gadi atpakaļ
m4 5fe879555d Enable poll on darwin13 10 gadi atpakaļ
packages b40e37f93d endian: Fixed Linux compilation issues 9 gadi atpakaļ
perl ed0364343d removed trailing whitespace 12 gadi atpakaļ
projects 5f09947d28 build-openssl.bat: Added check for Perl installation 9 gadi atpakaļ
src 0b1f37e77c help: add --cert-status to --help output 9 gadi atpakaļ
tests 3df8e78860 tests: make sure CRLFs can't be used in URLs passed to proxy 9 gadi atpakaļ
winbuild 659d252b6f winbuild: Added option to build with c-ares 9 gadi atpakaļ
.gitattributes dc470723b1 Tell git to not convert configure-related files. 12 gadi atpakaļ
.gitignore 2008c92513 Revert "repository: ignore patch files generated by git" 9 gadi atpakaļ
.travis.yml be31924f8c Adding a .travis.yml file to use the travis-ci.org 11 gadi atpakaļ
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 14 gadi atpakaļ
CHANGES.0 151ae59436 code/docs: Use correct case for IPv4 and IPv6 9 gadi atpakaļ
CMakeLists.txt 1abe65d928 code/docs: Use Unix rather than UNIX to avoid use of the trademark 9 gadi atpakaļ
COPYING 5fbcb9a1fa COPYING: Bumped copyright year to 2015 9 gadi atpakaļ
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location 15 gadi atpakaļ
GIT-INFO ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp 11 gadi atpakaļ
MacOSX-Framework 992bee504d OS X framework: fix invalid symbolic link 11 gadi atpakaļ
Makefile.am 721fbf63f4 Makefile.am: two cmake files are gone 10 gadi atpakaļ
Makefile.dist e63d18fbd1 VC build: added sspi define for winssl-zlib builds. 9 gadi atpakaļ
README 1609685fc2 various changes of CVS to git 14 gadi atpakaļ
RELEASE-NOTES af8928a23b RELEASE-NOTES: mention the new OCSP stapling options, bump version 9 gadi atpakaļ
acinclude.m4 4da70dea28 configure: allow --with-ca-path with PolarSSL too 10 gadi atpakaļ
buildconf c3df44389b buildconf: update copyright year 10 gadi atpakaļ
buildconf.bat ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp 11 gadi atpakaļ
configure.ac 151ae59436 code/docs: Use correct case for IPv4 and IPv6 9 gadi atpakaļ
contributors.sh 36bf141333 contributors.sh: --releasenotes reads in names from RELEASE-NOTES 10 gadi atpakaļ
curl-config.in 6f3e7aabdc curl-config.in: replace tabs by spaces 11 gadi atpakaļ
install-sh 9ad282b1ae Remove all traces of FBOpenSSL SPNEGO support 10 gadi atpakaļ
libcurl.pc.in 068f7ae264 build: prevent global LIBS from influencing src and lib build targets 11 gadi atpakaļ
log2changes.pl d2fc8b4a5f log2changes.pl: fix the Version output 12 gadi atpakaļ
maketgz 006b61eb0b newlines: fix mixed newlines to LF-only 10 gadi atpakaļ
missing f671d0513c renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. 15 gadi atpakaļ
mkinstalldirs 9ad282b1ae Remove all traces of FBOpenSSL SPNEGO support 10 gadi atpakaļ

README

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

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 Hgskolan. This notice is included here to comply with the
distribution terms.