aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_fnmatch.c
AgeCommit message (Expand)Author
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