summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does thatDaniel Stenberg2003-12-081-1/+0
* updatedDaniel Stenberg2003-12-082-4/+13
* better human error message when a FTP response can't be readDaniel Stenberg2003-12-081-1/+1
* curl-config now shows asyncdns if built with ares enabledDaniel Stenberg2003-12-083-1/+11
* based on Gisle's comment, I removed the use of syslog() and fixed theDaniel Stenberg2003-12-041-65/+67
* minor edit of the PRIVATE optionDaniel Stenberg2003-12-041-2/+3
* cut out the wrong version blurbDaniel Stenberg2003-12-041-3/+0
* edited the -d section slightlyDaniel Stenberg2003-12-031-3/+3
* minor editDaniel Stenberg2003-12-031-1/+1
* VMSDaniel Stenberg2003-12-031-0/+3
* Marty Kuhrt moved most of the VMS stuff to a separate header file.Daniel Stenberg2003-12-031-118/+3
* new VMS filesDaniel Stenberg2003-12-031-1/+1
* Marty Kuhrt updatesDaniel Stenberg2003-12-034-52/+337
* my contentlength adjustment broke the ftp download range stuff, this makesDaniel Stenberg2003-12-031-1/+4
* Steve Green fixed Curl_resolv()Daniel Stenberg2003-12-032-0/+5
* Ignore content-length when chunked transfer-encoding is transfered.Daniel Stenberg2003-12-033-9/+21
* less complicated code for the MSG_NOSIGNAL detectionDaniel Stenberg2003-12-021-1/+2
* that MSG_NOSIGNAL check serves no useful purpose!Daniel Stenberg2003-12-021-12/+0
* --ftp-pasvDaniel Stenberg2003-12-021-0/+4
* --ftp-pasv now overrides a previous --ftpport option. We now also supportDaniel Stenberg2003-12-022-12/+30
* fix compiler warningsDaniel Stenberg2003-12-022-1/+3
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-029-21/+21
* renamed the KRB4 to HAVE_KRB4Daniel Stenberg2003-12-021-1/+1
* fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by meDaniel Stenberg2003-12-021-20/+31
* MSG_NOSIGNALDaniel Stenberg2003-12-021-0/+6
* If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() andDaniel Stenberg2003-12-022-10/+19
* check for MSG_NOSIGNALDaniel Stenberg2003-12-021-0/+12
* Gisle Vanem fixed the check-order for FTPS and FTP.Daniel Stenberg2003-12-021-4/+3
* updatedDaniel Stenberg2003-12-011-2/+5
* FTPS now works pretty goodDaniel Stenberg2003-12-011-1/+10
* FTPS now works with active ftp and uploads too.Daniel Stenberg2003-12-011-49/+59
* Sven Wegener runs the new German web mirrorDaniel Stenberg2003-11-301-0/+1
* James Clancy updated the Borland makefilesDaniel Stenberg2003-11-274-11/+14
* Markus Moeller and SPNEGODaniel Stenberg2003-11-271-0/+3
* Markus Moeller's change to check for HAVE_SPNEGO instead of the previousDaniel Stenberg2003-11-271-2/+2
* Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGODaniel Stenberg2003-11-271-7/+12
* filed is not fixed ;-)Daniel Stenberg2003-11-251-1/+1
* a committed bugfix describedDaniel Stenberg2003-11-251-1/+10
* test 95 added, verifies my fix for bug report #848371Daniel Stenberg2003-11-252-1/+50
* When basic is the only auth wanted (which it is by default), the auth phaseDaniel Stenberg2003-11-251-14/+18
* requires a SSL-capable clientDaniel Stenberg2003-11-251-0/+3
* clarified Maciej W. Rozycki's fixDaniel Stenberg2003-11-251-3/+3
* allow the end-of-headers from a proxy response to CONNECT end with a CRCRDaniel Stenberg2003-11-241-2/+4
* test proxy CONNECT requiring basic auth but we don't provide anyDaniel Stenberg2003-11-242-1/+43
* new way to trick sws to return special data on CONNECTDaniel Stenberg2003-11-242-0/+11
* somewhat up to speed with the develDaniel Stenberg2003-11-241-2/+10
* --ftp-ssl support addedDaniel Stenberg2003-11-241-4/+19
* proper ftps:// support addedDaniel Stenberg2003-11-241-1/+28
* prevent warning for non-SSL buildsDaniel Stenberg2003-11-241-2/+2
* windows build fix based on a patch by Gisle VanemDaniel Stenberg2003-11-241-3/+4