aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-11-17memory leak cleanup campaignDaniel Stenberg
2000-11-17changed the 'port' field to long to better work with the va_arg() systemDaniel Stenberg
2000-11-16data->err must be used, not stderrDaniel Stenberg
2000-11-15not printf()ing %s normally for character that weren't isprint() made thingsDaniel Stenberg
2000-11-13moved the followlocation field from the http struct to the urldata structDaniel Stenberg
2000-11-13Added space after the Cookie: header keywordDaniel Stenberg
2000-11-13Jörg updated the list of exported functionsDaniel Stenberg
2000-11-13Chris Faherty fixed a free-twice problemDaniel Stenberg
2000-11-10set type before checking --head size, as the type may cause the serverDaniel Stenberg
2000-11-10doing an ftp upload append that was already completed resulted in aDaniel Stenberg
2000-11-10adjusted to the changed getpass_r()Daniel Stenberg
2000-11-10new interface, updated Angus' license, dependent on HAVE_GETPASS_RDaniel Stenberg
2000-11-10Venkataramana Mokkapati corrected a cookie parser bugDaniel Stenberg
2000-11-07Added typecast to localtime_r()Daniel Stenberg
2000-11-07removed the perror() outputs as they did nothing good to usDaniel Stenberg
2000-11-06getpass_r() is the new getpass name for thread-safe getpass!Daniel Stenberg
2000-11-06new getpass proto and function pointer usageDaniel Stenberg
2000-11-06modified pgrsTime() to the new functionalityDaniel Stenberg
2000-11-06adjusted the time-keeping function to work better for location followingDaniel Stenberg
2000-11-06Emmanuel Tychon found a problem when specifying user-name only in a URLDaniel Stenberg
2000-11-01added signal in case sigaction is missingDaniel 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-26removed old unused getpass() leftoversDaniel Stenberg
2000-10-26Georg Horn provided a fix for the timeout signal stuff. Finally the timeoutDaniel Stenberg
2000-10-26renamed getpass() to my_getpass() and it is now thread-safe and shouldDaniel Stenberg
2000-10-25compiles on Linux 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-12sprintf() => snprintf()Daniel 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-09I commented the -DMALLOCDEBUG flag to make it easier to addDaniel 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-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-06HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg
2000-10-04counts header and request sizeDaniel 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