2
0

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

Yang Tse 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
CMake 1272621ebc removed pointless file 15 жил өмнө
ares 80186aa7f4 Use build-time configured ares_socklen_t instead of socklen_t 15 жил өмнө
docs 2788aa366c Jose Goncalves fixed my crappy spelling! 15 жил өмнө
include 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
lib 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
m4 e323abe5d9 Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLUDES_* 15 жил өмнө
packages 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
perl 67a83c1b34 David Shaw finally removed all traces of Gopher and we are now officially 18 жил өмнө
src 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
tests 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
.cvsignore 8cd1f1f7f9 ignore 15 жил өмнө
CHANGES 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
CHANGES.0 662727ca3e Moved 7.19.2 and older entries from CHANGES to CHANGES.0 (the latter is not 15 жил өмнө
CMakeLists.txt 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
COPYING 4d50ca4e21 bump year 15 жил өмнө
CTestConfig.cmake 7c1fecc94a (From Bill Hoffman & Sukender) Added Dashboard reports. 15 жил өмнө
CVS-INFO c66943bd89 Updated some out-of-date information. 16 жил өмнө
MacOSX-Framework eed4a13b3b Daniel Johnson improved the MacOSX-Framework shell script to now perform all 15 жил өмнө
Makefile.am d27519c0ca Add missing cmake files to the tarball (thanks to Richard Atterer's report) 15 жил өмнө
Makefile.dist 8fbfd5916d Karl Moerder removed wsock32.lib from the vc9 makefiles 15 жил өмнө
README 3440e8d208 don't use the mirrors anymore 16 жил өмнө
RELEASE-NOTES 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
TODO-RELEASE 589d2ee7b5 David McCreedy's "TPF-platform specific changes to various files" patch follow-up 15 жил өмнө
acinclude.m4 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
buildconf c86c294f55 - Andreas Farber made the 'buildconf' script check for the presence of m4 15 жил өмнө
buildconf.bat ec16121fb3 fix EOL 15 жил өмнө
configure.ac 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
curl-config.in 1b6d18fcb0 removed useless comment 15 жил өмнө
curl-style.el 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 жил өмнө
diff-exclude 02449d9aa5 Gah! We can't have 'curl' added here since even though it removes the curl 15 жил өмнө
install-sh ae1912cb0d Initial revision 24 жил өмнө
libcurl.pc.in bbc002a505 - Keith Mok added supported_protocols and supported_features to the pkg-config 16 жил өмнө
maketgz 3a7e8c9f5f lzma compressed tarballs too for some testing, it does produce MUCH smaller 15 жил өмнө
missing 1180ef4b31 added the most recent one from automake 1.5, it complained on the former 23 жил өмнө
mkinstalldirs ff812ccdc9 Make mkinstalldirs ignore umask, for consistency with the rest of the 16 жил өмнө
sample.emacs 1fb74b4fa2 fixed spell, removed reference to a 'tools' subdir in the curl dir, as we 20 жил өмнө
vc6curl.dsw 8b66981ce0 - I renamed everything in the windows builds files that used the name 'curllib' 15 жил өмнө

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/

CVS

To download the very latest source off the CVS server do this:

cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login

(just press enter when asked for password)

cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl co curl

(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.