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

Yang Tse f5548973ab Daniel Johnson provided a shell script that will perform all the steps needed 15 yıl önce
ares 51b46f451f Do not halt compilation when using VS2008 to build a Windows 2000 target 15 yıl önce
docs 07dc741e18 mention default port number 15 yıl önce
include 8f81fd6be5 - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for 15 yıl önce
lib f5548973ab Daniel Johnson provided a shell script that will perform all the steps needed 15 yıl önce
m4 b79c8f527f ignore 15 yıl önce
packages 4608d0157e Continue sync work on OS400 specific code and RPG binding. 15 yıl önce
perl 67a83c1b34 David Shaw finally removed all traces of Gopher and we are now officially 18 yıl önce
src 51b46f451f Do not halt compilation when using VS2008 to build a Windows 2000 target 15 yıl önce
tests 7f22da5230 verify that a 550-response for a RETR returns 78 but also that the control 15 yıl önce
.cvsignore bdc8f59c17 ignore another file that might be generated 16 yıl önce
CHANGES f5548973ab Daniel Johnson provided a shell script that will perform all the steps needed 15 yıl önce
CHANGES.0 8ad2fdd71e Moved all changes from 2007 from CHANGES to CHANGES.0 16 yıl önce
COPYING 4d50ca4e21 bump year 15 yıl önce
CVS-INFO c66943bd89 Updated some out-of-date information. 16 yıl önce
MacOSX-Framework f5548973ab Daniel Johnson provided a shell script that will perform all the steps needed 15 yıl önce
Makefile.am 9af4cf219e - 'reconf' is removed since we rather have users use 'buildconf' 15 yıl önce
Makefile.dist 8fbfd5916d Karl Moerder removed wsock32.lib from the vc9 makefiles 15 yıl önce
README 3440e8d208 don't use the mirrors anymore 16 yıl önce
RELEASE-NOTES f5548973ab Daniel Johnson provided a shell script that will perform all the steps needed 15 yıl önce
TODO-RELEASE 0302c21253 mention 4 pending fixes/patches 15 yıl önce
acinclude.m4 b9fdc0c251 - Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665) 15 yıl önce
buildconf 0cf10ae4d7 Remove following files generated on previous buildconf run: 15 yıl önce
buildconf.bat 14240e9e10 Initial support of curlbuild.h and curlrules.h which allows 16 yıl önce
configure.ac debe0b561d check for poll() as it is done for other functions 15 yıl önce
curl-config.in 9813cea1d0 Fixed curl-config when no features are enabled. 16 yıl önce
curl-style.el 39af394a1c removed tabs and trailing whitespace from source 20 yıl önce
install-sh ae1912cb0d Initial revision 25 yıl önce
libcurl.pc.in bbc002a505 - Keith Mok added supported_protocols and supported_features to the pkg-config 16 yıl önce
maketgz 3a7e8c9f5f lzma compressed tarballs too for some testing, it does produce MUCH smaller 15 yıl önce
missing 1180ef4b31 added the most recent one from automake 1.5, it complained on the former 23 yıl önce
mkinstalldirs ff812ccdc9 Make mkinstalldirs ignore umask, for consistency with the rest of the 16 yıl önce
sample.emacs 1fb74b4fa2 fixed spell, removed reference to a 'tools' subdir in the curl dir, as we 20 yıl önce
vc6curl.dsw 8b66981ce0 - I renamed everything in the windows builds files that used the name 'curllib' 15 yıl önce

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.