1. 05 Apr, 2013 4 commits
  2. 04 Apr, 2013 8 commits
  3. 03 Apr, 2013 6 commits
  4. 02 Apr, 2013 3 commits
  5. 01 Apr, 2013 1 commit
  6. 31 Mar, 2013 3 commits
  7. 30 Mar, 2013 1 commit
  8. 29 Mar, 2013 1 commit
  9. 27 Mar, 2013 5 commits
  10. 25 Mar, 2013 3 commits
    • Yang Tse's avatar
      NTLM: fix several NTLM code paths memory leaks · acafe9c1
      Yang Tse authored
      acafe9c1
    • Yang Tse's avatar
      WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage · 8ec2cb55
      Yang Tse authored
      As of 25-mar-2013 wcsdup() _wcsdup() and _tcsdup() are only used in
      WIN32 specific code, so tracking of these has not been extended for
      other build targets. Without this fix, memory tracking system on
      WIN32 builds, when using these functions, would provide misleading
      results.
      
      In order to properly extend this support for all targets curl.h
      would have to define curl_wcsdup_callback prototype and consequently
      wchar_t should be visible before that in curl.h.  IOW curl_wchar_t
      defined in curlbuild.h and this pulling whatever system header is
      required to get wchar_t definition.
      
      Additionally a new curl_global_init_mem() function that also receives
      user defined wcsdup() callback would be required.
      8ec2cb55
    • Yang Tse's avatar
      curl_ntlm_msgs.c: revert commit 463082be · c5eabd48
      Yang Tse authored
      reverts unreleased invalid memory leak fix
      c5eabd48
  11. 23 Mar, 2013 2 commits
  12. 21 Mar, 2013 3 commits