Skip to content
  1. Dec 28, 2013
  2. Dec 27, 2013
  3. Dec 26, 2013
  4. 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
    • Steve Holme's avatar
      RELEASE-NOTES: Synced with 0ff0a994 · 2dd9bfc5
      Steve Holme authored
      2dd9bfc5
  5. Dec 24, 2013
  6. Dec 23, 2013
  7. Dec 22, 2013
  8. Dec 21, 2013