aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-01-19No more URL length restrictionsDaniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg
2001-01-17download.[ch] is renamed to transfer.[ch], highlevel.[ch] is historyDaniel Stenberg
2001-01-17download and highlevel are replaced with transferDaniel Stenberg
2001-01-10added missing newlines to two infof() functions about document datesDaniel Stenberg
2001-01-09Added the curl source-headerDaniel Stenberg
2001-01-08Added source header. Made the prototype not being set if HAVE_GETPASS_R isDaniel Stenberg
2001-01-08krb4.c header file, no source header (yet)Daniel Stenberg
2001-01-08Added mprintf #includeDaniel Stenberg
2001-01-08generated fileDaniel Stenberg
2001-01-08adjusted to work with automake 'make dist'Daniel Stenberg
2001-01-08Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg
2001-01-05renamed Curl_ to curl_ for the printf() prefixesDaniel Stenberg
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