Skip to content
  1. Dec 02, 2010
  2. Dec 01, 2010
  3. Nov 30, 2010
  4. Nov 28, 2010
  5. Nov 26, 2010
  6. Nov 25, 2010
  7. Nov 24, 2010
  8. Nov 23, 2010
    • 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. Nov 22, 2010
  10. Nov 20, 2010
  11. Nov 19, 2010
  12. Nov 18, 2010
  13. Nov 14, 2010
  14. Nov 13, 2010
  15. Nov 12, 2010
    • 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