summaryrefslogtreecommitdiffstats
path: root/STATUS (unfollow)
Commit message (Expand)AuthorFilesLines
2001-08-28 This is the same granularity of control as mod_mime gave to set handlersWilliam A. Rowe Jr1-7/+2
2001-08-28 Also in the prior commit (1.338)William A. Rowe Jr1-1/+1
2001-08-28 Someone pointed out that we were running the images through the INCLUDEWilliam A. Rowe Jr2-2/+2
2001-08-28 Version 1.338 of mod_mime also tightened the mod_negotiation behavior.William A. Rowe Jr1-0/+10
2001-08-28 Introduces mod_mime AddInputFilter and AddOutputFilter filter ext syntax.William A. Rowe Jr2-156/+96
2001-08-28 Clip a duplicate appearanceWilliam A. Rowe Jr1-4/+0
2001-08-28 This small patch I committed last week broke the transparent negotiationWilliam A. Rowe Jr1-1/+1
2001-08-28Remove an obsolete function from fdqueue. The worker MPM now uses theRyan Bloom1-19/+0
2001-08-27As the worker MPM is really an alternative to the threaded MPM ...Justin Erenkrantz2-0/+24
2001-08-27Fix a case where on restart, an admin started logging, and the loggingVictor J. Orlikowski2-2/+6
2001-08-27Fix a growing connection pool in core_output_filter() forJeff Trawick2-3/+23
2001-08-27Moved split_and_pass_pretag_buckets back to being aPaul J. Reder5-86/+39
2001-08-27Fix a segfault when a numeric host (e.g., "Host: 123") was specified.Jeff Trawick2-0/+11
2001-08-27Remove some warnings from the perchild MPMRyan Bloom2-6/+6
2001-08-27- allows empty $val from httpd-2.0/build/config_vars.mkRyan Bloom1-84/+103
2001-08-27 Solve a bug I introduced this weekend, we want to compare core_*->rWilliam A. Rowe Jr1-3/+7
2001-08-27The consensus now is that mod_include should just butt out of any decisionsCliff Woolley2-12/+4
2001-08-27Add information on backwards-compatible handler and magic-mime-typesJoshua Slive2-16/+7
2001-08-27remove_any_filter() and ap_remove_foo_filter() are void; how can youJeff Trawick1-2/+2
2001-08-27fix some calls to apr_pool_userdata_get()Jeff Trawick1-4/+4
2001-08-27Allow mod_ssl to send back an error message if an HTTP request is sentRyan Bloom5-36/+62
2001-08-27 Regroup some of the headers in the win32 module, to make the distinctionWilliam A. Rowe Jr1-13/+17
2001-08-27 Final additional comments (for the moment) about the new optimization.William A. Rowe Jr1-1/+3
2001-08-27Remove some unneeded autoconf checks. We now have no duplicate librariesJustin Erenkrantz2-18/+0
2001-08-27 Further optimization to location_walk() and clean up unused variables.William A. Rowe Jr1-5/+14
2001-08-27 Clean up location_walk, so that this step performs a minimumWilliam A. Rowe Jr2-44/+98
2001-08-27Fix a typo.Ryan Bloom1-1/+1
2001-08-27 I think this statement makes more sense, please ask if it isn't clear.William A. Rowe Jr1-1/+1
2001-08-26backing out the ap_set_keepalive uncheck for Content-Length headerDoug MacEachern1-7/+0
2001-08-26ap_content_length_filter has already set Content-LengthDoug MacEachern1-1/+7
2001-08-26apr_pstrcat args were not NULL terminatedDoug MacEachern1-1/+1
2001-08-26More fixes for APXS. APXS now works with httpd-test againRyan Bloom1-3/+17
2001-08-26Improvements to APXS. It now uses the config_vars.mk variables toRyan Bloom2-63/+76
2001-08-26these modules were never built and had not been ported to 2.0Doug MacEachern3-536/+1
2001-08-26Another generated file to ignore.Brian Havard1-0/+1
2001-08-26 Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) toWilliam A. Rowe Jr32-34/+34
2001-08-26 That last round calls for a bump.William A. Rowe Jr1-1/+2
2001-08-26 Eliminate proxy: (and all other 'special') processing from theWilliam A. Rowe Jr5-223/+99
2001-08-26 Readded "downgrade-1.0" which I (inadvertantly) pulled with theWilliam A. Rowe Jr1-0/+4
2001-08-26 Split proxy: space using <Proxy[Match] > directive blocks fromWilliam A. Rowe Jr3-9/+209
2001-08-26 Change _only_ the debug build to recognize the /Zi flag (which is portableWilliam A. Rowe Jr4-8/+8
2001-08-26We have to initialize the error_bucket before we can destroy it.Ryan Bloom1-1/+1
2001-08-26didt pay attention to the first question; pretty sure answer is noDoug MacEachern1-1/+1
2001-08-26i think the answer to aaron's question is "a typo". otherwise there isDoug MacEachern1-3/+2
2001-08-26Fix a security problem which would allow an SSI documentCliff Woolley2-2/+14
2001-08-26 Introduce the map_to_storage hook, which allows modules to bypassWilliam A. Rowe Jr8-62/+90
2001-08-26BUCKETS SMS PHASE 1Cliff Woolley2-8/+19
2001-08-25Added documentation of RemoveCharset, RemoveLanguage to mod_mime.html.Rich Bowen2-1/+82
2001-08-25 Downgrade must occur before we attempt to TRACE, e.g., for clients withWilliam A. Rowe Jr1-4/+4
2001-08-25Additional details in mod_mime about what all this stuff means.Rich Bowen1-2/+71