| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -5/+5 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | emit the config filename when warning about overlapping aliases | André Malo | 2004-03-13 | 1 | -3/+5 |
| * | 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 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | Fold in the CAN-2003-0542 regex patch. | Sander Striker | 2003-10-24 | 1 | -4/+3 |
| * | When using Redirect in directory context, append requested query | André Malo | 2003-02-25 | 1 | -0/+6 |
| * | quiet a gcc warning by adding () around && within || | Jeff Trawick | 2003-02-20 | 1 | -2/+2 |
| * | use a better text for the overlap warning. | André Malo | 2003-02-14 | 1 | -4/+3 |
| * | extend the check for Alias overlappings. Now test also previous | André Malo | 2003-02-14 | 1 | -3/+5 |
| * | people often assume that their Aliases will be found by "best match" rather | André Malo | 2003-02-14 | 1 | -0/+25 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST. | Joshua Slive | 2002-07-21 | 1 | -1/+2 |
| * | Remove some extraneous comparison operations | Brian Pane | 2002-06-08 | 1 | -2/+4 |
| * | The style police have arrested mod_alias on charges of violating law and | Justin Erenkrantz | 2002-06-04 | 1 | -114/+119 |
| * | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -2/+2 |
| * | Reverse the hook ordering for mod_userdir and mod_alias so | Joshua Slive | 2002-05-07 | 1 | -2/+2 |
| * | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -3/+6 |
| * | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
| * | Change the 'we turned /foo into http://host/foo' log message | Ken Coar | 2002-02-05 | 1 | -1/+1 |
| * | If the RedirectMatch target is an abs_path, make it an absoluteURI | Ken Coar | 2002-01-31 | 1 | -1/+11 |
| * | Fix RedirectMatch so it won't emit invalid Location fields. | Ken Coar | 2002-01-31 | 1 | -2/+13 |
| * | optimized away a strlen call in alias_matches() | Brian Pane | 2001-11-22 | 1 | -2/+1 |
| * | Fix RedirectMatch handling to properly handle URLs with host portions. | Justin Erenkrantz | 2001-10-26 | 1 | -5/+9 |
| * | Clear out this optimization till we are prepared for it (not now.) | William A. Rowe Jr | 2001-08-23 | 1 | -8/+14 |
| * | adjust to apr_uri_ rename | Doug MacEachern | 2001-08-19 | 1 | -2/+2 |
| * | Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_ | Roy T. Fielding | 2001-05-22 | 1 | -2/+2 |
| * | Back out the recent change to ap_get_brigade, to make it use indirection | Ryan Bloom | 2001-05-06 | 1 | -1/+10 |
| * | *) Introduce "ap_conf_vector_t" type to assist with legibility and provide | Greg Stein | 2001-02-18 | 1 | -7/+6 |
| * | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
| * | Clean up some of the includes: | Greg Stein | 2001-02-10 | 1 | -3/+6 |
| * | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -9/+9 |
| * | Fix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, we | Ryan Bloom | 2001-02-07 | 1 | -0/+1 |
| * | 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 |
| * | Newer canonicalization code should replace this patch entirely, however | William A. Rowe Jr | 2000-11-10 | 1 | -1/+6 |
| * | 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 |
| * | Fix warnings. | Ben Laurie | 2000-06-20 | 1 | -15/+27 |
| * | Use the new command-handler initializer macros in some more modules. | Jeff Trawick | 2000-06-20 | 1 | -24/+26 |
| * | PR: | William A. Rowe Jr | 2000-05-27 | 1 | -2/+2 |
| * |
| William A. Rowe Jr | 2000-05-27 | 1 | -2/+2 |
| * | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -2/+2 |
| * | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -4/+4 |