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