aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-31new package related fileDaniel Stenberg
2000-10-30removed extra comma in the CURLINFO enum typedefDaniel Stenberg
2000-10-30Added CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFODaniel Stenberg
2000-10-30the verify cert stuff is now added!Daniel Stenberg
2000-10-30T. Bharath's ssl patchDaniel Stenberg
2000-10-30typecasted the localtime_r() return code to not make it not warn even if theDaniel Stenberg
2000-10-30new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg
2000-10-27Added section 4.8 I found a bug and did some minor cosmeticsDaniel Stenberg
2000-10-27Added description on how to use the newly supported multiple -d optionsDaniel Stenberg
2000-10-27Added sigaction checkDaniel Stenberg
2000-10-27post 7.4.1 changesDaniel Stenberg
2000-10-26removed old unused getpass() leftoversDaniel Stenberg
2000-10-26Georg Horn provided a fix for the timeout signal stuff. Finally the timeoutDaniel Stenberg
2000-10-26removed getpass-check since getpass() is no longer being usedDaniel Stenberg
2000-10-26renamed getpass() to my_getpass() and it is now thread-safe and shouldDaniel Stenberg
2000-10-26Kevin Roth's bugreport with config files containing '-v defaulturl' is nowDaniel Stenberg
2000-10-26Kevin P Roth's idea of supporting multiple -d options was turned into realityDaniel Stenberg
2000-10-25Replaced the former bug report email address with the new curl-bug@haxx.seDaniel Stenberg
2000-10-25Added a few ideasDaniel Stenberg
2000-10-25tiny spell correctionDaniel Stenberg
2000-10-25compiles on Linux nowDaniel Stenberg
2000-10-23the configure script dynamically gets the version from the include file nowDaniel Stenberg
2000-10-20remote_port used in Host: headers only when non-defaultDaniel Stenberg
2000-10-17made the speedcheck actually work againDaniel Stenberg
2000-10-167.4.1 commitDaniel Stenberg
2000-10-12pre5 and pre6 fixesDaniel Stenberg
2000-10-12Added lib/libcurl.def for win32 DLL creationsDaniel Stenberg
2000-10-12just removed some example lines in the top commentDaniel Stenberg
2000-10-12Jörn added glob_cleanup()Daniel Stenberg
2000-10-12sprintf() => snprintf()Daniel Stenberg
2000-10-11updated to better reflect realityDaniel Stenberg
2000-10-11make curl capable of using the mozilla SSL engineDaniel Stenberg
2000-10-11free the URL string if that was allocatedDaniel Stenberg
2000-10-11free the FTP struct already in the _done() functionDaniel Stenberg
2000-10-11memory leak adjustsDaniel Stenberg
2000-10-09removed the header that confuses PHPDaniel Stenberg
2000-10-09added the bool typedef, moved here from curl/curl.hDaniel Stenberg
2000-10-09bool typedef fixDaniel Stenberg
2000-10-09use this to analyze the memory debug logs MALLOCDEBUG will generateDaniel Stenberg
2000-10-09just too many to mentionDaniel Stenberg
2000-10-09Added commented MALLOCDEBUG stuff for memory debuggingDaniel Stenberg
2000-10-09I commented the -DMALLOCDEBUG flag to make it easier to addDaniel Stenberg
2000-10-09added memory debugging supportDaniel Stenberg
2000-10-09added memory debugging include fileDaniel Stenberg
2000-10-09added for memory leak debugging etcDaniel Stenberg
2000-10-08GetHost() did not properly assign the third argument pointer!Daniel Stenberg
2000-10-06corrected the --longoption parserDaniel Stenberg
2000-10-06removed include "writeout.h"Daniel Stenberg
2000-10-06Jörg's updated makefileDaniel Stenberg
2000-10-06the --interface code doesn't work on win32 and is #ifndef WIN32 nowDaniel Stenberg