index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_fnmatch.c
Age
Commit message (
Expand
)
Author
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-06-10
unittest: mark all unit tested functions
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2010-06-10
replace isprint() with ISPRINT()
Yang Tse
2010-06-02
include libcurl standard internal headers
Yang Tse
2010-06-02
make setup.h first included file
Yang Tse
2010-05-31
fix compiler warning: enumerated type mixed with another type
Yang Tse
2010-05-28
lib: eliminate 'statement not reached' warnings
Kamil Dudka
2010-05-27
curl_fnmatch: remove use of register keyword
Tor Arntsen
2010-05-21
curl_fnmatch: Use int not bool when function returns int
Tor Arntsen
2010-05-16
ftp wildcard: a new option CURLOPT_FNMATCH_DATA
Kamil Dudka
2010-05-12
style: minor whitespace change
Daniel Stenberg
2010-05-12
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
Pavel Raiskup