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

Guenter Knauf 8bab6700d9 Added header to be included by dist script. 12 vuotta sitten
CMake 1aeb635cdd sources: update source headers 13 vuotta sitten
docs 8bab6700d9 Added header to be included by dist script. 12 vuotta sitten
include 2411adb40b 7.22.1: start working 12 vuotta sitten
lib 5f0764870f http header: allow Content-Length to be replaced 12 vuotta sitten
m4 b976d108f1 NTLM_WB: final congruency naming adjustments 13 vuotta sitten
packages fb3845a438 curl tool: reviewed code moved to tool_*.[ch] files 12 vuotta sitten
perl 2309b4e330 remove the CVSish $Id$ lines 14 vuotta sitten
src 081e289315 curl tool: fix some OOM handling issues 12 vuotta sitten
tests e9cf4cb791 test 814: smtp without --mail-from 12 vuotta sitten
winbuild 488521427f - typo 13 vuotta sitten
.gitattributes d610519246 Add .gitattributes files to turn off CRLF translation for some files 14 vuotta sitten
.gitignore 3e16c3e73e gitignore: config.cache 13 vuotta sitten
Android.mk 4cbc6fc6ab Added LOCAL_MODULE_TAGS to support Android gingerbread 13 vuotta sitten
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 14 vuotta sitten
CHANGES.0 a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 14 vuotta sitten
CMakeLists.txt 40afeea2fb cmake: find winsock when building on windows 13 vuotta sitten
COPYING 32a050ec7e COPYING: update the year to 2011 13 vuotta sitten
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location 15 vuotta sitten
GIT-INFO 9599837e63 s/CVS/git 14 vuotta sitten
MacOSX-Framework 70a025f3df MacOSX-Framework: updates for Snowleopard 13 vuotta sitten
Makefile.am 2ef7a28a71 include: cleanup 13 vuotta sitten
Makefile.dist eb65a49bef Improve MinGW static makefile builds. 13 vuotta sitten
Makefile.msvc.names 8d569c7bb0 build: refactoring of msvc makefiles to allow overriding of library filenames. 13 vuotta sitten
README 1609685fc2 various changes of CVS to git 14 vuotta sitten
RELEASE-NOTES aff70e2e95 Curl_add_custom_headers: support headers with no data 12 vuotta sitten
TODO-RELEASE 0d3584c482 TODO-RELEASE: postpone the remainders 12 vuotta sitten
acinclude.m4 0126b4a959 configure: avoid direct usage of AS_TR_* macros 13 vuotta sitten
buildconf 5942362847 Fix spelling errors in buildconf 13 vuotta sitten
buildconf.bat f0fae85acd keep a single copy of config-win32.h in version control repository. 13 vuotta sitten
configure.ac b976d108f1 NTLM_WB: final congruency naming adjustments 13 vuotta sitten
curl-config.in 2d1b6242f2 curl-config: fix version output 13 vuotta sitten
curl-style.el 2309b4e330 remove the CVSish $Id$ lines 14 vuotta sitten
install-sh a07bc79117 14 vuotta sitten
libcurl.pc.in ee4c1206de libcurl.pc: version number fix 13 vuotta sitten
log2changes.pl d8383220ec log2changes: correct command line, fix tag usage, change Version output 14 vuotta sitten
maketgz f0fae85acd keep a single copy of config-win32.h in version control repository. 13 vuotta sitten
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 vuotta sitten
mkinstalldirs 2309b4e330 remove the CVSish $Id$ lines 14 vuotta sitten
sample.emacs 2309b4e330 remove the CVSish $Id$ lines 14 vuotta sitten
vc6curl.dsw 619869c639 Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions. 15 vuotta sitten

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.