summaryrefslogtreecommitdiff
path: root/lib/mprintf.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a long long mistakeDaniel Stenberg2002-02-181-3/+2
* #ifndef and #define magic to prevent compiler warnings when doing #if BLADaniel Stenberg2002-01-181-1/+10
* cut off a big piece of comment and added a pointer to the Trio web pageDaniel Stenberg2002-01-181-67/+5
* Eric Lavigne updatesDaniel Stenberg2001-11-271-3/+3
* made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as wellDaniel Stenberg2001-11-121-6/+0
* include setup.hDaniel Stenberg2001-11-121-3/+2
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* extern declarations no longer done on windows (T. Bharath's patch)Daniel Stenberg2001-08-241-0/+2
* added const char * => char * typecastDaniel Stenberg2001-08-141-1/+1
* corrected dubious use of the same variable twice in a function call,Daniel Stenberg2001-08-141-1/+1
* renamed Curl_ to curl_ for the printf() prefixesDaniel Stenberg2001-01-051-13/+13
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-13/+13
* updated license text in headersDaniel Stenberg2001-01-041-0/+9
* removed the storenonprintable function as it isn't used anymoreDaniel Stenberg2000-11-211-27/+0
* not printf()ing %s normally for character that weren't isprint() made thingsDaniel Stenberg2000-11-151-10/+3
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+4
* Initial revisionDaniel Stenberg1999-12-291-0/+1253