]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Split out the ability to parse wildcard files and directories
authorGraham Leggett <minfrin@apache.org>
Sun, 25 Nov 2018 21:15:21 +0000 (21:15 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 25 Nov 2018 21:15:21 +0000 (21:15 +0000)
commitb1e34549c190b63293cbef10cb80383fa8607b29
treea72bcfb095603a6ed21ff9616baaf585927404a6
parent3552227669381241e81b2126f94cf61665672d5d
core: Split out the ability to parse wildcard files and directories
from the Include/IncludeOptional directives into a generic set of
functions ap_dir_nofnmatch() and ap_dir_fnmatch().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1847430 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_config.h
include/httpd.h
server/config.c
server/util.c