1. 16 Apr, 2007 2 commits
  2. 13 Apr, 2007 2 commits
  3. 12 Apr, 2007 1 commit
  4. 11 Apr, 2007 1 commit
  5. 10 Apr, 2007 2 commits
  6. 08 Apr, 2007 1 commit
  7. 03 Apr, 2007 1 commit
  8. 02 Apr, 2007 1 commit
  9. 01 Apr, 2007 2 commits
  10. 31 Mar, 2007 1 commit
  11. 30 Mar, 2007 1 commit
  12. 27 Mar, 2007 1 commit
  13. 26 Mar, 2007 2 commits
  14. 25 Mar, 2007 1 commit
  15. 24 Mar, 2007 2 commits
  16. 23 Mar, 2007 1 commit
  17. 20 Mar, 2007 1 commit
    • Yang Tse's avatar
      Fixed: When a signal was caught awaiting for an event using Curl_select() · e4b754f6
      Yang Tse authored
      or Curl_poll() with a non-zero timeout both functions would restart the
      specified timeout. This could even lead to the extreme case that if a
      signal arrived with a frecuency lower to the specified timeout neither
      function would ever exit.
      
      Added experimental symbol definition check CURL_ACKNOWLEDGE_EINTR in
      Curl_select() and Curl_poll(). When compiled with CURL_ACKNOWLEDGE_EINTR
      defined both functions will return as soon as a signal is caught. Use it
      at your own risk, all calls to these functions in the library should be
      revisited and checked before fully supporting this feature.
      e4b754f6
  18. 19 Mar, 2007 1 commit
  19. 15 Mar, 2007 2 commits
  20. 11 Mar, 2007 1 commit
  21. 10 Mar, 2007 2 commits
  22. 09 Mar, 2007 5 commits
  23. 08 Mar, 2007 1 commit
  24. 07 Mar, 2007 1 commit
  25. 02 Mar, 2007 1 commit
  26. 27 Feb, 2007 1 commit
    • 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
  27. 25 Feb, 2007 1 commit
  28. 23 Feb, 2007 1 commit