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

Guenter Knauf 4b7d499e64 Some cosmetics and simplifies. 9 years ago
CMake 558814e16d Cmake: Build with GSSAPI (MIT or Heimdal) 9 years ago
docs e116d0a625 CURLOPT_RESOLVE.3: add an example 9 years ago
include 265b9a2e49 vtls: remove QsoSSL 9 years ago
lib 4b7d499e64 Some cosmetics and simplifies. 9 years ago
m4 5fe879555d Enable poll on darwin13 10 years ago
packages e64bc7cde6 OS400: fix bugs in curl_*escape_ccsid() and reduce variables scope 9 years ago
perl ed0364343d removed trailing whitespace 12 years ago
projects 7b85b332cb build: Added WinIDN build configuration options 9 years ago
src b55502cdae cmake: build tool_hugehelp (ENABLE_MANUAL) 9 years ago
tests d938d5e6f8 test545: make it not use a trailing zero 9 years ago
winbuild 006b61eb0b newlines: fix mixed newlines to LF-only 9 years ago
.gitattributes dc470723b1 Tell git to not convert configure-related files. 12 years ago
.gitignore 91c8f81d72 gitignore: ignore .dirstamp files 10 years ago
.travis.yml be31924f8c Adding a .travis.yml file to use the travis-ci.org 10 years ago
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 14 years ago
CHANGES.0 ed0364343d removed trailing whitespace 12 years ago
CMakeLists.txt 8ed66f98a9 cmake: generate pkg-config and curl-config 9 years ago
COPYING d237828ebc Bumped copyright year to 2014 10 years ago
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location 15 years ago
GIT-INFO ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp 11 years ago
MacOSX-Framework 992bee504d OS X framework: fix invalid symbolic link 11 years ago
Makefile.am 18b82345dc cmake: add CMake/Macros.cmake to the release tarball 9 years ago
Makefile.dist 7cd45b297e Makefile.dist: Added support for VC7 10 years ago
README 1609685fc2 various changes of CVS to git 14 years ago
RELEASE-NOTES c4f240de14 RELEASE-NOTES: synced with e116d0a62 9 years ago
TODO-RELEASE 704a5dfca9 TODO-RELEASE: cleaned up, not really maintained lately 11 years ago
acinclude.m4 4da70dea28 configure: allow --with-ca-path with PolarSSL too 9 years ago
buildconf fdee523452 buildconf: do not search tools in current directory. 10 years ago
buildconf.bat ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp 11 years ago
configure.ac da933ee29d Compile with latest nghttp2 9 years ago
contributors.sh 1b314a85db contributors.sh: split list of names at comma 9 years ago
curl-config.in 6f3e7aabdc curl-config.in: replace tabs by spaces 11 years ago
install-sh 9ad282b1ae Remove all traces of FBOpenSSL SPNEGO support 10 years ago
libcurl.pc.in 068f7ae264 build: prevent global LIBS from influencing src and lib build targets 11 years ago
log2changes.pl d2fc8b4a5f log2changes.pl: fix the Version output 12 years ago
maketgz 006b61eb0b newlines: fix mixed newlines to LF-only 9 years ago
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 years ago
mkinstalldirs 9ad282b1ae Remove all traces of FBOpenSSL SPNEGO support 10 years ago

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.