| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some lvalue casts so that we can compile with xlc on AIX. | Jeff Trawick | 2000-11-28 | 1 | -2/+8 |
* | fix an apr_size_t/apr_ssize_t discrepancy | Jeff Trawick | 2000-11-28 | 1 | -1/+1 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 2 | -8/+24 |
* | Allow modules to specify the first module for a sub-request. This allows | Ryan Bloom | 2000-11-22 | 2 | -7/+20 |
* | Next pass at the content-length filter. Not perfect quite yet, but | Ryan Bloom | 2000-11-22 | 1 | -4/+9 |
* | Modify the content-length filter to change the criteria used to determine | Ryan Bloom | 2000-11-21 | 2 | -40/+37 |
* | updates to changed interfaces to apr_set_port(), apr_get_port(), | Jeff Trawick | 2000-11-21 | 1 | -2/+6 |
* | Add partial write support for apr_sendfile to core_output_filter. | Greg Ames | 2000-11-20 | 1 | -8/+88 |
* | Get SetFilter working with MIME-types again and update the docs | Ryan Bloom | 2000-11-20 | 1 | -1/+1 |
* | Update the SetFilter directive to work with Handlers instead of MIME-types. | Ryan Bloom | 2000-11-19 | 1 | -1/+1 |
* | Add a directive to mod_mime which allows people to configure a filter | Ryan Bloom | 2000-11-19 | 1 | -3/+36 |
* | Clean up some timeout arg warnings | William A. Rowe Jr | 2000-11-18 | 1 | -3/+3 |
* | Get Multi-Views working again. It wasn't working because we weren't | Ryan Bloom | 2000-11-18 | 1 | -1/+0 |
* | Fix 204 handling. This moves some logic that used to be in | Ryan Bloom | 2000-11-18 | 1 | -47/+36 |
* | Make function definition agree with the declaration, which fixes a compile br... | Bill Stoddard | 2000-11-17 | 1 | -1/+1 |
* | This removes all BUFF's from the HTTP proxy. This code is relatively | Ryan Bloom | 2000-11-17 | 1 | -8/+7 |
* | Do not send a content-length if and only if this is a HEAD request and | Ryan Bloom | 2000-11-15 | 1 | -0/+17 |
* | Remove the change from earlier tonight to not send a content-length of | Ryan Bloom | 2000-11-14 | 1 | -4/+0 |
* | Stop the default_handler from trying to deal with HEAD requests. By doing | Ryan Bloom | 2000-11-14 | 1 | -10/+8 |
* | Make the header filter decide if a body should be sent. This gives us a | Ryan Bloom | 2000-11-14 | 1 | -0/+18 |
* | If the content-length is zero, then we don't output the Content-Length | Ryan Bloom | 2000-11-14 | 1 | -0/+4 |
* | Associate a pool with the pool bucket so that it serves it's intended | Ryan Bloom | 2000-11-14 | 1 | -2/+1 |
* | Get http_core to compile again after the last change. | Jeff Trawick | 2000-11-14 | 1 | -2/+2 |
* | We can not use heap buckets for data that was allocated out of a pool. | Ryan Bloom | 2000-11-14 | 1 | -5/+2 |
* | Get the default_handler to use the bucket code directly. This keeps us | Ryan Bloom | 2000-11-14 | 1 | -2/+7 |
* | Update coalesce filter to use heap buckets rather than pool buckets. This sho... | Bill Stoddard | 2000-11-13 | 2 | -13/+18 |
* | Get send the content-type header sent correctly for both regular requests | Ryan Bloom | 2000-11-13 | 1 | -15/+24 |
* | The core handler should never close a file, because we haven't actually | Ryan Bloom | 2000-11-13 | 1 | -3/+0 |
* | A good thing, allow W2K to perform the symlink test. | William A. Rowe Jr | 2000-11-11 | 1 | -1/+1 |
* | Don't use ap_bucket_read() to find the length unless e->length is | Jeff Trawick | 2000-11-10 | 1 | -3/+8 |
* | More local/remote changes and tidy up http_vhost a bit. | David Reid | 2000-11-10 | 1 | -16/+6 |
* | Killing ap_os_is_filename_valid. Left actual win32 code, since it is | William A. Rowe Jr | 2000-11-10 | 1 | -56/+31 |
* | Remove MMAP handling from the default handler. MMAPs are created by the | Ryan Bloom | 2000-11-09 | 1 | -79/+8 |
* | Simplify the call to ap_send_fd(). | Jeff Trawick | 2000-11-09 | 1 | -4/+2 |
* | byterange handling simply did not work for internal redirects. | Greg Stein | 2000-11-09 | 1 | -0/+3 |
* | minor tweaks, cleanup, comments. | Greg Stein | 2000-11-09 | 1 | -9/+14 |
* | Use the content-length filter to compute the content-length for byterange | Ryan Bloom | 2000-11-09 | 2 | -67/+32 |
* | The content-length filter needs to compute the length even if the | Ryan Bloom | 2000-11-09 | 1 | -3/+3 |
* | Remove BUFF from the main server. :-) The buff code needs to remain as | Ryan Bloom | 2000-11-09 | 1 | -0/+18 |
* | In the content-length+bytes-sent filter, only set the content length | Jeff Trawick | 2000-11-08 | 1 | -14/+15 |
* | This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_port | David Reid | 2000-11-08 | 1 | -1/+1 |
* | Doh! Missed this from the last commit... | David Reid | 2000-11-08 | 1 | -1/+1 |
* | Start of moving to apr_port_t in the server code. This will probably the first | David Reid | 2000-11-08 | 1 | -1/+1 |
* | fix the byterange filter. | Greg Stein | 2000-11-08 | 1 | -95/+154 |
* | The byte-ranges filter. This looks like it should work, but the | Ryan Bloom | 2000-11-08 | 2 | -208/+206 |
* | Fix a compile break. ap_set_content_length is a void function now, so we | Ryan Bloom | 2000-11-08 | 1 | -2/+2 |
* | Use apr_off_t for the content length, rather than long. Propagate through | Greg Stein | 2000-11-07 | 1 | -21/+36 |
* | Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return | Ryan Bloom | 2000-11-07 | 2 | -24/+24 |
* | Remove the original ap_send_fd code. The filters have been working for a | Ryan Bloom | 2000-11-07 | 1 | -74/+0 |
* | Get rid of unused variable zero in ap_send_http_options(). | Jeff Trawick | 2000-11-07 | 1 | -1/+0 |