summaryrefslogtreecommitdiff
path: root/strings/apr_fnmatch.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...jailletc362015-10-241-1/+1
* Fix t ~= [/-/t] mismatch, observed by jorton.wrowe2011-05-191-1/+1
* Fix PR 51219, /foo against /foo/bar.wrowe2011-05-181-3/+7
* r1098292 appears to have failed to copy line-endingswrowe2011-05-141-478/+478
* Further expression simplification for legibility.wrowe2011-05-141-9/+16
* Fix syntax for legibility as suggested by Stefan.wrowe2011-05-141-4/+4
* Commentwrowe2011-05-141-1/+1
* Refactor a complex test into a very simple test and wrowe2011-05-141-7/+14
* Fix another edge case, in [x-/] processing, which I can't seem wrowe2011-05-141-1/+1
* Optimize []...] pattern casewrowe2011-05-141-2/+6
* Fix []...] pattern bug noted by jortonwrowe2011-05-141-1/+1
* Correct inlining per Jeff Trawick's feedback; Forward ports: r1098902wrowe2011-05-031-1/+1
* Resolve issue identified by Jeff Trawick; '*?' was handledwrowe2011-05-021-459/+460
* Security: CVE-2011-0419wrowe2011-05-011-211/+377
* If *pattern == '\\', and it does since that's the case we're in,coar2006-10-081-1/+1
* Fix a bug in apr_match_glob. We need to strdup the filename, otherwiserbb2004-03-061-1/+1
* Add apr_match_glob and two tests to make sure that it is working. Thererbb2004-03-051-0/+50
* axe these deprecated functions:trawick2003-09-031-6/+0
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-32/+32
* Rename to apr_fnmatch_testwrowe2002-07-081-1/+7
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-4/+4
* prefix libapr functions and types with apr_dougm2000-08-021-3/+3
* Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next moverbb2000-07-211-0/+243