aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-02-17how to disable FTP PORTDaniel Stenberg
2003-02-17This script clearly misses to remove the build dir at times when it exits,Daniel Stenberg
2003-02-17mention --trace and --trace-ascii in the -v/--versbose section to remindDaniel Stenberg
2003-02-14mention more cacert magicDaniel Stenberg
2003-02-14Fix Curl_is_connected() even more to deal with waitconnect() return codesDaniel Stenberg
2003-02-14Matthew Clarke built curl on AIX 3.2.5Daniel Stenberg
2003-02-14include <sys/socket.h> to compile the fd_set stuff properly on all systemsDaniel Stenberg
2003-02-14geterrno() renamed to ourerrno() to prevent the name clash that occurred inDaniel Stenberg
2003-02-14Martin C. Martin's fix for multi-interface connects to non-listening ports.Daniel Stenberg
2003-02-13Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in theDaniel Stenberg
2003-02-08languageDaniel Stenberg
2003-02-06include stdarg.h since we use va_* stuffDaniel Stenberg
2003-02-05I made curl run fine on a XScale/PXA250Daniel Stenberg
2003-02-05Re-arranged the SSL connection code (again). The recent fix was not a veryDaniel Stenberg
2003-02-04added the sharing of DNS cacheJean-Philippe Barette-LaPierre
2003-02-04VMS has setjmp.hDaniel Stenberg
2003-02-04Nico Baggus updated build script for VMSDaniel Stenberg
2003-02-04assume zlib 1.1.4 - pointed out by Kevin RothDaniel Stenberg
2003-02-04HAVE_LIBZ is the actual name of the define we useDaniel Stenberg
2003-02-04make it more obvious what this is by not even trying to show a manualDaniel Stenberg
2003-02-04James Bursa corrected a bad commentDaniel Stenberg
2003-02-04fixes during the last couple of daysDaniel Stenberg
2003-02-04Improved error reporting in case of bad SSL_connect()s, and we also noDaniel Stenberg
2003-02-03scan through the PATH as well, to find stunnelDaniel Stenberg
2003-02-03Julian Noble pointed out that capath is indeed working fine on WindowsDaniel Stenberg
2003-01-31Kevin Roth corrected the zlib stuff to work better.Daniel Stenberg
2003-01-30don't check for the CA cert bundle if --insecure is usedDaniel Stenberg
2003-01-30typecast the argument to isspace() to an int to prevent warnings on someDaniel Stenberg
2003-01-30curl now uses stricter VERIFYHOST by default and only uses a lesser checkDaniel Stenberg
2003-01-30Fixes bug #669059. We now extract the Content-Type better and more accurate.Daniel Stenberg
2003-01-30test case 57 - verifies that the Content-Type extraction does not stop onDaniel Stenberg
2003-01-29changes from the last week or soDaniel Stenberg
2003-01-29HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and thenDaniel Stenberg
2003-01-29John McGowan found a problem where the DEBUGFUNCTION was called with badDaniel Stenberg
2003-01-29add the new emacs file and removed the former oneDaniel Stenberg
2003-01-29example showing how a .emacs using curl-style.el could look like, thanksDaniel Stenberg
2003-01-29this is the former emacs file we no longer use, go with curl-style.el andDaniel Stenberg
2003-01-29reset conn->size to -1 on the ftp-do function to make it not go on toDaniel Stenberg
2003-01-29previous changesDaniel Stenberg
2003-01-29removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg
2003-01-29removed weirdo {{{ and }}} commentsDaniel Stenberg
2003-01-28the README.curl is named MANUAL these daysDaniel Stenberg
2003-01-28revised and betterDaniel Stenberg
2003-01-27removed -Wcast-align from --enable-debug with gcc, it just gives too manyDaniel Stenberg
2003-01-27Removed the long-living compiler warnings on the des_pcbc_encrypt() functionDaniel Stenberg
2003-01-27tests that were not run due to restraints (the netrc-tests) were countedDaniel Stenberg
2003-01-27made it workDaniel Stenberg
2003-01-24Bertrand Demiddelaer found and fixed this memory leak.Daniel Stenberg
2003-01-23string.h keeps the proto for memset() on some platforms, used for FD_ZERODaniel Stenberg
2003-01-23added a default to the switch() in order to prevent a compiler warningDaniel Stenberg