summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* The force-response-1.0 and downgrade-1.0 checks were swapped. ThisJustin Erenkrantz2002-04-241-4/+6
* Optimization: short-circuit out of ap_set_byterange() more quickly if theBrian Pane2002-04-221-12/+12
* Added ap_recent_rfc822_date(), which uses the recent timestamp cacheBrian Pane2002-04-211-2/+3
* Switch ap_http_filter to use ap_get_brigade and apr_brigade_flattenJustin Erenkrantz2002-04-191-5/+23
* Fix subreqs with non-defined Content-Types being served improperly.Justin Erenkrantz2002-04-172-4/+5
* Move 100 - Continue support to the HTTP_IN filter so that filtersJustin Erenkrantz2002-04-161-101/+107
* Adds support for reading trailers on input by exporting get_mime_headersJustin Erenkrantz2002-04-161-1/+2
* ap_send_error_response: reset r->output filters to the protocol filters.Greg Ames2002-04-151-0/+6
* Fix a segfault. Only try to set this if the sub_Request has a c-t.Ryan Bloom2002-04-051-1/+3
* If we are doing a fast_redirect, and we don't have a main request, thenRyan Bloom2002-04-051-0/+4
* Correct partitioning of filter handles between core and http, andWilliam A. Rowe Jr2002-04-052-4/+10
* Clean up breakage introduced recently that sent the wrong headers throughWilliam A. Rowe Jr2002-04-051-0/+17
* This fixes the mod_autoindex problem of not getting the list of files.Ryan Bloom2002-04-051-0/+5
* Prevent ap_add_output_filters_by_type from being called inJustin Erenkrantz2002-04-021-7/+9
* BUCKET FREELISTSCliff Woolley2002-03-293-22/+32
* Add a new parameter to the quick_handler hook to instructBill Stoddard2002-03-271-4/+22
* style improvement for checking whether the result of anJeff Trawick2002-03-271-1/+1
* Anal-retentive factor -- be consistent in our whitespace.Cliff Woolley2002-03-271-1/+1
* nitCliff Woolley2002-03-251-0/+1
* Fix a segfault because ap_method_registry_init() was never called unlessCliff Woolley2002-03-251-0/+1
* What, we don't support HEAD requests now? ;)Cliff Woolley2002-03-251-0/+5
* add an extra level of parentheses to say "yes I know what I'mJeff Trawick2002-03-221-1/+1
* When a proxied site was being served, Apache was replacingGraham Leggett2002-03-221-1/+11
* Commit 1 of 2 to:Bill Stoddard2002-03-203-24/+24
* ap_rset_content_type() should take const char * instead of char *Jeff Trawick2002-03-201-1/+1
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-203-24/+35
* The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein2002-03-191-138/+270
* fix the type of a string argument to ap_log_error()Jeff Trawick2002-03-162-2/+2
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-3/+10
* Update our copyright for this year.Roy T. Fielding2002-03-135-5/+5
* Move the quick_handler comment to the new quick handler location. Do notBill Stoddard2002-03-131-18/+0
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-3/+3
* Fix prototype and return value of http_create_request to match new hookJustin Erenkrantz2002-03-071-1/+3
* There is no reason to insert the protocol filters in the insert_filtersRyan Bloom2002-03-071-2/+2
* Remove a comment that no longer applies.Ryan Bloom2002-03-061-4/+1
* Remove another hack from the server. The add_required_filters functionRyan Bloom2002-03-051-25/+0
* Just formatting cleanup, nothing interesting here, move along :)William A. Rowe Jr2002-03-041-3/+3
* Adding the same filters over and over again used to be okay, becauseRyan Bloom2002-03-042-12/+1
* Classify some of the input filters as the correct types. Previous toRyan Bloom2002-03-031-1/+1
* Fix the mod_dir/mod_negotiation bug, where redirects and sub requestsRyan Bloom2002-03-031-2/+8
* Don't set bytes_sent to be 0 when r->assbackwards since this screws upJustin Erenkrantz2002-02-271-1/+0
* Oh, no. It's legal to have 0 bytes read. Just not -1. If *that* happens,Justin Erenkrantz2002-02-031-1/+1
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-8/+1
* Replaced some more ap_add_output_filter() calls withBrian Pane2002-01-271-11/+26
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-1/+8
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-253-11/+17
* When doing input filtering, get out the way of anything that we don't wantJustin Erenkrantz2002-01-201-2/+2
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-193-8/+11
* quick handler now runs on subrequests as wellIan Holsman2002-01-161-10/+7
* Log a more descriptive error message.Bill Stoddard2002-01-141-1/+1