| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 1 | -4/+4 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -5/+5 |
| * | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -3/+3 |
| * | C++ comments are not supported by some compilers (ReliantUnix). | Jean-Frederic Clere | 2005-10-18 | 1 | -1/+1 |
| * | Catch up with the changes to mod_ssl and rename the | David Reid | 2005-09-18 | 1 | -4/+5 |
| * | * modules/metadata/mod_setenvif.c: Unconditionally include mod_ssl.h. | Joe Orton | 2005-07-25 | 1 | -7/+4 |
| * | Allow extraction of the values of SSL certificate extensions into | Martin Kraemer | 2005-07-22 | 1 | -1/+72 |
| * | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -9/+9 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | Fix a bunch of cases where the return code of the regex compiler | André Malo | 2004-04-10 | 1 | -4/+5 |
| * | remove support for Remote_User variable, which never worked at all. | André Malo | 2004-02-21 | 1 | -8/+0 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
| * | catch another edge case | André Malo | 2004-01-28 | 1 | -2/+7 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | fix optimizer to not throw away a regex if it stumbles over it. | André Malo | 2003-11-02 | 1 | -20/+25 |
| * | Fold in the CAN-2003-0542 regex patch. | Sander Striker | 2003-10-24 | 1 | -4/+4 |
| * | Extend the SetEnvIf directive to capture subexpressions of the | André Malo | 2003-02-14 | 1 | -4/+16 |
| * | style issues. no code changes. | André Malo | 2003-02-12 | 1 | -11/+16 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | Fix for BrowserMatchNoCase, which was incorrectly treating non-regex | Brian Pane | 2002-11-30 | 1 | -1/+1 |
| * | Add a SERVER_ADDR keyword to match the CGI environment variable, | Ken Coar | 2002-11-12 | 1 | -1/+10 |
| * | Detabbify | Bill Stoddard | 2002-11-04 | 1 | -89/+87 |
| * | Fixed a segfault | Brian Pane | 2002-05-10 | 1 | -1/+1 |
| * | fix a build failure with some non-gcc compilers... | Jeff Trawick | 2002-05-10 | 1 | -1/+1 |
| * | Performance fix: When a BrowserMatch or SetEnvIf pattern doesn't | Brian Pane | 2002-05-10 | 1 | -8/+84 |
| * | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
| * | two performance improvements: | Doug MacEachern | 2001-11-22 | 1 | -3/+4 |
| * | This patch changes the apr_table_elts macro so that it provides | Ian Holsman | 2001-11-11 | 1 | -5/+5 |
| * | Extend mod_setenvif to support specifying regular expressions | Bill Stoddard | 2001-06-12 | 1 | -3/+9 |
| * | Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case). | Bill Stoddard | 2001-06-09 | 1 | -5/+52 |
| * | icase is intialized as the result of an (a == b) expression, it makes | William A. Rowe Jr | 2001-04-10 | 1 | -1/+1 |
| * | tweak ap_get_remote_host() so that the caller can find out if she got | Jeff Trawick | 2001-03-09 | 1 | -1/+1 |
| * | toss ENUM_BITFIELD. used in one place (but didn't need to be used), and it | Greg Stein | 2001-02-24 | 1 | -5/+3 |
| * | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
| * | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -3/+6 |
| * | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -4/+4 |
| * | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -2/+2 |
| * | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
| * | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -1/+0 |
| * | 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 | -1/+1 |
| * | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -29/+29 |
| * | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
| * | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
| * | Use the new command-handler initializer macros in a few more modules, | Jeff Trawick | 2000-06-18 | 1 | -8/+8 |
| * | Bring forward a change from 1.3 (the ability to use SetEnvIf* | Ken Coar | 2000-06-06 | 1 | -18/+64 |
| * | PR: | William A. Rowe Jr | 2000-05-27 | 1 | -2/+2 |
| * |
| William A. Rowe Jr | 2000-05-27 | 1 | -2/+2 |