summaryrefslogtreecommitdiff
path: root/lib/curl_fnmatch.c
Commit message (Expand)AuthorAgeFilesLines
* 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