| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a warning when compiling with GPROF | Ryan Bloom | 2001-02-11 | 1 | -1/+1 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 2 | -12/+6 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 2 | -6/+9 |
* | Remove the SetFilter directive from the code. This directive wasn't | Ryan Bloom | 2001-02-10 | 1 | -34/+0 |
* | Change AddInputFilter and AddOutputFilter to SetInputFilter and | Ryan Bloom | 2001-02-10 | 1 | -2/+2 |
* | *) minor changes, simplifications | Greg Stein | 2001-02-09 | 1 | -28/+22 |
* | Make the header filter use the brigade buffering functions for creating | Ryan Bloom | 2001-02-09 | 1 | -73/+24 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 5 | -120/+120 |
* | We have a poor abstraction in the protocol. This is a temporary | Ryan Bloom | 2001-02-06 | 1 | -5/+15 |
* | If we are in the middle of a brigade loop, we don't want to always check | Ryan Bloom | 2001-02-06 | 1 | -1/+1 |
* | Tweak the AP_MIN_SENDFILE_BYTES. Not using sendfile on Windows | Bill Stoddard | 2001-02-05 | 1 | -1/+1 |
* | avoid warning in non-AP_DEBUG build | Jeff Trawick | 2001-02-02 | 1 | -0/+2 |
* | Bring mod_status for 2.0 back in line with mod_status for 1.3. This is | Ryan Bloom | 2001-02-01 | 1 | -3/+13 |
* | Fix the remaining APR_FINFO_NORM occurances. Again, followup is needed | William A. Rowe Jr | 2001-02-01 | 1 | -1/+1 |
* | This fixes a performance problem with directory indexing on Windows. | Bill Stoddard | 2001-01-31 | 1 | -1/+1 |
* | Eliminate all assumptions that finfo.protection reflects the existance | William A. Rowe Jr | 2001-01-31 | 3 | -7/+5 |
* | apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu... | Bill Stoddard | 2001-01-31 | 1 | -1/+1 |
* | Back out a bit of yesterday's patch, since the explicit return | William A. Rowe Jr | 2001-01-28 | 1 | -1/+2 |
* | Fix some byterange handling. If we get a byte range that looks like | Ryan Bloom | 2001-01-28 | 1 | -1/+1 |
* | Use the new error bucket to report HTTP_RANGE_NOT_SATISFIABLE from | Ryan Bloom | 2001-01-28 | 1 | -1/+6 |
* | Make the error bucket a real meta-data bucket. This means that the | Ryan Bloom | 2001-01-28 | 1 | -6/+6 |
* | Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo | William A. Rowe Jr | 2001-01-27 | 1 | -10/+17 |
* | Fix a seg fault. The problem is easy to explain. On a HEAD request, Good | Ryan Bloom | 2001-01-27 | 1 | -1/+3 |
* | Cleanup the error bucket code a bit. This uses the error bucket directly | Ryan Bloom | 2001-01-27 | 3 | -9/+14 |
* | Greg Stein and Dale Ghent both reminded me I forgot to add this. | Ryan Bloom | 2001-01-27 | 1 | -0/+104 |
* | filters can now report an HTTP error to the server. This is done | Ryan Bloom | 2001-01-27 | 4 | -2/+11 |
* | fix mangled headers due to underallocated buffer | Greg Ames | 2001-01-26 | 1 | -16/+31 |
* | Teach me to change just one more thing before committing. This fixes my | Ryan Bloom | 2001-01-26 | 1 | -1/+1 |
* | Stop using the request filters to filter an error response. This fixes a | Ryan Bloom | 2001-01-26 | 1 | -1/+20 |
* | Fix uninitialized variable 'written' in ap_rvputs, noticed by gcc. | Brian Havard | 2001-01-26 | 1 | -1/+1 |
* | Store the original content_type before we replace it with the byterange | Ryan Bloom | 2001-01-26 | 1 | -1/+3 |
* | Add the coalesce filter back in. It is NOT being installed anywhere right now. | Bill Stoddard | 2001-01-25 | 1 | -0/+138 |
* | As Greg noted, set_keepalive has to happen before we check r->chunked, but | Ryan Bloom | 2001-01-25 | 1 | -13/+14 |
* | The ap_set_keepalive call needs to be after the call to | Ryan Bloom | 2001-01-25 | 1 | -2/+2 |
* | Remove the COALESCE_FILTER. It is no longer needed since Greg committed his a... | Bill Stoddard | 2001-01-24 | 2 | -143/+0 |
* | get http_core to compile on systems without apr_sendfile() support | Jeff Trawick | 2001-01-24 | 1 | -4/+2 |
* | A single outermost loop is all that is needed. Simplify and add comments | Greg Stein | 2001-01-24 | 1 | -135/+157 |
* | Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLARE | Greg Stein | 2001-01-24 | 4 | -20/+130 |
* | fix the (error) return values for the ap_r* functions. | Greg Stein | 2001-01-24 | 1 | -13/+16 |
* | Loop over the brigade when multiple buckets file are found, instead of | Ryan Bloom | 2001-01-24 | 1 | -121/+128 |
* | Improve the performance of the ap_r* functions by buffering their data in | Greg Stein | 2001-01-24 | 2 | -37/+156 |
* | Allow the core_output_filter to deal with multiple file buckets in the | Ryan Bloom | 2001-01-24 | 1 | -0/+10 |
* | Fix the core_output_filter. It doesn't make any sense to send less than | Ryan Bloom | 2001-01-24 | 1 | -3/+7 |
* | Fix the core to take the new file bucket type into account. | Ryan Bloom | 2001-01-23 | 1 | -1/+2 |
* | Fix the byterange filter for the case where the bucket can't be | Ryan Bloom | 2001-01-23 | 1 | -1/+7 |
* | Cleanup the byterange filter to use the apr_brigade_partition | Ryan Bloom | 2001-01-23 | 1 | -69/+12 |
* | AP_REQUEST_DONE is bogus and a bad idea. This had the http_header filter | Ryan Bloom | 2001-01-22 | 1 | -2/+2 |
* | Remove AddModule and ClearModuleList. Neither directive really makes | Ryan Bloom | 2001-01-21 | 1 | -32/+0 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -7/+9 |
* | Stop checking to see if this is a pipelined request if we know | Ryan Bloom | 2001-01-19 | 1 | -1/+2 |