Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-18 | curl_fnmatch: only allow two asterisks for matching | Daniel 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-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2014-06-24 | opts: added some DEFAULT and RETURN VALUE sections | Dan Fandrich | |
2014-06-16 | CURLOPT_WILDCARDMATCH: initial man page | Daniel Stenberg | |