aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3
AgeCommit message (Collapse)Author
2018-05-18curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg
The previous limit of 5 can still end up in situation that takes a very long time and consumes a lot of CPU. If there is still a rare use case for this, a user can provide their own fnmatch callback for a version that allows a larger set of wildcards. This commit was triggered by yet another OSS-Fuzz timeout due to this. Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8369 Closes #2587
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-06-24opts: added some DEFAULT and RETURN VALUE sectionsDan Fandrich
2014-06-16CURLOPT_WILDCARDMATCH: initial man pageDaniel Stenberg