Skip to content
  1. Aug 09, 2012
  2. Aug 08, 2012
    • Armel Asselin's avatar
      SSH: added agent based authentication · e351972b
      Armel Asselin authored
      CURLSSH_AUTH_AGENT is a new auth type for SSH
      e351972b
    • Daniel Stenberg's avatar
      curl_version: fixed Value stored to 'len' is never read · 31f39120
      Daniel Stenberg authored
      Fixed this (harmless) clang-analyzer warning. Also fixed the source
      indentation level.
      31f39120
    • Daniel Stenberg's avatar
      add_next_timeout: minor restructure of code · 14afbf36
      Daniel Stenberg authored
      By reading the ->head pointer and using that instead of the ->size
      number to figure out if there's a list remaining we avoid the (false
      positive) clang-analyzer warning that we might dereference of a null
      pointer.
      14afbf36
    • Daniel Stenberg's avatar
      verbose messages: fixed output of hostnames in re-used connections · bf6dc619
      Daniel Stenberg authored
      I suspect this is a regression introduced in commit 207cf150, included
      since 7.24.0.
      
      Avoid showing '(nil)' as hostname in verbose output by making sure the
      hostname fixup function is called early enough to set the pointers that
      are used for this. The name data is set again for each request even for
      re-used connections to handle multiple hostnames over the same
      connection (like with proxy) or that the casing etc of the host name is
      changed between requests (which has proven to be important at least once
      in the past).
      
      Test1011 was modified to use a redirect with a re-used a connection
      since it then showed the bug and now lo longer does. There's currently
      no easy way to have the test suite detect 'nil' texts in verbose ouputs
      so no tests will detect if this problem gets reintroduced.
      
      Bug: http://curl.haxx.se/mail/lib-2012-07/0111.html
      Reported by: Gisle Vanem
      bf6dc619
  3. Aug 07, 2012
  4. Aug 06, 2012
  5. Aug 03, 2012
  6. Jul 30, 2012
  7. Jul 27, 2012
  8. Jul 26, 2012
  9. Jul 25, 2012
  10. Jul 22, 2012
  11. Jul 21, 2012
  12. Jul 15, 2012
  13. Jul 13, 2012
  14. Jul 12, 2012
  15. Jul 11, 2012
  16. Jul 09, 2012