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