summaryrefslogtreecommitdiff
path: root/lib/curl_fnmatch.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-4/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-9/+0
* fnmatch: disable if FTP is disabledDaniel Stenberg2019-02-121-2/+4
* spelling fixesViktor Szakats2018-06-031-1/+1
* fnmatch: use the system one if availableDaniel Stenberg2018-06-011-0/+37
* fnmatch: insist on escaped bracket to matchDaniel Stenberg2018-05-281-2/+2
* curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg2018-05-181-1/+1
* fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat2018-02-071-13/+18
* fnmatch: pattern syntax can no longer failPatrick Monnerat2018-01-311-113/+80
* fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat2018-01-311-90/+53
* fnmatch: do not match the empty string with a character setPatrick Monnerat2018-01-311-3/+3
* curl_fnmatch: only allow 5 '*' sections in a single patternDaniel Stenberg2018-01-171-3/+7
* ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg2018-01-171-2/+4
* wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg2017-11-271-6/+3
* fnmatch: remove dead codeDaniel Stenberg2017-11-061-6/+1
* curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg2017-10-261-3/+5
* code style: use spaces around plusesDaniel Stenberg2017-09-111-6/+6
* Improve code readbilitySylvestre Ledru2017-03-131-5/+3
* memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme2016-04-011-1/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-0/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+2
* replace isprint() with ISPRINT()Yang Tse2010-06-101-1/+1
* include libcurl standard internal headersYang Tse2010-06-021-0/+7
* make setup.h first included fileYang Tse2010-06-021-1/+2
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-311-1/+1
* lib: eliminate 'statement not reached' warningsKamil Dudka2010-05-281-1/+5
* curl_fnmatch: remove use of register keywordTor Arntsen2010-05-271-4/+4
* curl_fnmatch: Use int not bool when function returns intTor Arntsen2010-05-211-1/+1
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-161-1/+3
* style: minor whitespace changeDaniel Stenberg2010-05-121-4/+4
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+410