| Commit message (Expand) | Author | Files | Lines |
2001-08-28 | This is the same granularity of control as mod_mime gave to set handlers | William A. Rowe Jr | 1 | -7/+2 |
2001-08-28 | Also in the prior commit (1.338) | William A. Rowe Jr | 1 | -1/+1 |
2001-08-28 | Someone pointed out that we were running the images through the INCLUDE | William A. Rowe Jr | 2 | -2/+2 |
2001-08-28 | Version 1.338 of mod_mime also tightened the mod_negotiation behavior. | William A. Rowe Jr | 1 | -0/+10 |
2001-08-28 | Introduces mod_mime AddInputFilter and AddOutputFilter filter ext syntax. | William A. Rowe Jr | 2 | -156/+96 |
2001-08-28 | Clip a duplicate appearance | William A. Rowe Jr | 1 | -4/+0 |
2001-08-28 | This small patch I committed last week broke the transparent negotiation | William A. Rowe Jr | 1 | -1/+1 |
2001-08-28 | Remove an obsolete function from fdqueue. The worker MPM now uses the | Ryan Bloom | 1 | -19/+0 |
2001-08-27 | As the worker MPM is really an alternative to the threaded MPM ... | Justin Erenkrantz | 2 | -0/+24 |
2001-08-27 | Fix a case where on restart, an admin started logging, and the logging | Victor J. Orlikowski | 2 | -2/+6 |
2001-08-27 | Fix a growing connection pool in core_output_filter() for | Jeff Trawick | 2 | -3/+23 |
2001-08-27 | Moved split_and_pass_pretag_buckets back to being a | Paul J. Reder | 5 | -86/+39 |
2001-08-27 | Fix a segfault when a numeric host (e.g., "Host: 123") was specified. | Jeff Trawick | 2 | -0/+11 |
2001-08-27 | Remove some warnings from the perchild MPM | Ryan Bloom | 2 | -6/+6 |
2001-08-27 | - allows empty $val from httpd-2.0/build/config_vars.mk | Ryan Bloom | 1 | -84/+103 |
2001-08-27 | Solve a bug I introduced this weekend, we want to compare core_*->r | William A. Rowe Jr | 1 | -3/+7 |
2001-08-27 | The consensus now is that mod_include should just butt out of any decisions | Cliff Woolley | 2 | -12/+4 |
2001-08-27 | Add information on backwards-compatible handler and magic-mime-types | Joshua Slive | 2 | -16/+7 |
2001-08-27 | remove_any_filter() and ap_remove_foo_filter() are void; how can you | Jeff Trawick | 1 | -2/+2 |
2001-08-27 | fix some calls to apr_pool_userdata_get() | Jeff Trawick | 1 | -4/+4 |
2001-08-27 | Allow mod_ssl to send back an error message if an HTTP request is sent | Ryan Bloom | 5 | -36/+62 |
2001-08-27 | Regroup some of the headers in the win32 module, to make the distinction | William A. Rowe Jr | 1 | -13/+17 |
2001-08-27 | Final additional comments (for the moment) about the new optimization. | William A. Rowe Jr | 1 | -1/+3 |
2001-08-27 | Remove some unneeded autoconf checks. We now have no duplicate libraries | Justin Erenkrantz | 2 | -18/+0 |
2001-08-27 | Further optimization to location_walk() and clean up unused variables. | William A. Rowe Jr | 1 | -5/+14 |
2001-08-27 | Clean up location_walk, so that this step performs a minimum | William A. Rowe Jr | 2 | -44/+98 |
2001-08-27 | Fix a typo. | Ryan Bloom | 1 | -1/+1 |
2001-08-27 | I think this statement makes more sense, please ask if it isn't clear. | William A. Rowe Jr | 1 | -1/+1 |
2001-08-26 | backing out the ap_set_keepalive uncheck for Content-Length header | Doug MacEachern | 1 | -7/+0 |
2001-08-26 | ap_content_length_filter has already set Content-Length | Doug MacEachern | 1 | -1/+7 |
2001-08-26 | apr_pstrcat args were not NULL terminated | Doug MacEachern | 1 | -1/+1 |
2001-08-26 | More fixes for APXS. APXS now works with httpd-test again | Ryan Bloom | 1 | -3/+17 |
2001-08-26 | Improvements to APXS. It now uses the config_vars.mk variables to | Ryan Bloom | 2 | -63/+76 |
2001-08-26 | these modules were never built and had not been ported to 2.0 | Doug MacEachern | 3 | -536/+1 |
2001-08-26 | Another generated file to ignore. | Brian Havard | 1 | -0/+1 |
2001-08-26 | Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to | William A. Rowe Jr | 32 | -34/+34 |
2001-08-26 | That last round calls for a bump. | William A. Rowe Jr | 1 | -1/+2 |
2001-08-26 | Eliminate proxy: (and all other 'special') processing from the | William A. Rowe Jr | 5 | -223/+99 |
2001-08-26 | Readded "downgrade-1.0" which I (inadvertantly) pulled with the | William A. Rowe Jr | 1 | -0/+4 |
2001-08-26 | Split proxy: space using <Proxy[Match] > directive blocks from | William A. Rowe Jr | 3 | -9/+209 |
2001-08-26 | Change _only_ the debug build to recognize the /Zi flag (which is portable | William A. Rowe Jr | 4 | -8/+8 |
2001-08-26 | We have to initialize the error_bucket before we can destroy it. | Ryan Bloom | 1 | -1/+1 |
2001-08-26 | didt pay attention to the first question; pretty sure answer is no | Doug MacEachern | 1 | -1/+1 |
2001-08-26 | i think the answer to aaron's question is "a typo". otherwise there is | Doug MacEachern | 1 | -3/+2 |
2001-08-26 | Fix a security problem which would allow an SSI document | Cliff Woolley | 2 | -2/+14 |
2001-08-26 | Introduce the map_to_storage hook, which allows modules to bypass | William A. Rowe Jr | 8 | -62/+90 |
2001-08-26 | BUCKETS SMS PHASE 1 | Cliff Woolley | 2 | -8/+19 |
2001-08-25 | Added documentation of RemoveCharset, RemoveLanguage to mod_mime.html. | Rich Bowen | 2 | -1/+82 |
2001-08-25 | Downgrade must occur before we attempt to TRACE, e.g., for clients with | William A. Rowe Jr | 1 | -4/+4 |
2001-08-25 | Additional details in mod_mime about what all this stuff means. | Rich Bowen | 1 | -2/+71 |