1. 22 Feb, 2018 1 commit
    • Francisco Sedano's avatar
      url: Add option CURLOPT_RESOLVER_START_FUNCTION · 23713645
      Francisco Sedano authored
      - Add new option CURLOPT_RESOLVER_START_FUNCTION to set a callback that
        will be called every time before a new resolve request is started
        (ie before a host is resolved) with a pointer to backend-specific
        resolver data. Currently this is only useful for ares.
      
      - Add new option CURLOPT_RESOLVER_START_DATA to set a user pointer to
        pass to the resolver start callback.
      
      Closes https://github.com/curl/curl/pull/2311
      23713645
  2. 21 Feb, 2018 2 commits
    • 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
    • Patrick Monnerat's avatar
      sasl: prefer PLAIN mechanism over LOGIN · de97b5fc
      Patrick Monnerat authored
      SASL PLAIN is a standard, LOGIN only a draft. The LOGIN draft says
      PLAIN should be used instead if available.
      de97b5fc
  3. 20 Feb, 2018 6 commits
  4. 18 Feb, 2018 2 commits
  5. 16 Feb, 2018 10 commits
  6. 15 Feb, 2018 7 commits
  7. 14 Feb, 2018 1 commit
  8. 13 Feb, 2018 7 commits
  9. 12 Feb, 2018 4 commits