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

Guenter Knauf db2e425346 Use MAKE macro with BCC targets. il y a 13 ans
CMake 651c0bcdf2 CMake: Use upstream CheckTypeSize module il y a 13 ans
docs 6aa5206042 docs - update BCC INSTALL section il y a 13 ans
include c5d9cd5c1b build: allow usage of Borland 5.5.1 external preprocessor cpp32 il y a 13 ans
lib 61623b74e3 build: BCC - require Borlands's MAKE for Makefile.b32 processing. il y a 13 ans
m4 dd5d3518e4 configure: undo using autobuilds to temporarily verify strict aliasing warnings. il y a 13 ans
packages 30bd7427ea New curl/curl.h definitions added to ILE/RPG binding. il y a 13 ans
perl 2309b4e330 remove the CVSish $Id$ lines il y a 14 ans
src 61623b74e3 build: BCC - require Borlands's MAKE for Makefile.b32 processing. il y a 13 ans
tests ebb9c7ae04 Made unit_setup() return an error code to abort the test early il y a 13 ans
.gitattributes d610519246 Add .gitattributes files to turn off CRLF translation for some files il y a 14 ans
.gitignore 55d2460fc3 ignore: CHANGES.dist gets generated by maketgz il y a 14 ans
Android.mk 6cf90c6a7b Fixed typo in Android configure command il y a 13 ans
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 il y a 14 ans
CHANGES.0 a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 il y a 14 ans
CMakeLists.txt 651c0bcdf2 CMake: Use upstream CheckTypeSize module il y a 13 ans
COPYING cd465e4ada update the generic copyright year range to include 2010 il y a 14 ans
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location il y a 15 ans
GIT-INFO 9599837e63 s/CVS/git il y a 14 ans
MacOSX-Framework 70a025f3df MacOSX-Framework: updates for Snowleopard il y a 13 ans
Makefile.am 9ba42a023d cmake: removed two files il y a 13 ans
Makefile.dist db2e425346 Use MAKE macro with BCC targets. il y a 13 ans
Makefile.msvc.names 8d569c7bb0 build: refactoring of msvc makefiles to allow overriding of library filenames. il y a 13 ans
README 1609685fc2 various changes of CVS to git il y a 14 ans
RELEASE-NOTES d8f6d1c334 nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash il y a 13 ans
TODO-RELEASE 368f5a8547 TODO-RELEASE: "TLS SNI use Host:" is done il y a 13 ans
acinclude.m4 ef24ecde68 symbol-scan: use configure script knowledge about how to run the C preprocessor il y a 13 ans
buildconf ef24ecde68 symbol-scan: use configure script knowledge about how to run the C preprocessor il y a 13 ans
buildconf.bat 753b2a0086 modified to use the git file, not cvs il y a 14 ans
configure.ac 35e1d6538a unittest: framework for unit-testing il y a 13 ans
curl-config.in a13128596c curl-config: --built-shared returns shared info il y a 14 ans
curl-style.el 2309b4e330 remove the CVSish $Id$ lines il y a 14 ans
install-sh a07bc79117 il y a 14 ans
libcurl.pc.in 2309b4e330 remove the CVSish $Id$ lines il y a 14 ans
log2changes.pl d8383220ec log2changes: correct command line, fix tag usage, change Version output il y a 14 ans
maketgz 864d5add0d Added some hacks in order to build with VC from git. il y a 13 ans
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. il y a 15 ans
mkinstalldirs 2309b4e330 remove the CVSish $Id$ lines il y a 14 ans
sample.emacs 2309b4e330 remove the CVSish $Id$ lines il y a 14 ans
vc6curl.dsw 619869c639 Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions. il y a 15 ans

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.