1. 27 Dec, 2018 1 commit
    • Claes Jakobsson's avatar
      hostip: support wildcard hosts · d8cae791
      Claes Jakobsson authored
      This adds support for wildcard hosts in CURLOPT_RESOLVE. These are
      try-last so any non-wildcard entry is resolved first. If specified,
      any host not matched by another CURLOPT_RESOLVE config will use this
      as fallback.
      
      Example send a.com to 10.0.0.1 and everything else to 10.0.0.2:
        curl --resolve *:443:10.0.0.2 --resolve a.com:443:10.0.0.1 \
             https://a.com https://b.com
      
      
      
      This is probably quite similar to using:
        --connect-to a.com:443:10.0.0.1:443 --connect-to :443:10.0.0.2:443
      
      Closes #3406
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      d8cae791
  2. 26 Dec, 2018 2 commits
  3. 25 Dec, 2018 3 commits
  4. 24 Dec, 2018 1 commit
  5. 23 Dec, 2018 3 commits
  6. 22 Dec, 2018 4 commits
  7. 21 Dec, 2018 3 commits
  8. 20 Dec, 2018 4 commits
  9. 19 Dec, 2018 3 commits
  10. 17 Dec, 2018 3 commits
  11. 14 Dec, 2018 5 commits
  12. 13 Dec, 2018 7 commits
  13. 12 Dec, 2018 1 commit