aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
stuff to ../src in the lib directory's Makefile.in otherwise!
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
2000-10-03added the new upload_bufsize to the connectdata structDaniel Stenberg
2000-10-03inits the upload_bufsize at connect timeDaniel Stenberg
2000-10-03new upload-buffer size design that starts with a smallish buffer and increasesDaniel Stenberg
its size in case of need
2000-10-03introduced the new add_buffer() concept that makes the HTTP request to getDaniel Stenberg
sent in only one shot
2000-10-02Added curl_easy_getinfo.3Daniel Stenberg
2000-10-02added a small suggestion on how to get the curl man page in text formatDaniel Stenberg
without nroff
2000-10-02Uses the new "client-side" writeout functionDaniel Stenberg
2000-10-02removed writeout.[ch] and added getinfo.cDaniel Stenberg
2000-10-02Added writeout.cDaniel Stenberg
2000-10-02writeout.[ch] added in src/Daniel Stenberg
2000-10-02moved out from the library and put here, uses the new curl_easy_getinfo()Daniel Stenberg