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

Marc Hoersken 8e62f7a650 secureserver: FIPS option is only supported since stunnel 5.00 пре 10 година
CMake d08ee3c83d cmake: fix Windows build with IPv6 support пре 10 година
docs 6fb34ea6c6 INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0 пре 10 година
include 5e7fe58698 bump: start working on 7.35.1 пре 10 година
lib 6374ab2a36 formdata: Must use Curl_safefree instead of free пре 10 година
m4 092f33d6bf configure: use icc options without space пре 10 година
packages 279c95b5b3 packages: follow up fix for a47c142, 11e8066 and 92b9ae5 пре 10 година
perl ed0364343d removed trailing whitespace пре 12 година
src 8cf63f88c2 tool_operate: Added support for performing URL specific operations пре 10 година
tests 8e62f7a650 secureserver: FIPS option is only supported since stunnel 5.00 пре 10 година
vs cc8fad9a7f move msvc IDE related files to 'vs' directory tree пре 11 година
winbuild 0151316183 makefile: Added support for VC12 пре 10 година
.gitattributes dc470723b1 Tell git to not convert configure-related files. пре 12 година
.gitignore 91c8f81d72 gitignore: ignore .dirstamp files пре 10 година
.travis.yml be31924f8c Adding a .travis.yml file to use the travis-ci.org пре 10 година
CHANGES a89d7997b7 CHANGES: move all contents from CHANGES to CHANGES.0 пре 14 година
CHANGES.0 ed0364343d removed trailing whitespace пре 12 година
CMakeLists.txt 030303fa99 CMakeLists.txt: add standard curl source code header пре 10 година
COPYING d237828ebc Bumped copyright year to 2014 пре 10 година
CTestConfig.cmake 6dd0277c22 ENH: move dashboard location пре 15 година
GIT-INFO ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp пре 11 година
MacOSX-Framework 992bee504d OS X framework: fix invalid symbolic link пре 11 година
Makefile.am cc8fad9a7f move msvc IDE related files to 'vs' directory tree пре 11 година
Makefile.dist 7cd45b297e Makefile.dist: Added support for VC7 пре 10 година
README 1609685fc2 various changes of CVS to git пре 14 година
RELEASE-NOTES a738bb1c9f RELEASE-NOTES: Synced with 0f213fdca1 пре 10 година
TODO-RELEASE 704a5dfca9 TODO-RELEASE: cleaned up, not really maintained lately пре 11 година
acinclude.m4 073b03fab7 acinclude: fix --without-ca-path when cross-compiling пре 10 година
buildconf 4a5aa6682d Revert changes relative to lib/*.[ch] recent renaming пре 11 година
buildconf.bat ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp пре 11 година
configure.ac 8b6654224b openssl: add ALPN support пре 10 година
contributors.sh 12ecd56da7 contributors.sh: output list RELEASE-NOTES formatted пре 10 година
curl-config.in 6f3e7aabdc curl-config.in: replace tabs by spaces пре 11 година
install-sh 72da89a74d install-sh: updated to support multiple source files as arguments пре 11 година
libcurl.pc.in 068f7ae264 build: prevent global LIBS from influencing src and lib build targets пре 11 година
log2changes.pl d2fc8b4a5f log2changes.pl: fix the Version output пре 12 година
maketgz da06ac7f3f maketgz: make bzip2 creation work with Parallel BZIP2 too пре 11 година
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 година
mkinstalldirs 72da89a74d install-sh: updated to support multiple source files as arguments пре 11 година

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.