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

Fabian Keil 432431368f test1511: consistently terminate headers with CRLF 11 years ago
CMake c1400f6f12 cmake: use standard findxxx modules for cmake v2.8+ 11 years ago
docs 8c9236bb2c curl_multi_add_handle.3: ... that timer callback is for event-based 11 years ago
include 12d01cb6fa CURLOPT_XFERINFOFUNCTION: introducing a new progress callback 11 years ago
lib 2af0b10c95 comments: remove old and wrong multi/easy interface statements 11 years ago
m4 5d3cbde72e configure: warn on bad env variable use, don't error 11 years ago
packages 27f8c93daf packages/vms: update VMS build files 11 years ago
perl ed0364343d removed trailing whitespace 12 years ago
src ca786233d2 curl: second follow-up for commit 5af2bfb9 11 years ago
tests 432431368f test1511: consistently terminate headers with CRLF 11 years ago
vs cc8fad9a7f move msvc IDE related files to 'vs' directory tree 11 years ago
winbuild 632e50ca8d msvc: move Makefile.msvc.names into winbuild/ 11 years ago
.gitattributes dc470723b1 Tell git to not convert configure-related files. 12 years ago
.gitignore 217024a687 repository: ignore patch files generated by git 11 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 a94a68a3c1 cmake: Fix mingw build 11 years ago
COPYING 68de6a0b3e COPYING: Updated copyright year to include 2013 11 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 cc8fad9a7f move msvc IDE related files to 'vs' directory tree 11 years ago
Makefile.dist aff245b360 Added winssl-zlib target to VC builds. 11 years ago
README 1609685fc2 various changes of CVS to git 14 years ago
RELEASE-NOTES 4c40fe64b8 RELEASE-NOTES: synced with d20def20462e7 11 years ago
TODO-RELEASE 704a5dfca9 TODO-RELEASE: cleaned up, not really maintained lately 11 years ago
acinclude.m4 7b074a460b CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling 11 years ago
buildconf 4a5aa6682d Revert changes relative to lib/*.[ch] recent renaming 11 years ago
buildconf.bat ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp 11 years ago
configure.ac 26b0cb6ae2 configure: fix 'subdir-objects' distclean related issue 11 years ago
curl-config.in 6f3e7aabdc curl-config.in: replace tabs by spaces 11 years ago
install-sh 72da89a74d install-sh: updated to support multiple source files as arguments 11 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 da06ac7f3f maketgz: make bzip2 creation work with Parallel BZIP2 too 11 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 72da89a74d install-sh: updated to support multiple source files as arguments 11 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.