summaryrefslogtreecommitdiff
path: root/lib/curl_fnmatch.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-05copyright: fix year rangesDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-02-12fnmatch: disable if FTP is disabledDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-03spelling fixesViktor Szakats
2018-06-01fnmatch: use the system one if availableDaniel Stenberg
2018-05-28fnmatch: insist on escaped bracket to matchDaniel Stenberg
2018-05-18curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-07fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat
2018-01-31fnmatch: pattern syntax can no longer failPatrick Monnerat
2018-01-31fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat
2018-01-31fnmatch: do not match the empty string with a character setPatrick Monnerat
2018-01-21Merge branch 'master' of https://github.com/curl/curlng0
2018-01-17curl_fnmatch: only allow 5 '*' sections in a single patternDaniel Stenberg
2018-01-17ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg
2017-12-03Merge tag 'curl-7_57_0'ng0
2017-11-27wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg
2017-11-06fnmatch: remove dead codeDaniel Stenberg
2017-10-26curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22Improve code readbilitySylvestre Ledru
2017-03-13Improve code readbilitySylvestre Ledru
2016-04-01memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-06-10unittest: mark all unit tested functionsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-06-10replace isprint() with ISPRINT()Yang Tse
2010-06-02include libcurl standard internal headersYang Tse
2010-06-02make setup.h first included fileYang Tse
2010-05-31fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-28lib: eliminate 'statement not reached' warningsKamil Dudka
2010-05-27curl_fnmatch: remove use of register keywordTor Arntsen
2010-05-21curl_fnmatch: Use int not bool when function returns intTor Arntsen
2010-05-16ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka
2010-05-12style: minor whitespace changeDaniel Stenberg
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup