| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa... | Christophe Jaillet | 2015-10-24 | 1 | -1/+1 |
* | Fix t ~= [/-/t] mismatch, observed by jorton. | William A. Rowe Jr | 2011-05-19 | 1 | -1/+1 |
* | Fix PR 51219, /foo against /foo/bar. | William A. Rowe Jr | 2011-05-18 | 1 | -3/+7 |
* | r1098292 appears to have failed to copy line-endings | William A. Rowe Jr | 2011-05-14 | 1 | -478/+478 |
* | Further expression simplification for legibility. | William A. Rowe Jr | 2011-05-14 | 1 | -9/+16 |
* | Fix syntax for legibility as suggested by Stefan. | William A. Rowe Jr | 2011-05-14 | 1 | -4/+4 |
* | Comment | William A. Rowe Jr | 2011-05-14 | 1 | -1/+1 |
* | Refactor a complex test into a very simple test and | William A. Rowe Jr | 2011-05-14 | 1 | -7/+14 |
* | Fix another edge case, in [x-/] processing, which I can't seem | William A. Rowe Jr | 2011-05-14 | 1 | -1/+1 |
* | Optimize []...] pattern case | William A. Rowe Jr | 2011-05-14 | 1 | -2/+6 |
* | Fix []...] pattern bug noted by jorton | William A. Rowe Jr | 2011-05-14 | 1 | -1/+1 |
* | Correct inlining per Jeff Trawick's feedback; Forward ports: r1098902 | William A. Rowe Jr | 2011-05-03 | 1 | -1/+1 |
* | Resolve issue identified by Jeff Trawick; '*?' was handled | William A. Rowe Jr | 2011-05-02 | 1 | -459/+460 |
* | Security: CVE-2011-0419 | William A. Rowe Jr | 2011-05-01 | 1 | -211/+377 |
* | If *pattern == '\\', and it does since that's the case we're in, | Ken Coar | 2006-10-08 | 1 | -1/+1 |
* | Fix a bug in apr_match_glob. We need to strdup the filename, otherwise | Ryan Bloom | 2004-03-06 | 1 | -1/+1 |
* | Add apr_match_glob and two tests to make sure that it is working. There | Ryan Bloom | 2004-03-05 | 1 | -0/+50 |
* | axe these deprecated functions: | Jeff Trawick | 2003-09-03 | 1 | -6/+0 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | William A. Rowe Jr | 2003-02-24 | 1 | -32/+32 |
* | Rename to apr_fnmatch_test | William A. Rowe Jr | 2002-07-08 | 1 | -1/+7 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | William A. Rowe Jr | 2001-02-25 | 1 | -1/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -2/+2 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -4/+4 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -3/+3 |
* | Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next move | Ryan Bloom | 2000-07-21 | 1 | -0/+243 |