aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-02If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() andDaniel Stenberg
2003-12-02check for MSG_NOSIGNALDaniel Stenberg
2003-12-02Gisle Vanem fixed the check-order for FTPS and FTP.Daniel Stenberg
2003-12-01updatedDaniel Stenberg
2003-12-01FTPS now works pretty goodDaniel Stenberg
2003-12-01FTPS now works with active ftp and uploads too.Daniel Stenberg
2003-11-30Sven Wegener runs the new German web mirrorDaniel Stenberg
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
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
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
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
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
2003-11-19respect bits.close even if an error already is set, but make sure that theDaniel Stenberg
2003-11-19cut off old crappy win32 comments and use the proper global_init insteadDaniel Stenberg
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
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
2003-11-13updatedDaniel Stenberg