aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2000-10-06added for the win32 versionDaniel Stenberg
2000-10-06moved the src/config.h stuff to the bottom, as automake were adding includeDaniel Stenberg
2000-10-06HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg
2000-10-04filled in more information on the optionsDaniel Stenberg
2000-10-04size_request and size_header added to the -w descriptionDaniel Stenberg
2000-10-04-w supports size_header and size_requestDaniel Stenberg
2000-10-04counts header and request sizeDaniel Stenberg
2000-10-03Added Jason S. Priebe as contributorDaniel Stenberg
2000-10-03documented writeinfo as removed in 7.4Daniel Stenberg
2000-10-03introduced in libcurl 7.4Daniel Stenberg
2000-10-03removed writeinfo stuffDaniel Stenberg
2000-10-03add_buffer_send() free()d the buffer *before* it was used! :-ODaniel Stenberg