aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-10minor language fixesDaniel Stenberg
2003-12-10Eric S. Raymond's fix of the NAME sectionDaniel Stenberg
2003-12-09added some details from the old scrollsDaniel Stenberg
2003-12-08removed old version checksDaniel Stenberg
2003-12-08use the newer option namesDaniel Stenberg
2003-12-08updated 5.5 to use the modern names of these definesDaniel Stenberg
2003-12-08ares in curl-configDaniel Stenberg
2003-12-08removed one, added oneDaniel Stenberg
2003-12-08-lz fixDaniel Stenberg
2003-12-08no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does thatDaniel Stenberg
automatically!
2003-12-08updatedDaniel Stenberg
2003-12-08better human error message when a FTP response can't be readDaniel Stenberg
2003-12-08curl-config now shows asyncdns if built with ares enabledDaniel Stenberg
2003-12-04based on Gisle's comment, I removed the use of syslog() and fixed theDaniel Stenberg
netdb.h include, then I re-indented some code to use curl-style
2003-12-04minor edit of the PRIVATE optionDaniel Stenberg
2003-12-04cut out the wrong version blurbDaniel Stenberg
2003-12-03edited the -d section slightlyDaniel Stenberg
2003-12-03minor editDaniel Stenberg
2003-12-03VMSDaniel Stenberg
2003-12-03Marty Kuhrt moved most of the VMS stuff to a separate header file.Daniel Stenberg
2003-12-03new VMS filesDaniel Stenberg
2003-12-03Marty Kuhrt updatesDaniel Stenberg
2003-12-03my contentlength adjustment broke the ftp download range stuff, this makesDaniel Stenberg
it work again
2003-12-03Steve Green fixed Curl_resolv()Daniel Stenberg
2003-12-03Ignore content-length when chunked transfer-encoding is transfered.Daniel Stenberg
2003-12-02less complicated code for the MSG_NOSIGNAL detectionDaniel Stenberg
2003-12-02that MSG_NOSIGNAL check serves no useful purpose!Daniel Stenberg
2003-12-02--ftp-pasvDaniel Stenberg
2003-12-02--ftp-pasv now overrides a previous --ftpport option. We now also supportDaniel Stenberg
it named "--ftp-port" as the additional dash between the words is used in several other options and this makes it more consistant.
2003-12-02fix compiler warningsDaniel Stenberg
2003-12-02use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg
2003-12-02renamed the KRB4 to HAVE_KRB4Daniel Stenberg
2003-12-02fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by meDaniel Stenberg
2003-12-02MSG_NOSIGNALDaniel Stenberg
2003-12-02If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() andDaniel Stenberg
recv() and we no longer attempt to ignore the SIGPIPE signal.
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
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