Commit History

Author SHA1 Message Date
  Daniel Stenberg 4bde770169 added some extra typecasts to prevent compiler warnings when converting 20 years ago
  Daniel Stenberg b2e1bf7e7d No longer support Z as a flag to print size_t, it isn't used by libcurl 20 years ago
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 20 years ago
  Daniel Stenberg b791e158f0 use curl_off_t instead of off_t! 20 years ago
  Daniel Stenberg b60e0fa97e David J Meyer's large file support. 21 years ago
  Daniel Stenberg 4cccceb034 snprintf() made a single-byte buffer overflow, as it could write a zero 21 years ago
  Daniel Stenberg fb3eee5f0b Respect HAVE_LONGLONG to support 'long long' 21 years ago
  Daniel Stenberg bbe23945e4 fix the treatment of the variable width specifier '*', which caused a bug 21 years ago
  Daniel Stenberg 308bc9d919 use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions 21 years ago
  Daniel Stenberg a7c72b7abf removed the local variables for emacs and vim, use the new sample.emacs 21 years ago
  Daniel Stenberg aa8b7dd336 reverted bad header replacement 21 years ago
  Daniel Stenberg f26a338a54 copyright year update in the source header 21 years ago
  Daniel Stenberg c7b03d6479 maprintf() and vmaprintf() now work better when printfing "%s" with an 22 years ago
  Daniel Stenberg c795123cd5 fixed a long long mistake 22 years ago
  Daniel Stenberg 1dc5bf4f73 #ifndef and #define magic to prevent compiler warnings when doing #if BLA 23 years ago
  Daniel Stenberg fd307bfe29 cut off a big piece of comment and added a pointer to the Trio web page 23 years ago
  Daniel Stenberg dccc77a325 Eric Lavigne updates 23 years ago
  Daniel Stenberg 05f3ca880f made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as well 23 years ago
  Daniel Stenberg a18d41a463 include setup.h 23 years ago
  Sterling Hughes 8e91d5de8e looks nicer and is better compatible with older vim versions 23 years ago
  Sterling Hughes 6147879837 Added formatting sections for emacs and vim 23 years ago
  Daniel Stenberg aace68c91b extern declarations no longer done on windows (T. Bharath's patch) 23 years ago
  Daniel Stenberg 95e7e551f6 added const char * => char * typecast 23 years ago
  Daniel Stenberg f35b6e90f5 corrected dubious use of the same variable twice in a function call, 23 years ago
  Daniel Stenberg 6403257886 renamed Curl_ to curl_ for the printf() prefixes 24 years ago
  Daniel Stenberg 4031104404 Internal symbols that aren't static are now prefixed with 'Curl_' 24 years ago
  Daniel Stenberg ed8dbf4ac2 updated license text in headers 24 years ago
  Daniel Stenberg 56ac132401 removed the storenonprintable function as it isn't used anymore 24 years ago
  Daniel Stenberg 5a07305dc8 not printf()ing %s normally for character that weren't isprint() made things 24 years ago
  Daniel Stenberg 0f8facb49b added memory debugging include file 24 years ago