1. 28 Dec, 2013 6 commits
  2. 27 Dec, 2013 4 commits
  3. 26 Dec, 2013 3 commits
  4. 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
  5. 24 Dec, 2013 9 commits
  6. 23 Dec, 2013 6 commits
  7. 22 Dec, 2013 9 commits
  8. 21 Dec, 2013 1 commit