Skip to content
  1. Jan 07, 2014
  2. Jan 05, 2014
  3. Jan 04, 2014
  4. Jan 03, 2014
  5. Jan 02, 2014
  6. Jan 01, 2014
  7. Dec 31, 2013
  8. Dec 30, 2013
    • Steve Holme's avatar
      mprintf: Added support for I, I32 and I64 size specifiers · 0aafd77f
      Steve Holme authored
      Added support to the built-in printf() replacement functions, for these
      non-ANSI extensions when compiling under Visual Studio, Borland, Watcom
      and MinGW.
      
      This fixes problems when generating libcurl source code that contains
      curl_off_t variables.
      0aafd77f
  9. Dec 28, 2013
  10. Dec 27, 2013
  11. Dec 26, 2013
  12. Dec 25, 2013
    • Daniel Stenberg's avatar
      curl_dofree: allow free(NULL) · 7b057f53
      Daniel Stenberg authored
      Previously this memdebug free() replacement didn't properly work with a
      NULL argument which has made us write code that avoids calling
      free(NULL) - which causes some extra nuisance and unnecessary code.
      Starting now, we should allow free(NULL) even when built with the
      memdebug system enabled.
      
      free(NULL) is permitted by POSIX
      7b057f53
  13. Dec 24, 2013
  14. Dec 22, 2013
  15. Dec 21, 2013