Age | Commit message (Expand) | Author |
2003-12-03 | new VMS files | Daniel Stenberg |
2003-12-03 | Marty Kuhrt updates | Daniel Stenberg |
2003-12-03 | my contentlength adjustment broke the ftp download range stuff, this makes | Daniel Stenberg |
2003-12-03 | Steve Green fixed Curl_resolv() | Daniel Stenberg |
2003-12-03 | Ignore content-length when chunked transfer-encoding is transfered. | Daniel Stenberg |
2003-12-02 | less complicated code for the MSG_NOSIGNAL detection | Daniel Stenberg |
2003-12-02 | that MSG_NOSIGNAL check serves no useful purpose! | Daniel Stenberg |
2003-12-02 | --ftp-pasv | Daniel Stenberg |
2003-12-02 | --ftp-pasv now overrides a previous --ftpport option. We now also support | Daniel Stenberg |
2003-12-02 | fix compiler warnings | Daniel Stenberg |
2003-12-02 | use the HAVE_KRB4 define instead of just KRB4 | Daniel Stenberg |
2003-12-02 | renamed the KRB4 to HAVE_KRB4 | Daniel Stenberg |
2003-12-02 | fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by me | Daniel Stenberg |
2003-12-02 | MSG_NOSIGNAL | Daniel Stenberg |
2003-12-02 | If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and | Daniel Stenberg |
2003-12-02 | check for MSG_NOSIGNAL | Daniel Stenberg |
2003-12-02 | Gisle Vanem fixed the check-order for FTPS and FTP. | Daniel Stenberg |
2003-12-01 | updated | Daniel Stenberg |
2003-12-01 | FTPS now works pretty good | Daniel Stenberg |
2003-12-01 | FTPS now works with active ftp and uploads too. | Daniel Stenberg |
2003-11-30 | Sven Wegener runs the new German web mirror | Daniel Stenberg |
2003-11-27 | James Clancy updated the Borland makefiles | Daniel Stenberg |
2003-11-27 | Markus Moeller and SPNEGO | Daniel Stenberg |
2003-11-27 | Markus Moeller's change to check for HAVE_SPNEGO instead of the previous | Daniel Stenberg |
2003-11-27 | Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGO | Daniel Stenberg |
2003-11-25 | filed is not fixed ;-) | Daniel Stenberg |
2003-11-25 | a committed bugfix described | Daniel Stenberg |
2003-11-25 | test 95 added, verifies my fix for bug report #848371 | Daniel Stenberg |
2003-11-25 | When basic is the only auth wanted (which it is by default), the auth phase | Daniel Stenberg |
2003-11-25 | requires a SSL-capable client | Daniel Stenberg |
2003-11-25 | clarified Maciej W. Rozycki's fix | Daniel Stenberg |
2003-11-24 | allow the end-of-headers from a proxy response to CONNECT end with a CRCR | Daniel Stenberg |
2003-11-24 | test proxy CONNECT requiring basic auth but we don't provide any | Daniel Stenberg |
2003-11-24 | new way to trick sws to return special data on CONNECT | Daniel Stenberg |
2003-11-24 | somewhat up to speed with the devel | Daniel Stenberg |
2003-11-24 | --ftp-ssl support added | Daniel Stenberg |
2003-11-24 | proper ftps:// support added | Daniel Stenberg |
2003-11-24 | prevent warning for non-SSL builds | Daniel Stenberg |
2003-11-24 | windows build fix based on a patch by Gisle Vanem | Daniel Stenberg |
2003-11-24 | adjusted code to the new socket fields in the sessionhandle struct | Daniel Stenberg |
2003-11-24 | disable ftps-tests for now, we must make them work with the updated ftps | Daniel Stenberg |
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg |
2003-11-24 | fixes | Daniel Stenberg |
2003-11-24 | Gaz Iqbal fixed a range string memory leak! | Daniel Stenberg |
2003-11-24 | fixed wrong comment | Daniel Stenberg |
2003-11-23 | Gisle Vanem fixed the Windows build | Daniel Stenberg |
2003-11-23 | FTPSSL support options and defines added | Daniel Stenberg |
2003-11-20 | combine the two identical cases | Daniel Stenberg |
2003-11-20 | three more fixes | Daniel Stenberg |
2003-11-20 | bail out properly on a 407 when we can't authenticate basic, bug report | Daniel Stenberg |