1. 02 Jan, 2019 1 commit
    • Daniel Gustafsson's avatar
      docs: mention potential leak in curl_slist_append · 5cc32855
      Daniel Gustafsson authored
      
      
      When a non-empty list is appended to, and used as the returnvalue,
      the list pointer can leak in case of an allocation failure in the
      curl_slist_append() call. This is correctly handled in curl code
      usage but we weren't explicitly pointing it out in the API call
      documentation. Fix by extending the RETURNVALUE manpage section
      and example code.
      
      Closes #3424
      Reported-by: dnivras on github
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      5cc32855
  2. 01 Jan, 2019 3 commits
  3. 31 Dec, 2018 1 commit
  4. 30 Dec, 2018 3 commits
  5. 27 Dec, 2018 2 commits
    • Daniel Gustafsson's avatar
      RELEASE-NOTES: synced · a63fe3e5
      Daniel Gustafsson authored
      a63fe3e5
    • 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
  6. 26 Dec, 2018 2 commits
  7. 25 Dec, 2018 3 commits
  8. 24 Dec, 2018 1 commit
  9. 23 Dec, 2018 3 commits
  10. 22 Dec, 2018 4 commits
  11. 21 Dec, 2018 3 commits
  12. 20 Dec, 2018 4 commits
  13. 19 Dec, 2018 3 commits
  14. 17 Dec, 2018 3 commits
  15. 14 Dec, 2018 4 commits