Historique des commits

Auteur SHA1 Message Date
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h il y a 15 ans
  Daniel Stenberg b4ac9cd02c Remove a chunk of unused code that was #ifdef'de on defines we never set. il y a 16 ans
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() il y a 16 ans
  Yang Tse 861b647e7b remove unnecessary typecasting of realloc() il y a 16 ans
  Yang Tse 3dcd2b82c4 fix print formatting string directives il y a 16 ans
  Dan Fandrich 0994d7811f Removed some redundant type casts il y a 16 ans
  Yang Tse ac18b471d2 libcurl internal base64.h header file renamed to curl_base64.h il y a 16 ans
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code il y a 17 ans
  Dan Fandrich 9f44a95522 Renamed several libcurl error codes and options to make them more general il y a 17 ans
  Yang Tse 94b253fde7 Steve Little's fixes to allow compilation on VMS 64-bit mode il y a 17 ans
  Yang Tse b039d883e5 proper fix for compiler warning il y a 17 ans
  Yang Tse 038fe54e21 fix compiler warning il y a 17 ans
  Dan Fandrich c321b9f704 Fixes some more out of memory handling bugs. il y a 17 ans
  Gisle Vanem 1c63ceb317 Suppress the "'convbuf' might be used uninitialized in this function" warning. il y a 18 ans
  Daniel Stenberg 359d500908 - David McCreedy made changes to allow base64 encoding/decoding to work on il y a 18 ans
  Daniel Stenberg 44d84ac164 Avoid typecasting a signed char to an int when using is*() functions, as that il y a 18 ans
  Yang Tse d157c29269 Fix compiler warnings il y a 18 ans
  Daniel Stenberg ab4086bc24 Updated the copyright year since changes have been this year. il y a 19 ans
  Dan Fandrich 0ddab51ad8 Fix for a base64 decode heap buffer overflow vulnerability. il y a 20 ans
  Daniel Stenberg 527f70e540 Curl_base64_decode() now returns an allocated buffer il y a 20 ans
  Dan Fandrich 1ba47e7af9 Add 'const' to immutable arrays. il y a 20 ans
  Daniel Stenberg feb2dd2835 Replaced all uses of sprintf() with the safer snprintf(). It is just a il y a 20 ans
  Daniel Stenberg 8e09a389c4 make sure the returned pointer is NULL when encoding fails il y a 20 ans
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. il y a 20 ans
  Daniel Stenberg 4d12be9867 removed an unnecessary shift and splut up som weird two-statements-per-line il y a 21 ans
  Daniel Stenberg 99bc7e5fd3 oops, the decode() function got its arguments reversed in my cleanup il y a 21 ans
  Daniel Stenberg e1b5e15431 More size_t cleanups in the base64 functions. il y a 21 ans
  Daniel Stenberg 1aba4c519b The base64 encode function now takes a size_t for size, not an int as il y a 21 ans
  Daniel Stenberg 053f6c85ef updated year in the copyright string il y a 21 ans
  Daniel Stenberg 204f03912f We noe use CURLDEBUG instead of MALLOCDEBUG il y a 21 ans