| Commit message (Expand) | Author | Age | Files | Lines |
* | **NO CODE CHANGES** | Justin Erenkrantz | 2001-09-02 | 1 | -266/+341 |
* | - Remove extra include_module line - dunno how that got there. | Justin Erenkrantz | 2001-09-02 | 1 | -21/+23 |
* | Make mod_include do lazy evaluation of potentially expensive to | Justin Erenkrantz | 2001-09-02 | 1 | -42/+92 |
* | We should be copying the filters as well when we perform the extension merge | Justin Erenkrantz | 2001-09-02 | 1 | -0/+18 |
* | Fix logging of bytes sent for HEAD requests. %b and %B should | Ryan Bloom | 2001-09-02 | 1 | -2/+2 |
* | Make mod_include check for BYTE_COUNT_THRESHOLD on a per-bucket basis | Justin Erenkrantz | 2001-09-02 | 2 | -44/+96 |
* | Now that stinks, sorry. In moving code - I didn't notice my code | William A. Rowe Jr | 2001-08-31 | 1 | -8/+8 |
* | Much better - sorry - I missed one case of forcing pipeline flush when | William A. Rowe Jr | 2001-08-31 | 1 | -14/+7 |
* | After calling ap_process_request_internal(), the caller must invoke | William A. Rowe Jr | 2001-08-31 | 1 | -0/+12 |
* | Normalize all paths to run the same, common code for pre-request setup | William A. Rowe Jr | 2001-08-31 | 1 | -136/+22 |
* | Fix a segfault with mod_include when r->path_info is not set | Justin Erenkrantz | 2001-08-30 | 1 | -1/+3 |
* | As suggested by Ryan and OtherBill, change the way that | Jeff Trawick | 2001-08-30 | 1 | -21/+11 |
* | Undo another int type'ed port (and format a little structure for legibility). | William A. Rowe Jr | 2001-08-30 | 1 | -4/+4 |
* | Fix a broken declaration (supress type conversion warning on win32). | William A. Rowe Jr | 2001-08-30 | 1 | -1/+1 |
* | After committing Brian Havard's fix to Unix file_io yesterday, | Jeff Trawick | 2001-08-30 | 1 | -1/+1 |
* | since the core now stores the input and output filter lists in a | Jeff Trawick | 2001-08-30 | 1 | -14/+18 |
* | dont block when handling non-ssl request | Doug MacEachern | 2001-08-30 | 1 | -1/+1 |
* | Fix mod_mime skipping over mime.types when some _other_ field was set | William A. Rowe Jr | 2001-08-30 | 1 | -23/+6 |
* | Make CACHE_IN and CACHE_CONDITIONAL AP_FTYPE_CONTENT filters. Comtemplating | Bill Stoddard | 2001-08-30 | 1 | -5/+21 |
* | Ooops, this should have been committed along with mod_mem_cache changes. | Bill Stoddard | 2001-08-30 | 1 | -1/+3 |
* | Three small changes... | Bill Stoddard | 2001-08-30 | 1 | -20/+49 |
* | Added some bulletproofing to memory allocation in the LDAP cache | Graham Leggett | 2001-08-30 | 3 | -17/+47 |
* | From Mark Cox: | Jeff Trawick | 2001-08-29 | 1 | -13/+6 |
* | Fix some warnings... | Graham Leggett | 2001-08-29 | 1 | -2/+1 |
* | Add specified user attributes to the environment when using | Graham Leggett | 2001-08-29 | 5 | -20/+119 |
* | Fix a typo for documentation consistency. | William A. Rowe Jr | 2001-08-28 | 1 | -1/+1 |
* | Also in the prior commit (1.338) | William A. Rowe Jr | 2001-08-28 | 1 | -1/+1 |
* | Introduces mod_mime AddInputFilter and AddOutputFilter filter ext syntax. | William A. Rowe Jr | 2001-08-28 | 1 | -156/+91 |
* | This small patch I committed last week broke the transparent negotiation | William A. Rowe Jr | 2001-08-28 | 1 | -1/+1 |
* | Fix a case where on restart, an admin started logging, and the logging | Victor J. Orlikowski | 2001-08-27 | 2 | -2/+6 |
* | Moved split_and_pass_pretag_buckets back to being a | Paul J. Reder | 2001-08-27 | 4 | -86/+34 |
* | The consensus now is that mod_include should just butt out of any decisions | Cliff Woolley | 2001-08-27 | 1 | -12/+0 |
* | Allow mod_ssl to send back an error message if an HTTP request is sent | Ryan Bloom | 2001-08-27 | 2 | -25/+31 |
* | backing out the ap_set_keepalive uncheck for Content-Length header | Doug MacEachern | 2001-08-26 | 1 | -7/+0 |
* | ap_content_length_filter has already set Content-Length | Doug MacEachern | 2001-08-26 | 1 | -1/+7 |
* | these modules were never built and had not been ported to 2.0 | Doug MacEachern | 2001-08-26 | 3 | -536/+1 |
* | Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to | William A. Rowe Jr | 2001-08-26 | 17 | -18/+18 |
* | Eliminate proxy: (and all other 'special') processing from the | William A. Rowe Jr | 2001-08-26 | 1 | -0/+1 |
* | Readded "downgrade-1.0" which I (inadvertantly) pulled with the | William A. Rowe Jr | 2001-08-26 | 1 | -0/+4 |
* | Split proxy: space using <Proxy[Match] > directive blocks from | William A. Rowe Jr | 2001-08-26 | 3 | -9/+209 |
* | Change _only_ the debug build to recognize the /Zi flag (which is portable | William A. Rowe Jr | 2001-08-26 | 4 | -8/+8 |
* | Fix a security problem which would allow an SSI document | Cliff Woolley | 2001-08-26 | 1 | -2/+10 |
* | Introduce the map_to_storage hook, which allows modules to bypass | William A. Rowe Jr | 2001-08-26 | 4 | -37/+20 |
* | Downgrade must occur before we attempt to TRACE, e.g., for clients with | William A. Rowe Jr | 2001-08-25 | 1 | -4/+4 |
* | Add the ability for mod_include to add the INCLUDES filter | Ryan Bloom | 2001-08-25 | 1 | -0/+10 |
* | force OpenSSL to ignore process local-caching and to always | Doug MacEachern | 2001-08-25 | 1 | -4/+13 |
* | these #ifs were really confusing emacs indentation, easier for humans to pars... | Doug MacEachern | 2001-08-25 | 1 | -20/+10 |
* | Just a little extra commentary... | Cliff Woolley | 2001-08-24 | 1 | -3/+5 |
* | Fix a double-free condition when byterange requests are made on brigades | Cliff Woolley | 2001-08-24 | 1 | -1/+6 |
* | enable i/o debugging | Doug MacEachern | 2001-08-24 | 2 | -6/+10 |