1. 19 Nov, 2010 2 commits
  2. 18 Nov, 2010 2 commits
  3. 14 Nov, 2010 2 commits
  4. 13 Nov, 2010 3 commits
  5. 12 Nov, 2010 5 commits
  6. 11 Nov, 2010 4 commits
    • 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
  7. 10 Nov, 2010 8 commits
  8. 09 Nov, 2010 3 commits
  9. 08 Nov, 2010 11 commits