Commit History

Author SHA1 Message Date
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 years ago
  Daniel Stenberg a2ecdf4249 the aprintf() versions now return NULL if _any_ alloc along the way failed, 20 years ago
  Daniel Stenberg 4d9517f0b4 prevent warnings when using the gcc option -Wunreachable-code 20 years ago
  Daniel Stenberg f8426a2c44 stricter variable type usage 20 years ago
  Daniel Stenberg d9ffd2f544 don't use 'register' 21 years ago
  Daniel Stenberg 485122035c fixed the test code to work 21 years ago
  Daniel Stenberg 5eeaff8235 Support 'z' for size_t-sized integer printing, as in %zd or %zx. 21 years ago
  Daniel Stenberg d687eed33e use %ld when printf()ing long variables (and removed use of 'register') 21 years ago
  Daniel Stenberg f9b2b7940e disable the use of long double, we don't use it 21 years ago
  Daniel Stenberg df94c7aedc Based on a patch by Greg Hewgill I modified how long long is used, as we 21 years ago
  Daniel Stenberg 4bde770169 added some extra typecasts to prevent compiler warnings when converting 21 years ago
  Daniel Stenberg b2e1bf7e7d No longer support Z as a flag to print size_t, it isn't used by libcurl 21 years ago
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 21 years ago
  Daniel Stenberg b791e158f0 use curl_off_t instead of off_t! 21 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 22 years ago
  Daniel Stenberg aa8b7dd336 reverted bad header replacement 22 years ago
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 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 23 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