aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-08-26corrected the year stringDaniel Stenberg
2002-08-26don't close stdin, close the actual file handle we have!Daniel Stenberg
Keith MacDonald found it.
2002-08-22since 7.9.9-pre1Daniel Stenberg
2002-08-22Markus F.X.J. Oberhumer's cvsignore fixesDaniel Stenberg
2002-08-22Markus F.X.J. Oberhumer added better NOSIGNAL description and fixedDaniel Stenberg
spelling error
2002-08-22Markus F.X.J. Oberhumer's added notes about NOSIGNAL in the TIMEOUTDaniel Stenberg
descriptions, slightly edited by me.
2002-08-22Markus F.X.J. Oberhumer added a section about NOSIGNAL and libcurl inDaniel Stenberg
multi-threaded use
2002-08-22Markus F.X.J. Oberhumer's added commentDaniel Stenberg
2002-08-22Markus Oberhumer improved an out-of-memory checkDaniel Stenberg
I reformatted some functions using a different indent than the rest of the file.
2002-08-22bug report #588027 converted to a KNOWN BUG, as we have no intention toDaniel Stenberg
correct this problem within the nearest period
2002-08-22allow undefined symbols!Daniel Stenberg
2002-08-21NOSIGNAL, BUFFERSIZE and clarification for the PROGRESSFUNCTIONDaniel Stenberg
2002-08-21modified the copyright line and shortened the phrasing in this license toDaniel Stenberg
become even shorter, but retaining the same meaning and effect for all users.
2002-08-20Added three more pragmas for MSVC++ compiles.Daniel Stenberg
We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist.
2002-08-20prevent compiler warningsDaniel Stenberg
2002-08-20windows has stdlib.hDaniel Stenberg
2002-08-15modified again to look better HTML convertedDaniel Stenberg
2002-08-15Leonce Limousin pointed out flawsDaniel Stenberg
2002-08-14Wez Furlong's ideas and some cleaning up/clarifyingDaniel Stenberg
2002-08-14re-order the compiler arguments to keep more compiler happyDaniel Stenberg
2002-08-13include curl-includes "local" instead of <curl/foo>Daniel Stenberg