1. 02 Dec, 2010 4 commits
  2. 01 Dec, 2010 2 commits
  3. 30 Nov, 2010 4 commits
  4. 28 Nov, 2010 2 commits
  5. 26 Nov, 2010 6 commits
  6. 25 Nov, 2010 4 commits
  7. 24 Nov, 2010 1 commit
  8. 23 Nov, 2010 1 commit
    • Yang Tse's avatar
      Curl_getaddrinfo_ex: sanitize function results. · 6fe18add
      Yang Tse authored
      Ensure that spurious results from system's getaddrinfo() ares not propagated
      by Curl_getaddrinfo_ex() into the library.
      
      Also ensure that the ai_addrlen member of Curl_getaddrinfo_ex()'s output linked
      list of Curl_addrinfo structures has appropriate family-specific address size.
      6fe18add
  9. 22 Nov, 2010 1 commit
  10. 20 Nov, 2010 2 commits
  11. 19 Nov, 2010 4 commits
  12. 18 Nov, 2010 2 commits
  13. 14 Nov, 2010 2 commits
  14. 13 Nov, 2010 3 commits
  15. 12 Nov, 2010 2 commits
    • Daniel Stenberg's avatar
      curl.1: "a file", not an · c539b831
      Daniel Stenberg authored
      c539b831
    • Daniel Stenberg's avatar
      version-check.pl: display version number for symbols · 0a2edfc3
      Daniel Stenberg authored
      This script is the start of a helper tool that scans a source code and
      outputs the most recent libcurl version it finds symbols for. Meaning
      that if there's no conditions in the code, that's the earliest libcurl
      version the scanned code requires.
      
      It is not added to the Makefile.am yet as it is still a bit crude, but
      I'm committing it to keep it and allow us to work on it.
      0a2edfc3