1. 18 Apr, 2007 3 commits
  2. 16 Apr, 2007 2 commits
  3. 13 Apr, 2007 2 commits
  4. 12 Apr, 2007 1 commit
  5. 11 Apr, 2007 1 commit
  6. 10 Apr, 2007 2 commits
  7. 08 Apr, 2007 1 commit
  8. 03 Apr, 2007 1 commit
  9. 02 Apr, 2007 1 commit
  10. 01 Apr, 2007 2 commits
  11. 31 Mar, 2007 1 commit
  12. 30 Mar, 2007 1 commit
  13. 27 Mar, 2007 1 commit
  14. 26 Mar, 2007 2 commits
  15. 25 Mar, 2007 1 commit
  16. 24 Mar, 2007 2 commits
  17. 23 Mar, 2007 1 commit
  18. 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
  19. 19 Mar, 2007 1 commit
  20. 15 Mar, 2007 2 commits
  21. 11 Mar, 2007 1 commit
  22. 10 Mar, 2007 2 commits
  23. 09 Mar, 2007 5 commits
  24. 08 Mar, 2007 1 commit
  25. 07 Mar, 2007 1 commit
  26. 02 Mar, 2007 1 commit