Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-17 | test1162: disable MSYS2's POSIX path conversion | Marcel Raad | |
This avoids MSYS2 converting the backslasb in the URL to a slash, causing the test to fail. | |||
2017-10-26 | curl_fnmatch: return error on illegal wildcard pattern | Daniel Stenberg | |
... instead of doing an infinite loop! Added test 1162 to verify. Reported-by: Max Dymond Fixes #2015 Closes #2017 |