| Commit message (Expand) | Author | Age | Files | Lines |
* | ap_regex: Use Thread Local Storage (if efficient) to avoid allocations. | Yann Ylavic | 2022-02-28 | 1 | -0/+15 |
* | Merge r1534995, r1560482, r1728779, r1805491, r1861528, r1868016, r1874470, r... | Jim Jagielski | 2020-04-23 | 1 | -0/+2 |
* | add AP_REG_NO_DEFAULT to allow opt-out of pcre defaults | Eric Covener | 2020-02-19 | 1 | -1/+3 |
* | Merge r1873747 from trunk: | Jim Jagielski | 2020-02-11 | 1 | -0/+2 |
* | Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch] | William A. Rowe Jr | 2018-02-21 | 1 | -1/+6 |
* | *) regex: Allow to configure global/default options for regexes, like | Graham Leggett | 2018-02-16 | 1 | -0/+22 |
* | Merge r1554300, r1554301, r1554994, r1555266 from trunk: | Jim Jagielski | 2014-01-05 | 1 | -0/+12 |
* | BZ 52623: Fix building against PCRE 8.30. | Rainer Jung | 2012-02-11 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -2/+2 |
* | Add ap_regexec_len() function that works with non-null-terminated | Stefan Fritsch | 2011-05-21 | 1 | -0/+16 |
* | Introduce ap_rxplus class: higher-level regexps supporting perl-style | Nick Kew | 2010-09-21 | 1 | -1/+79 |
* | Fix to apidoc comments in ap_regex | Nick Kew | 2010-09-16 | 1 | -3/+5 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 1 | -1/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 1 | -0/+5 |
* | Get httpd-2.1 building once again on win32. | William A. Rowe Jr | 2005-02-17 | 1 | -4/+0 |
* | * include/ap_regex.h: Include apr.h not stdlib.h; replace pointless | Joe Orton | 2005-02-11 | 1 | -18/+12 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -0/+145 |