Skip to content
  1. Nov 26, 2010
  2. Nov 25, 2010
  3. Nov 24, 2010
  4. 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
  5. Nov 22, 2010
  6. Nov 20, 2010
  7. Nov 19, 2010
  8. Nov 18, 2010
  9. Nov 14, 2010
  10. Nov 13, 2010
  11. Nov 12, 2010
  12. Nov 11, 2010
    • Daniel Stenberg's avatar
      HTTP Auth: Add CURLAUTH_ONLY · 86367422
      Daniel Stenberg authored
      This is a meta symbol. OR this value together with a single specific
      auth value to force libcurl to probe for un-restricted auth and if not,
      only that single auth algorithm is acceptable.
      
      For example you can use CURLAUTH_DIGEST|CURLAUTH_ONLY to make libcurl
      first probe for what method to use, but yet only consider Digest to be
      acceptable.
      
      Using _only_ CURLAUTH_DIGEST without the CURLAUTH_ONLY field, will make
      libcurl explicitly use Digest right away and not do any probing.
      86367422
    • Daniel Stenberg's avatar
      ip_version: moved to connection struct · a1f32ffe
      Daniel Stenberg authored
      The IP version choice was previously only in the UserDefined struct
      within the SessionHandle, but since we sometimes alter that option
      during a request we need to have it on a per-connection basis.
      
      I also moved more "init conn" code into the allocate_conn() function
      which is designed for that purpose more or less.
      a1f32ffe
    • Yang Tse's avatar
      buildconf: MAC OS X requires libtool version 1.5.26 or newer · fec5f03e
      Yang Tse authored
      MAC OS X requires libtool version 1.5.26 or newer, otherwise
      configure will mishandle *.dSYM directories when it runs.
      fec5f03e
    • Yang Tse's avatar
  13. Nov 10, 2010