1. 24 Aug, 2011 1 commit
    • Yang Tse's avatar
      base64: fix Curl_base64_encode and Curl_base64_decode interfaces · fd00b382
      Yang Tse authored
      Previous interfaces for these libcurl internal functions did not allow to tell
      apart a legitimate zero size result from an error condition. These functions
      now return a CURLcode indicating function success or otherwise specific error.
      Output size is returned using a pointer argument.
      
      All usage of these two functions, and others closely related, has been adapted
      to the new interfaces. Relative error and OOM handling adapted or added where
      missing. Unit test 1302 also adapted.
      fd00b382
  2. 23 Aug, 2011 2 commits
  3. 22 Aug, 2011 1 commit
  4. 21 Aug, 2011 4 commits
  5. 20 Aug, 2011 1 commit
  6. 19 Aug, 2011 2 commits
  7. 18 Aug, 2011 5 commits
  8. 17 Aug, 2011 2 commits
    • Daniel Stenberg's avatar
      18339846
    • Yang Tse's avatar
      MemoryTracking: adjust curl_domalloc() and curl_dofree() memory filling · 31a1af5e
      Yang Tse authored
      Until 2011-08-17 libcurl's Memory Tracking feature also performed
      automatic malloc and free filling operations using 0xA5 and 0x13
      values. Our own preinitialization of dynamically allocated memory
      might be useful when not using third party memory debuggers, but
      on the other hand this would fool memory debuggers into thinking
      that all dynamically allocated memory is properly initialized.
      
      As a default setting, libcurl's Memory Tracking feature no longer
      performs preinitialization of dynamically allocated memory on its
      own. If you know what you are doing, and really want to retain old
      behavior, you can achieve this compiling with preprocessor symbols
      CURL_MT_MALLOC_FILL and CURL_MT_FREE_FILL defined with appropriate
      values.
      31a1af5e
  9. 16 Aug, 2011 1 commit
  10. 15 Aug, 2011 5 commits
  11. 14 Aug, 2011 11 commits
  12. 13 Aug, 2011 5 commits