1. 03 Mar, 2018 1 commit
  2. 02 Mar, 2018 1 commit
  3. 28 Feb, 2018 2 commits
  4. 26 Feb, 2018 1 commit
  5. 24 Feb, 2018 1 commit
    • Jay Satiro's avatar
      curl-openssl.m4: Fix version check for OpenSSL 1.1.1 · 1b27fcfc
      Jay Satiro authored
      - Add OpenSSL 1.1.1 to the header/library version lists.
      
      - Detect OpenSSL 1.1.1 library using its function ERR_clear_last_mark,
        which was added in that version.
      
      Prior to this change an erroneous header/library mismatch was caused by
      lack of OpenSSL 1.1.1 detection. I tested using openssl-1.1.1-pre1.
      1b27fcfc
  6. 23 Feb, 2018 6 commits
  7. 22 Feb, 2018 4 commits
  8. 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
  9. 20 Feb, 2018 6 commits
  10. 18 Feb, 2018 2 commits
  11. 16 Feb, 2018 10 commits
  12. 15 Feb, 2018 4 commits