aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-13request a page from HTTPS but get no headersDaniel Stenberg
2002-09-11recent fixesDaniel Stenberg
2002-09-11Lukasz Czekierda correctly pointed out that curl used a bad Host: headerDaniel Stenberg
when talking to a IPv6-server using IPv6 IP address only.
2002-09-11ignore html files hereDaniel Stenberg
2002-09-11added more recent return codesDaniel Stenberg
2002-09-11filled in the -k text tooDaniel Stenberg
2002-09-11added -k for 7.10, added some more details on -y based on comments fromDaniel Stenberg
Kingsley Morse
2002-09-09we are MIT-onlyDaniel Stenberg
2002-09-09minor indent changeDaniel Stenberg
2002-09-09remove redundant commentDaniel Stenberg
2002-09-09configure --disable-http is not properly workingDaniel Stenberg
2002-09-09Ricardo Cadime helped us work out another check for the ## preprocessorDaniel Stenberg
directive.
2002-09-07Added ZLIB switch for activation of content encoding in Makefile.m32Joern Hartroth
2002-09-07Added zlib Library.Joern Hartroth
2002-09-06Added content_encoding files.Joern Hartroth
2002-09-05fixed the pkgadd targetDaniel Stenberg
2002-09-04Added multi.c to curllib.dsp to fix win32 buildsm
2002-09-04Sven Neuhaus made --silent being acknowledged even when multiple URLsDaniel Stenberg
were used
2002-09-04remove -lzDaniel Stenberg
2002-09-03we're now MIT licensed onlyDaniel Stenberg
2002-09-03no longer package MITX.txt or MPL-1.1.txt since we now use COPYING onlyDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-09-037.10-pre2Daniel Stenberg
2002-09-03fixed the dist-hook and added the missing header fileDaniel Stenberg
2002-09-03better name for the legal/license/copyright stuffDaniel Stenberg
2002-09-02added some curl-config detailsDaniel Stenberg
2002-09-02AC_SUBST HAVE_LIBZ for curl-config.inDaniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-09-02ca bundle to useDaniel Stenberg
2002-09-02adjusted to more HTTP-strict version strings and to offer LIBZ infoDaniel Stenberg
2002-09-02Jon Topper pointed out a code example bugDaniel Stenberg
2002-08-30mooDaniel Stenberg
2002-08-30if verifypeer is enabled but nether CAfile nor CApath is, then don't tryDaniel Stenberg
to load "verify_locations"
2002-08-30prevent compiler warningDaniel Stenberg
2002-08-30CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg
proceed fine with the already existing options, just having a different internal library default for capath.
2002-08-30support DESTDIR for the bundleDaniel Stenberg
2002-08-30--ca shows ca bundle pathDaniel Stenberg
2002-08-30new testsDaniel Stenberg
2002-08-30show return code when run verboseDaniel Stenberg
2002-08-30recent fixesDaniel Stenberg
2002-08-30SOCKS5 support added (contributed by a still unnamed person). Not properlyDaniel Stenberg
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust.
2002-08-30ca-bundle stuff for configure and generated header fileDaniel Stenberg
2002-08-29more explicit texts on the 4.2 answerDaniel Stenberg
2002-08-29remove the data and conn fields from the Curl_transfer_keeper struct, theyDaniel Stenberg
weren't used anyway and mostly caused confusion
2002-08-26SSL_INSECURE support and usage addedDaniel Stenberg
2002-08-26ignore theseDaniel Stenberg
2002-08-26updated for the new SSL -kDaniel Stenberg
added two new tests to test the absense of -k to insecure SSL sites
2002-08-26add more things to doDaniel Stenberg
2002-08-26don't attempt to ftp_cwd() on a NULL pathDaniel Stenberg
2002-08-26Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg