1. 14 Nov, 2010 1 commit
    • Daniel Stenberg's avatar
      gnutls->handshake: improved timeout handling · cbf4961b
      Daniel Stenberg authored
      When no timeout is set, we call the socket_ready function with a timeout
      value of 0 during handshake, which makes it loop too much/fast in this
      function. It also made this function return CURLE_OPERATION_TIMEDOUT
      wrongly on a slow handshake.
      
      However, the particular bug report that highlighted this problem is not
      solved by this fix, as this fix only makes the more proper error get
      reported instead.
      
      Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594150
      Reported by: Johannes Ernst
      cbf4961b
  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 2 commits