aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2001-01-04updated license text in headersDaniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-12-30ftpsendf() is remade to send the entire command in one write(), as someDaniel Stenberg
2000-12-19include unistd.h if present to prevent compiler warnings on close()Daniel Stenberg
2000-12-19Added fopen() and fclose() leak trackingDaniel Stenberg
2000-12-19fixed a leaked file descriptor when PORT failedDaniel Stenberg
2000-12-18fixed accept() for memory debuggingDaniel Stenberg
2000-12-16changed the return code checker in the quote command send to only failDaniel Stenberg
2000-12-14added socket() / sclose() checks to the memdebug systemDaniel Stenberg
2000-12-11unix style newlinesDaniel Stenberg
2000-12-07Added SA_RESTART since (some) HPUX doesn't have that define and it doesn'tDaniel Stenberg
2000-12-05Added the borland makefilesDaniel Stenberg
2000-12-05changed third argument to size_t to match SCO prototypeDaniel Stenberg
2000-12-047.5-commitDaniel Stenberg
2000-11-30Added -version-info and lots of infoDaniel Stenberg
2000-11-30added a typecast to shut up a VC++ warning when converting from longDaniel Stenberg
2000-11-30Craig Davison updated thisDaniel Stenberg
2000-11-29removed #if 0 sectionsDaniel Stenberg
2000-11-29removed #if 0 sectionDaniel Stenberg
2000-11-29removed '#if 0' sectionsDaniel Stenberg
2000-11-28free the URL on redirections, this was a previous memory leakDaniel Stenberg
2000-11-28James Griffiths' max-redirs fixDaniel Stenberg
2000-11-27Added the memdebug include fileDaniel Stenberg
2000-11-22document time fixesDaniel Stenberg
2000-11-22Added struct fields to deal with time-of-documentDaniel Stenberg
2000-11-22client_write() proto and defines addedDaniel Stenberg
2000-11-22uses client_write()Daniel Stenberg
2000-11-22uses client_write() nowDaniel Stenberg
2000-11-22Added the client_write() functionDaniel Stenberg
2000-11-22uses the new client_write() functionDaniel Stenberg
2000-11-22GetLastResponse() modified to return ftp code as integerDaniel Stenberg
2000-11-21set rangestringalloc to 0 after the string has been freed to prevent itDaniel Stenberg
2000-11-21uses the "internal" mprintf() routines for formatted outputDaniel Stenberg
2000-11-21bad directory name extractor fixed, now always free the file and directoryDaniel Stenberg
2000-11-21curl_unescape() did not stop at the set length properly when %-codes wereDaniel Stenberg
2000-11-21added some defensive code around the GetHost()'s third argument resultDaniel Stenberg
2000-11-21GetHost() now sets the third pointer to NULL when the lookup fails, as theDaniel Stenberg
2000-11-21when using PORT, we now free the host name buffer properlyDaniel Stenberg
2000-11-21removed the storenonprintable function as it isn't used anymoreDaniel Stenberg
2000-11-21removed two unused variables and added an extra set of parentheses, doneDaniel Stenberg
2000-11-21typecasted the argument to isspace() to int, to remove a pedantic compilerDaniel Stenberg
2000-11-21includes http.h for the proxytunnel stuffDaniel Stenberg
2000-11-21added comment on a variable that is unused on some platformsDaniel Stenberg
2000-11-20removed URL size restrictionsDaniel Stenberg
2000-11-20Alexander Kourakos's lowercase environment variable fixDaniel Stenberg
2000-11-18spell correction resolv => resolve in two error messagesDaniel Stenberg
2000-11-17now exits and alerts on bad uses of strdup() and free()Daniel Stenberg
2000-11-17added curl_formfree()Daniel Stenberg
2000-11-17now includes stdlib.hDaniel Stenberg