| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix t ~= [/-/t] mismatch, observed by jorton. | wrowe | 2011-05-19 | 1 | -1/+1 |
* | Fix PR 51219, /foo against /foo/bar. | wrowe | 2011-05-18 | 1 | -3/+7 |
* | Backport legibility enhancement from r1103115 (an illegible patch, | wrowe | 2011-05-18 | 1 | -5/+5 |
* | Further expression simplification for legibility. | wrowe | 2011-05-14 | 1 | -9/+16 |
* | Fix another edge case, in [x-/] processing, which I can't seem | wrowe | 2011-05-14 | 1 | -7/+14 |
* | Fix []...] pattern bug noted by jorton | wrowe | 2011-05-14 | 1 | -2/+6 |
* | Correct inlining per Jeff Traawick's feedback | wrowe | 2011-05-03 | 1 | -1/+1 |
* | Resolve issue identified by Jeff Trawick; '*?' was handled | wrowe | 2011-05-02 | 1 | -2/+3 |
* | Attribution, credit and providence are part of svn history, | wrowe | 2011-05-01 | 1 | -6/+1 |
* | Security: CVE-2011-0419 | wrowe | 2011-04-30 | 1 | -3/+351 |
* | ASF code, ASF license | wrowe | 2011-04-30 | 1 | -4/+15 |
* | Delete BSD code and remove inapplicable BSD license. | wrowe | 2011-04-30 | 1 | -197/+1 |
* | Document a mess of apr_fnmatch_test bugs mostly due | wrowe | 2011-04-30 | 1 | -21/+29 |
* | If *pattern == '\\', and it does since that's the case we're in, | coar | 2006-10-08 | 1 | -1/+1 |
* | Fix a bug in apr_match_glob. We need to strdup the filename, otherwise | rbb | 2004-03-06 | 1 | -1/+1 |
* | Add apr_match_glob and two tests to make sure that it is working. There | rbb | 2004-03-05 | 1 | -0/+50 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -6/+0 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | wrowe | 2003-02-24 | 1 | -32/+32 |
* | Rename to apr_fnmatch_test | wrowe | 2002-07-08 | 1 | -1/+7 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -1/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | wrowe | 2000-10-16 | 1 | -2/+2 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 1 | -4/+4 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -3/+3 |
* | Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next move | rbb | 2000-07-21 | 1 | -0/+243 |