1. 26 Aug, 2011 3 commits
  2. 25 Aug, 2011 2 commits
  3. 24 Aug, 2011 7 commits
  4. 23 Aug, 2011 2 commits
  5. 22 Aug, 2011 1 commit
  6. 21 Aug, 2011 4 commits
  7. 20 Aug, 2011 1 commit
  8. 19 Aug, 2011 2 commits
  9. 18 Aug, 2011 5 commits
  10. 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
  11. 16 Aug, 2011 1 commit
  12. 15 Aug, 2011 5 commits
  13. 14 Aug, 2011 5 commits