summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some lvalue casts so that we can compile with xlc on AIX.Jeff Trawick2000-11-281-2/+8
* fix an apr_size_t/apr_ssize_t discrepancyJeff Trawick2000-11-281-1/+1
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-262-8/+24
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-222-7/+20
* Next pass at the content-length filter. Not perfect quite yet, butRyan Bloom2000-11-221-4/+9
* Modify the content-length filter to change the criteria used to determineRyan Bloom2000-11-212-40/+37
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-2/+6
* Add partial write support for apr_sendfile to core_output_filter.Greg Ames2000-11-201-8/+88
* Get SetFilter working with MIME-types again and update the docsRyan Bloom2000-11-201-1/+1
* Update the SetFilter directive to work with Handlers instead of MIME-types.Ryan Bloom2000-11-191-1/+1
* Add a directive to mod_mime which allows people to configure a filterRyan Bloom2000-11-191-3/+36
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-181-3/+3
* Get Multi-Views working again. It wasn't working because we weren'tRyan Bloom2000-11-181-1/+0
* Fix 204 handling. This moves some logic that used to be inRyan Bloom2000-11-181-47/+36
* Make function definition agree with the declaration, which fixes a compile br...Bill Stoddard2000-11-171-1/+1
* This removes all BUFF's from the HTTP proxy. This code is relativelyRyan Bloom2000-11-171-8/+7
* Do not send a content-length if and only if this is a HEAD request andRyan Bloom2000-11-151-0/+17
* Remove the change from earlier tonight to not send a content-length ofRyan Bloom2000-11-141-4/+0
* Stop the default_handler from trying to deal with HEAD requests. By doingRyan Bloom2000-11-141-10/+8
* Make the header filter decide if a body should be sent. This gives us aRyan Bloom2000-11-141-0/+18
* If the content-length is zero, then we don't output the Content-LengthRyan Bloom2000-11-141-0/+4
* Associate a pool with the pool bucket so that it serves it's intendedRyan Bloom2000-11-141-2/+1
* Get http_core to compile again after the last change.Jeff Trawick2000-11-141-2/+2
* We can not use heap buckets for data that was allocated out of a pool.Ryan Bloom2000-11-141-5/+2
* Get the default_handler to use the bucket code directly. This keeps usRyan Bloom2000-11-141-2/+7
* Update coalesce filter to use heap buckets rather than pool buckets. This sho...Bill Stoddard2000-11-132-13/+18
* Get send the content-type header sent correctly for both regular requestsRyan Bloom2000-11-131-15/+24
* The core handler should never close a file, because we haven't actuallyRyan Bloom2000-11-131-3/+0
* A good thing, allow W2K to perform the symlink test.William A. Rowe Jr2000-11-111-1/+1
* Don't use ap_bucket_read() to find the length unless e->length isJeff Trawick2000-11-101-3/+8
* More local/remote changes and tidy up http_vhost a bit.David Reid2000-11-101-16/+6
* Killing ap_os_is_filename_valid. Left actual win32 code, since it isWilliam A. Rowe Jr2000-11-101-56/+31
* Remove MMAP handling from the default handler. MMAPs are created by theRyan Bloom2000-11-091-79/+8
* Simplify the call to ap_send_fd().Jeff Trawick2000-11-091-4/+2
* byterange handling simply did not work for internal redirects.Greg Stein2000-11-091-0/+3
* minor tweaks, cleanup, comments.Greg Stein2000-11-091-9/+14
* Use the content-length filter to compute the content-length for byterangeRyan Bloom2000-11-092-67/+32
* The content-length filter needs to compute the length even if theRyan Bloom2000-11-091-3/+3
* Remove BUFF from the main server. :-) The buff code needs to remain asRyan Bloom2000-11-091-0/+18
* In the content-length+bytes-sent filter, only set the content lengthJeff Trawick2000-11-081-14/+15
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portDavid Reid2000-11-081-1/+1
* Doh! Missed this from the last commit...David Reid2000-11-081-1/+1
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-1/+1
* fix the byterange filter.Greg Stein2000-11-081-95/+154
* The byte-ranges filter. This looks like it should work, but theRyan Bloom2000-11-082-208/+206
* Fix a compile break. ap_set_content_length is a void function now, so weRyan Bloom2000-11-081-2/+2
* Use apr_off_t for the content length, rather than long. Propagate throughGreg Stein2000-11-071-21/+36
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-072-24/+24
* Remove the original ap_send_fd code. The filters have been working for aRyan Bloom2000-11-071-74/+0
* Get rid of unused variable zero in ap_send_http_options().Jeff Trawick2000-11-071-1/+0