summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning when compiling with GPROFRyan Bloom2001-02-111-1/+1
* *) continued header revampingGreg Stein2001-02-102-12/+6
* Clean up some of the includes:Greg Stein2001-02-102-6/+9
* Remove the SetFilter directive from the code. This directive wasn'tRyan Bloom2001-02-101-34/+0
* Change AddInputFilter and AddOutputFilter to SetInputFilter andRyan Bloom2001-02-101-2/+2
* *) minor changes, simplificationsGreg Stein2001-02-091-28/+22
* Make the header filter use the brigade buffering functions for creatingRyan Bloom2001-02-091-73/+24
* renaming various functions for consistency sakeDoug MacEachern2001-02-085-120/+120
* We have a poor abstraction in the protocol. This is a temporaryRyan Bloom2001-02-061-5/+15
* If we are in the middle of a brigade loop, we don't want to always checkRyan Bloom2001-02-061-1/+1
* Tweak the AP_MIN_SENDFILE_BYTES. Not using sendfile on WindowsBill Stoddard2001-02-051-1/+1
* avoid warning in non-AP_DEBUG buildJeff Trawick2001-02-021-0/+2
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-011-3/+13
* Fix the remaining APR_FINFO_NORM occurances. Again, followup is neededWilliam A. Rowe Jr2001-02-011-1/+1
* This fixes a performance problem with directory indexing on Windows.Bill Stoddard2001-01-311-1/+1
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-313-7/+5
* apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu...Bill Stoddard2001-01-311-1/+1
* Back out a bit of yesterday's patch, since the explicit returnWilliam A. Rowe Jr2001-01-281-1/+2
* Fix some byterange handling. If we get a byte range that looks likeRyan Bloom2001-01-281-1/+1
* Use the new error bucket to report HTTP_RANGE_NOT_SATISFIABLE fromRyan Bloom2001-01-281-1/+6
* Make the error bucket a real meta-data bucket. This means that theRyan Bloom2001-01-281-6/+6
* Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfoWilliam A. Rowe Jr2001-01-271-10/+17
* Fix a seg fault. The problem is easy to explain. On a HEAD request, GoodRyan Bloom2001-01-271-1/+3
* Cleanup the error bucket code a bit. This uses the error bucket directlyRyan Bloom2001-01-273-9/+14
* Greg Stein and Dale Ghent both reminded me I forgot to add this.Ryan Bloom2001-01-271-0/+104
* filters can now report an HTTP error to the server. This is doneRyan Bloom2001-01-274-2/+11
* fix mangled headers due to underallocated bufferGreg Ames2001-01-261-16/+31
* Teach me to change just one more thing before committing. This fixes myRyan Bloom2001-01-261-1/+1
* Stop using the request filters to filter an error response. This fixes aRyan Bloom2001-01-261-1/+20
* Fix uninitialized variable 'written' in ap_rvputs, noticed by gcc.Brian Havard2001-01-261-1/+1
* Store the original content_type before we replace it with the byterangeRyan Bloom2001-01-261-1/+3
* Add the coalesce filter back in. It is NOT being installed anywhere right now.Bill Stoddard2001-01-251-0/+138
* As Greg noted, set_keepalive has to happen before we check r->chunked, butRyan Bloom2001-01-251-13/+14
* The ap_set_keepalive call needs to be after the call toRyan Bloom2001-01-251-2/+2
* Remove the COALESCE_FILTER. It is no longer needed since Greg committed his a...Bill Stoddard2001-01-242-143/+0
* get http_core to compile on systems without apr_sendfile() supportJeff Trawick2001-01-241-4/+2
* A single outermost loop is all that is needed. Simplify and add commentsGreg Stein2001-01-241-135/+157
* Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLAREGreg Stein2001-01-244-20/+130
* fix the (error) return values for the ap_r* functions.Greg Stein2001-01-241-13/+16
* Loop over the brigade when multiple buckets file are found, instead ofRyan Bloom2001-01-241-121/+128
* Improve the performance of the ap_r* functions by buffering their data inGreg Stein2001-01-242-37/+156
* Allow the core_output_filter to deal with multiple file buckets in theRyan Bloom2001-01-241-0/+10
* Fix the core_output_filter. It doesn't make any sense to send less thanRyan Bloom2001-01-241-3/+7
* Fix the core to take the new file bucket type into account.Ryan Bloom2001-01-231-1/+2
* Fix the byterange filter for the case where the bucket can't beRyan Bloom2001-01-231-1/+7
* Cleanup the byterange filter to use the apr_brigade_partitionRyan Bloom2001-01-231-69/+12
* AP_REQUEST_DONE is bogus and a bad idea. This had the http_header filterRyan Bloom2001-01-221-2/+2
* Remove AddModule and ClearModuleList. Neither directive really makesRyan Bloom2001-01-211-32/+0
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-7/+9
* Stop checking to see if this is a pipelined request if we knowRyan Bloom2001-01-191-1/+2