1. 08 Oct, 2018 1 commit
  2. 05 Oct, 2018 1 commit
  3. 01 Oct, 2018 1 commit
  4. 26 Sep, 2018 1 commit
  5. 21 Sep, 2018 1 commit
  6. 18 Sep, 2018 1 commit
  7. 08 Sep, 2018 1 commit
  8. 05 Sep, 2018 1 commit
  9. 04 Sep, 2018 1 commit
  10. 27 Aug, 2018 1 commit
  11. 22 Aug, 2018 1 commit
  12. 18 Aug, 2018 1 commit
  13. 15 Aug, 2018 1 commit
  14. 10 Aug, 2018 1 commit
  15. 08 Aug, 2018 1 commit
  16. 31 Jul, 2018 1 commit
  17. 17 Jul, 2018 1 commit
  18. 11 Jul, 2018 1 commit
  19. 05 Jul, 2018 1 commit
  20. 29 Jun, 2018 1 commit
  21. 24 Jun, 2018 1 commit
  22. 15 Jun, 2018 1 commit
  23. 11 Jun, 2018 1 commit
  24. 28 May, 2018 1 commit
  25. 21 May, 2018 1 commit
  26. 17 May, 2018 1 commit
  27. 15 May, 2018 1 commit
  28. 07 May, 2018 2 commits
  29. 03 May, 2018 1 commit
  30. 25 Apr, 2018 1 commit
  31. 23 Apr, 2018 1 commit
  32. 17 Apr, 2018 1 commit
  33. 06 Apr, 2018 1 commit
  34. 19 Mar, 2018 1 commit
  35. 16 Mar, 2018 1 commit
  36. 13 Mar, 2018 1 commit
  37. 04 Mar, 2018 1 commit
  38. 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
  39. 20 Feb, 2018 1 commit