1. 02 Jan, 2014 4 commits
  2. 01 Jan, 2014 8 commits
  3. 31 Dec, 2013 11 commits
  4. 30 Dec, 2013 1 commit
    • 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
  5. 29 Dec, 2013 1 commit
  6. 28 Dec, 2013 6 commits
  7. 27 Dec, 2013 4 commits
  8. 26 Dec, 2013 3 commits
  9. 25 Dec, 2013 2 commits
    • 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
    • Steve Holme's avatar
      RELEASE-NOTES: Synced with 0ff0a994 · 2dd9bfc5
      Steve Holme authored
      2dd9bfc5