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