1. 12 Mar, 2007 2 commits
  2. 11 Mar, 2007 3 commits
  3. 10 Mar, 2007 5 commits
  4. 09 Mar, 2007 5 commits
  5. 08 Mar, 2007 4 commits
  6. 07 Mar, 2007 4 commits
  7. 06 Mar, 2007 4 commits
  8. 03 Mar, 2007 3 commits
  9. 02 Mar, 2007 1 commit
  10. 01 Mar, 2007 3 commits
  11. 28 Feb, 2007 4 commits
  12. 27 Feb, 2007 2 commits
    • Yang Tse's avatar
      log a 1120 chars long string to aid in quoted-printable and soft · e817eb6c
      Yang Tse authored
      line break detection in daily build logs.
      e817eb6c
    • Daniel Stenberg's avatar
      - Hang Kin Lau found and fixed: When I use libcurl to connect to an https · 060f7ca2
      Daniel Stenberg authored
        server through a proxy and have the remote https server port set using the
        CURLOPT_PORT option, protocol gets reset to http from https after the first
        request.
      
        User defined URL was modified internally by libcurl and subsequent reuse of
        the easy handle may lead to connection using a different protocol (if not
        originally http).
      
        I found that libcurl hardcoded the protocol to "http" when it tries to
        regenerate the URL if CURLOPT_PORT is set. I tried to fix the problem as
        follows and it's working fine so far
      060f7ca2