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

Steve Holme 0c4589f0c0 imap-append.c: Fixed compilation errors on some platforms vor 10 Jahren
CMake d08ee3c83d cmake: fix Windows build with IPv6 support vor 11 Jahren
docs 0c4589f0c0 imap-append.c: Fixed compilation errors on some platforms vor 10 Jahren
include 5a327f39d5 bump: start the 7.37.0 race vor 10 Jahren
lib fe260b75e7 smtp: Fixed login denied when server doesn't support AUTH capability vor 10 Jahren
m4 092f33d6bf configure: use icc options without space vor 11 Jahren
packages 38a56a9d94 OS400: Add new options to RPG binding. vor 10 Jahren
perl ed0364343d removed trailing whitespace vor 12 Jahren
src 38d582ff54 mkhelp: generate code for --disable-manual as well vor 10 Jahren
tests 54ef196db8 ftpserver.pl: Removed some unused variables vor 10 Jahren
vs cc8fad9a7f move msvc IDE related files to 'vs' directory tree vor 11 Jahren
winbuild 2dc63c72dc winbuild: added warnless.c to fix build vor 10 Jahren
.gitattributes dc470723b1 Tell git to not convert configure-related files. vor 12 Jahren
.gitignore 91c8f81d72 gitignore: ignore .dirstamp files vor 10 Jahren
.travis.yml be31924f8c Adding a .travis.yml file to use the travis-ci.org vor 11 Jahren
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 vor 14 Jahren
CHANGES.0 ed0364343d removed trailing whitespace vor 12 Jahren
CMakeLists.txt 030303fa99 CMakeLists.txt: add standard curl source code header vor 10 Jahren
COPYING d237828ebc Bumped copyright year to 2014 vor 10 Jahren
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location vor 15 Jahren
GIT-INFO ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp vor 11 Jahren
MacOSX-Framework 992bee504d OS X framework: fix invalid symbolic link vor 11 Jahren
Makefile.am cc8fad9a7f move msvc IDE related files to 'vs' directory tree vor 11 Jahren
Makefile.dist 7cd45b297e Makefile.dist: Added support for VC7 vor 10 Jahren
README 1609685fc2 various changes of CVS to git vor 14 Jahren
RELEASE-NOTES 5a327f39d5 bump: start the 7.37.0 race vor 10 Jahren
TODO-RELEASE 704a5dfca9 TODO-RELEASE: cleaned up, not really maintained lately vor 11 Jahren
acinclude.m4 073b03fab7 acinclude: fix --without-ca-path when cross-compiling vor 11 Jahren
buildconf 4a5aa6682d Revert changes relative to lib/*.[ch] recent renaming vor 11 Jahren
buildconf.bat ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp vor 11 Jahren
configure.ac 778e4bb276 configure: call it GSS-API vor 10 Jahren
contributors.sh 12ecd56da7 contributors.sh: output list RELEASE-NOTES formatted vor 10 Jahren
curl-config.in 6f3e7aabdc curl-config.in: replace tabs by spaces vor 11 Jahren
install-sh 72da89a74d install-sh: updated to support multiple source files as arguments vor 11 Jahren
libcurl.pc.in 068f7ae264 build: prevent global LIBS from influencing src and lib build targets vor 11 Jahren
log2changes.pl d2fc8b4a5f log2changes.pl: fix the Version output vor 12 Jahren
maketgz da06ac7f3f maketgz: make bzip2 creation work with Parallel BZIP2 too vor 11 Jahren
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. vor 15 Jahren
mkinstalldirs 72da89a74d install-sh: updated to support multiple source files as arguments vor 11 Jahren

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.