aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-27James Clancy updated the Borland makefilesDaniel Stenberg
2003-11-27Markus Moeller and SPNEGODaniel Stenberg
2003-11-27Markus Moeller's change to check for HAVE_SPNEGO instead of the previousDaniel Stenberg
2003-11-27Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGODaniel Stenberg
2003-11-25filed is not fixed ;-)Daniel Stenberg
2003-11-25a committed bugfix describedDaniel Stenberg
2003-11-25test 95 added, verifies my fix for bug report #848371Daniel Stenberg
2003-11-25When basic is the only auth wanted (which it is by default), the auth phaseDaniel Stenberg
is always considered done immediately as Basic needs to extra passes. This fix corrects bug report #848371.
2003-11-25requires a SSL-capable clientDaniel Stenberg
2003-11-25clarified Maciej W. Rozycki's fixDaniel Stenberg
2003-11-24allow the end-of-headers from a proxy response to CONNECT end with a CRCRDaniel Stenberg
as well as a CRLF
2003-11-24test proxy CONNECT requiring basic auth but we don't provide anyDaniel Stenberg
2003-11-24new way to trick sws to return special data on CONNECTDaniel Stenberg
2003-11-24somewhat up to speed with the develDaniel Stenberg
2003-11-24--ftp-ssl support addedDaniel Stenberg
2003-11-24proper ftps:// support addedDaniel Stenberg
2003-11-24prevent warning for non-SSL buildsDaniel Stenberg
2003-11-24windows build fix based on a patch by Gisle VanemDaniel Stenberg
2003-11-24adjusted code to the new socket fields in the sessionhandle structDaniel Stenberg
2003-11-24disable ftps-tests for now, we must make them work with the updated ftpsDaniel Stenberg
functionality
2003-11-24FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg
2003-11-24fixesDaniel Stenberg
2003-11-24Gaz Iqbal fixed a range string memory leak!Daniel Stenberg
2003-11-24fixed wrong commentDaniel Stenberg
2003-11-23Gisle Vanem fixed the Windows buildDaniel Stenberg
2003-11-23FTPSSL support options and defines addedDaniel Stenberg
2003-11-20combine the two identical casesDaniel Stenberg
2003-11-20three more fixesDaniel Stenberg
2003-11-20bail out properly on a 407 when we can't authenticate basic, bug reportDaniel Stenberg
#845247
2003-11-20request a file over proxy without credentials, and get a 407 backDaniel Stenberg
2003-11-19unconditional progressbarinit cures a windows crashDaniel Stenberg
2003-11-19If a partial file has been read or written, force a closure the existingDaniel Stenberg
connection to avoid re-use of it, since we cannot know in what state it is.
2003-11-19respect bits.close even if an error already is set, but make sure that theDaniel Stenberg
existing error is the one returned back
2003-11-19cut off old crappy win32 comments and use the proper global_init insteadDaniel Stenberg
also removed very old "require libcurl older than blablabla"
2003-11-19cleaned upDaniel Stenberg
2003-11-19remove the wrong win32 comment and use global_initDaniel Stenberg
2003-11-17Maciej W. Rozycki's configure patchDaniel Stenberg
2003-11-17Maciej W. Rozycki made this script use a cache variable for the writableDaniel Stenberg
argv test. This way, the default can be overridden better (for cross-compiles etc)
2003-11-15do ares_destroy() on the ares handle when we're done in Curl_is_resolved()Daniel Stenberg
2003-11-15twoDaniel Stenberg
2003-11-15Mathias Axelsson found a case where we free()d the server certificate twice!Daniel Stenberg
2003-11-14Siddhartha Prakash Jain found a case with a bad resolve that we didn'tDaniel Stenberg
properly bail out from, when using ares.
2003-11-13updatedDaniel Stenberg
2003-11-13Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.Daniel Stenberg
I guess it seldomly happens on linux and that's why it wasn't found before. He used Solaris to notice it. I took the opportunity to rewrite the Curl_connecthost() slightly to feature less duplicate code in the two different versions (ipv4/ipv6).
2003-11-13-n disables valgrind nowDaniel Stenberg
2003-11-13Default Content-Type for formparts has changed to "application/octet-stream".Daniel Stenberg
This seems more appropriate, and I believe mozilla and the likes do this. .html files now get text/html as Content-Type. Pointed out in bug report #839806.
2003-11-13don't log failed socket() callsDaniel Stenberg
2003-11-13Gisle Vanem added a flush to make the progress-bar look better on windowsDaniel Stenberg
(at least).
2003-11-12mention it was added in 7.10.9Daniel Stenberg
2003-11-12a resume http upload bugDaniel Stenberg