summaryrefslogtreecommitdiff
path: root/lib/wildcard.c
Commit message (Expand)AuthorAgeFilesLines
* wildcard: disable from build when FTP isn't presentDaniel Stenberg2019-05-131-1/+5
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-241-1/+7
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-241-7/+1
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-231-1/+7
* ftplistparser: renamed some members and variablesDaniel Stenberg2018-04-231-6/+6
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-12/+6
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-9/+4
* 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-0/+77
* build: rename 93 lib/*.c filesYang Tse2013-01-031-77/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-5/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-0/+1
* ensure that Curl_wildcard_dtor() leaves WildcardData struct zero initializedYang Tse2010-06-101-0/+5
* include libcurl standard internal headersYang Tse2010-06-021-0/+3
* wildcard.c: add missing include of "setup.h"Kamil Dudka2010-05-271-0/+1
* wildcard.c: add missing include of "curl_memory.h"Pavel Raiskup2010-05-271-0/+1
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+66