1. 14 Nov, 2010 2 commits
  2. 13 Nov, 2010 3 commits
  3. 12 Nov, 2010 5 commits
  4. 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
  5. 10 Nov, 2010 8 commits
  6. 09 Nov, 2010 3 commits
  7. 08 Nov, 2010 11 commits
  8. 07 Nov, 2010 3 commits
  9. 05 Nov, 2010 1 commit
    • Daniel Stenberg's avatar
      --libcurl: simplify output · 517d3eb0
      Daniel Stenberg authored
      Removed the code that was needed for libcurl before 7.19.0 which now is
      more than two years old.
      
      Simplified the top comment and corrected the URL.
      517d3eb0