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