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
/
wildcard.c
Age
Commit message (
Expand
)
Author
2019-05-13
wildcard: disable from build when FTP isn't present
Daniel Stenberg
2018-04-24
ftplistparser: keep state between invokes
Daniel Stenberg
2018-04-24
Revert "ftplistparser: keep state between invokes"
Daniel Stenberg
2018-04-23
ftplistparser: keep state between invokes
Daniel Stenberg
2018-04-23
ftplistparser: renamed some members and variables
Daniel Stenberg
2017-04-04
llist: replace Curl_llist_alloc with Curl_llist_init
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
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
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2010-06-10
ensure that Curl_wildcard_dtor() leaves WildcardData struct zero initialized
Yang Tse
2010-06-02
include libcurl standard internal headers
Yang Tse
2010-05-27
wildcard.c: add missing include of "setup.h"
Kamil Dudka
2010-05-27
wildcard.c: add missing include of "curl_memory.h"
Pavel Raiskup
2010-05-12
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
Pavel Raiskup