summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dual-license fixDaniel Stenberg2001-01-0350-1450/+572
* ftpsendf() is remade to send the entire command in one write(), as someDaniel Stenberg2000-12-301-9/+11
* include unistd.h if present to prevent compiler warnings on close()Daniel Stenberg2000-12-191-0/+4
* Added fopen() and fclose() leak trackingDaniel Stenberg2000-12-192-0/+28
* fixed a leaked file descriptor when PORT failedDaniel Stenberg2000-12-191-0/+6
* fixed accept() for memory debuggingDaniel Stenberg2000-12-183-0/+15
* changed the return code checker in the quote command send to only failDaniel Stenberg2000-12-161-2/+2
* added socket() / sclose() checks to the memdebug systemDaniel Stenberg2000-12-142-0/+40
* unix style newlinesDaniel Stenberg2000-12-111-5/+5
* Added SA_RESTART since (some) HPUX doesn't have that define and it doesn'tDaniel Stenberg2000-12-071-0/+3
* Added the borland makefilesDaniel Stenberg2000-12-052-0/+104
* changed third argument to size_t to match SCO prototypeDaniel Stenberg2000-12-052-2/+2
* 7.5-commitcurl-7_5Daniel Stenberg2000-12-041-1/+29
* Added -version-info and lots of infoDaniel Stenberg2000-11-301-0/+30
* added a typecast to shut up a VC++ warning when converting from longDaniel Stenberg2000-11-301-1/+2
* Craig Davison updated thisDaniel Stenberg2000-11-301-47/+49
* removed #if 0 sectionsDaniel Stenberg2000-11-291-87/+3
* removed #if 0 sectionDaniel Stenberg2000-11-291-3/+0
* removed '#if 0' sectionsDaniel Stenberg2000-11-291-57/+0
* free the URL on redirections, this was a previous memory leakDaniel Stenberg2000-11-281-6/+3
* James Griffiths' max-redirs fixDaniel Stenberg2000-11-283-2/+12
* Added the memdebug include fileDaniel Stenberg2000-11-271-0/+4
* document time fixesDaniel Stenberg2000-11-224-4/+29
* Added struct fields to deal with time-of-documentDaniel Stenberg2000-11-221-0/+3
* client_write() proto and defines addedDaniel Stenberg2000-11-221-0/+5
* uses client_write()Daniel Stenberg2000-11-222-7/+6
* uses client_write() nowDaniel Stenberg2000-11-221-37/+24
* Added the client_write() functionDaniel Stenberg2000-11-221-0/+34
* uses the new client_write() functionDaniel Stenberg2000-11-221-4/+5
* GetLastResponse() modified to return ftp code as integerDaniel Stenberg2000-11-221-55/+83
* set rangestringalloc to 0 after the string has been freed to prevent itDaniel Stenberg2000-11-211-1/+2
* uses the "internal" mprintf() routines for formatted outputDaniel Stenberg2000-11-211-0/+3
* bad directory name extractor fixed, now always free the file and directoryDaniel Stenberg2000-11-211-7/+12
* curl_unescape() did not stop at the set length properly when %-codes wereDaniel Stenberg2000-11-211-1/+2
* added some defensive code around the GetHost()'s third argument resultDaniel Stenberg2000-11-211-2/+3
* GetHost() now sets the third pointer to NULL when the lookup fails, as theDaniel Stenberg2000-11-211-0/+2
* when using PORT, we now free the host name buffer properlyDaniel Stenberg2000-11-211-0/+3
* removed the storenonprintable function as it isn't used anymoreDaniel Stenberg2000-11-211-27/+0
* removed two unused variables and added an extra set of parentheses, doneDaniel Stenberg2000-11-211-3/+1
* typecasted the argument to isspace() to int, to remove a pedantic compilerDaniel Stenberg2000-11-211-1/+1
* includes http.h for the proxytunnel stuffDaniel Stenberg2000-11-211-0/+1
* added comment on a variable that is unused on some platformsDaniel Stenberg2000-11-211-1/+1
* removed URL size restrictionsDaniel Stenberg2000-11-204-6/+24
* Alexander Kourakos's lowercase environment variable fixDaniel Stenberg2000-11-201-23/+40
* spell correction resolv => resolve in two error messagesDaniel Stenberg2000-11-181-2/+2
* now exits and alerts on bad uses of strdup() and free()Daniel Stenberg2000-11-171-2/+18
* added curl_formfree()Daniel Stenberg2000-11-171-1/+23
* now includes stdlib.hDaniel Stenberg2000-11-171-0/+1
* memory leak cleanup campaignDaniel Stenberg2000-11-173-22/+48
* changed the 'port' field to long to better work with the va_arg() systemDaniel Stenberg2000-11-172-6/+4