1. 17 Oct, 2018 1 commit
  2. 08 Oct, 2018 1 commit
  3. 05 Oct, 2018 1 commit
  4. 01 Oct, 2018 1 commit
  5. 26 Sep, 2018 1 commit
  6. 21 Sep, 2018 1 commit
  7. 18 Sep, 2018 1 commit
  8. 08 Sep, 2018 1 commit
  9. 05 Sep, 2018 1 commit
  10. 04 Sep, 2018 1 commit
  11. 27 Aug, 2018 1 commit
  12. 22 Aug, 2018 1 commit
  13. 18 Aug, 2018 1 commit
  14. 15 Aug, 2018 1 commit
  15. 10 Aug, 2018 1 commit
  16. 08 Aug, 2018 1 commit
  17. 31 Jul, 2018 1 commit
  18. 17 Jul, 2018 1 commit
  19. 11 Jul, 2018 1 commit
  20. 05 Jul, 2018 1 commit
  21. 29 Jun, 2018 1 commit
  22. 24 Jun, 2018 1 commit
  23. 15 Jun, 2018 1 commit
  24. 11 Jun, 2018 1 commit
  25. 28 May, 2018 1 commit
  26. 21 May, 2018 1 commit
  27. 17 May, 2018 1 commit
  28. 15 May, 2018 1 commit
  29. 07 May, 2018 2 commits
  30. 03 May, 2018 1 commit
  31. 25 Apr, 2018 1 commit
  32. 23 Apr, 2018 1 commit
  33. 17 Apr, 2018 1 commit
  34. 06 Apr, 2018 1 commit
  35. 19 Mar, 2018 1 commit
  36. 16 Mar, 2018 1 commit
  37. 13 Mar, 2018 1 commit
  38. 04 Mar, 2018 1 commit
  39. 21 Feb, 2018 1 commit
    • Jay Satiro's avatar
      lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS · dd027c80
      Jay Satiro authored
      - In keeping with the naming of our other connect timeout options rename
        CURLOPT_HAPPY_EYEBALLS_TIMEOUT to CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.
      
      This change adds the _MS suffix since the option expects milliseconds.
      This is more intuitive for our users since other connect timeout options
      that expect milliseconds use _MS such as CURLOPT_TIMEOUT_MS,
      CURLOPT_CONNECTTIMEOUT_MS, CURLOPT_ACCEPTTIMEOUT_MS.
      
      The tool option already uses an -ms suffix, --happy-eyeballs-timeout-ms.
      
      Follow-up to 2427d94c which added the lib and tool option yesterday.
      
      Ref: https://github.com/curl/curl/pull/2260
      dd027c80