| Commit message (Expand) | Author | Age | Files | Lines |
* | The force-response-1.0 and downgrade-1.0 checks were swapped. This | Justin Erenkrantz | 2002-04-24 | 1 | -4/+6 |
* | Optimization: short-circuit out of ap_set_byterange() more quickly if the | Brian Pane | 2002-04-22 | 1 | -12/+12 |
* | Added ap_recent_rfc822_date(), which uses the recent timestamp cache | Brian Pane | 2002-04-21 | 1 | -2/+3 |
* | Switch ap_http_filter to use ap_get_brigade and apr_brigade_flatten | Justin Erenkrantz | 2002-04-19 | 1 | -5/+23 |
* | Fix subreqs with non-defined Content-Types being served improperly. | Justin Erenkrantz | 2002-04-17 | 2 | -4/+5 |
* | Move 100 - Continue support to the HTTP_IN filter so that filters | Justin Erenkrantz | 2002-04-16 | 1 | -101/+107 |
* | Adds support for reading trailers on input by exporting get_mime_headers | Justin Erenkrantz | 2002-04-16 | 1 | -1/+2 |
* | ap_send_error_response: reset r->output filters to the protocol filters. | Greg Ames | 2002-04-15 | 1 | -0/+6 |
* | Fix a segfault. Only try to set this if the sub_Request has a c-t. | Ryan Bloom | 2002-04-05 | 1 | -1/+3 |
* | If we are doing a fast_redirect, and we don't have a main request, then | Ryan Bloom | 2002-04-05 | 1 | -0/+4 |
* | Correct partitioning of filter handles between core and http, and | William A. Rowe Jr | 2002-04-05 | 2 | -4/+10 |
* | Clean up breakage introduced recently that sent the wrong headers through | William A. Rowe Jr | 2002-04-05 | 1 | -0/+17 |
* | This fixes the mod_autoindex problem of not getting the list of files. | Ryan Bloom | 2002-04-05 | 1 | -0/+5 |
* | Prevent ap_add_output_filters_by_type from being called in | Justin Erenkrantz | 2002-04-02 | 1 | -7/+9 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 3 | -22/+32 |
* | Add a new parameter to the quick_handler hook to instruct | Bill Stoddard | 2002-03-27 | 1 | -4/+22 |
* | style improvement for checking whether the result of an | Jeff Trawick | 2002-03-27 | 1 | -1/+1 |
* | Anal-retentive factor -- be consistent in our whitespace. | Cliff Woolley | 2002-03-27 | 1 | -1/+1 |
* | nit | Cliff Woolley | 2002-03-25 | 1 | -0/+1 |
* | Fix a segfault because ap_method_registry_init() was never called unless | Cliff Woolley | 2002-03-25 | 1 | -0/+1 |
* | What, we don't support HEAD requests now? ;) | Cliff Woolley | 2002-03-25 | 1 | -0/+5 |
* | add an extra level of parentheses to say "yes I know what I'm | Jeff Trawick | 2002-03-22 | 1 | -1/+1 |
* | When a proxied site was being served, Apache was replacing | Graham Leggett | 2002-03-22 | 1 | -1/+11 |
* | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 3 | -24/+24 |
* | ap_rset_content_type() should take const char * instead of char * | Jeff Trawick | 2002-03-20 | 1 | -1/+1 |
* | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 3 | -24/+35 |
* | The underlying change here was to add the new WebDAV/DeltaV methods | Greg Stein | 2002-03-19 | 1 | -138/+270 |
* | fix the type of a string argument to ap_log_error() | Jeff Trawick | 2002-03-16 | 2 | -2/+2 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -3/+10 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 5 | -5/+5 |
* | Move the quick_handler comment to the new quick handler location. Do not | Bill Stoddard | 2002-03-13 | 1 | -18/+0 |
* | As hinted on dev@httpd, change filter naming schemes to match our | Justin Erenkrantz | 2002-03-07 | 1 | -3/+3 |
* | Fix prototype and return value of http_create_request to match new hook | Justin Erenkrantz | 2002-03-07 | 1 | -1/+3 |
* | There is no reason to insert the protocol filters in the insert_filters | Ryan Bloom | 2002-03-07 | 1 | -2/+2 |
* | Remove a comment that no longer applies. | Ryan Bloom | 2002-03-06 | 1 | -4/+1 |
* | Remove another hack from the server. The add_required_filters function | Ryan Bloom | 2002-03-05 | 1 | -25/+0 |
* | Just formatting cleanup, nothing interesting here, move along :) | William A. Rowe Jr | 2002-03-04 | 1 | -3/+3 |
* | Adding the same filters over and over again used to be okay, because | Ryan Bloom | 2002-03-04 | 2 | -12/+1 |
* | Classify some of the input filters as the correct types. Previous to | Ryan Bloom | 2002-03-03 | 1 | -1/+1 |
* | Fix the mod_dir/mod_negotiation bug, where redirects and sub requests | Ryan Bloom | 2002-03-03 | 1 | -2/+8 |
* | Don't set bytes_sent to be 0 when r->assbackwards since this screws up | Justin Erenkrantz | 2002-02-27 | 1 | -1/+0 |
* | Oh, no. It's legal to have 0 bytes read. Just not -1. If *that* happens, | Justin Erenkrantz | 2002-02-03 | 1 | -1/+1 |
* | This patch restores most of Ryan's patch (11/12/2001) to remove the | Bill Stoddard | 2002-01-29 | 1 | -8/+1 |
* | Replaced some more ap_add_output_filter() calls with | Brian Pane | 2002-01-27 | 1 | -11/+26 |
* | Remove the create_connection hook and put the client_socket back into the | Bill Stoddard | 2002-01-27 | 1 | -1/+8 |
* | Change ap_get_brigade prototype to remove *readbytes in favor of readbytes. | Justin Erenkrantz | 2002-01-25 | 3 | -11/+17 |
* | When doing input filtering, get out the way of anything that we don't want | Justin Erenkrantz | 2002-01-20 | 1 | -2/+2 |
* | Input filtering prototype change: Socket blocking type should be | Justin Erenkrantz | 2002-01-19 | 3 | -8/+11 |
* | quick handler now runs on subrequests as well | Ian Holsman | 2002-01-16 | 1 | -10/+7 |
* | Log a more descriptive error message. | Bill Stoddard | 2002-01-14 | 1 | -1/+1 |