]> granicus.if.org Git - apache/history - modules/http
Provide apr_pool_t arg to register_hooks, since anything they do in that
[apache] / modules / http /
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-15 Jeff Trawick Fix a segfault in ap_http_filter(). I hit the segfaul...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-05 Allan K. Edwardsadd pool parameter to ap_is_directory and ap_is_rdirectory
2001-01-02 Jeff TrawickEBCDIC: Fix some byterange protocol data translation.
2001-01-02 Ryan BloomModify a couple of calls to ap_log_error with a NULL...
2001-01-01 Ryan BloomWe never use MMAP_SEGMENT_SIZE, and we are better off...
2000-12-29 Jeff Trawickap_content_length_filter(): if ap_save_brigade() fails...
2000-12-28 Ryan BloomBecause we can't get APR_EAGAIN from sendfile if we...
2000-12-28 Jeff TrawickOn EBCDIC machines, fix up the charset of the header...
2000-12-28 Ryan BloomIgnore CRLF (or LF) when PEEK'ing at data on the socket...
2000-12-22 Ryan BloomIf we get EAGAIN returned from apr_sendfile, then we...
2000-12-21 William A. Rowe Jr OPTIONS request crashed server, this fixes it
2000-12-21 William A. Rowe Jr Last of the Win32 goodness I've noticed
2000-12-21 Allan K. Edwardsprevent crash when connection closed before complete...
2000-12-20 Greg AmesSend HTTP status line in ascii from ebcdic boxes.....
2000-12-18 Jeff TrawickRemove an IPv4 dependency in do_double_reverse() by...
2000-12-18 Jeff TrawickStop using apr_get_hostname(). It doesn't support...
2000-12-17 Ryan BloomMake the server return HTTP_RANGE_NOT_SATISFIABLE if...
2000-12-17 Ryan BloomGet byterange requests working with data that is genera...
2000-12-14 Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
2000-12-08 Ryan BloomGet Apache filters and Apr-util buckets using the same...
2000-12-07 Ryan BloomRemove an incorrect comment.
2000-12-05 Ryan BloomAdd a couple of files that I missed earlier today.
2000-12-05 Ryan BloomIgnore all the files that are generated during a build
2000-11-28 Jeff TrawickFix some lvalue casts so that we can compile with xlc...
2000-11-28 Jeff Trawickfix an apr_size_t/apr_ssize_t discrepancy
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-11-22 Ryan BloomNext pass at the content-length filter. Not perfect...
2000-11-21 Ryan BloomModify the content-length filter to change the criteria...
2000-11-21 Jeff Trawickupdates to changed interfaces to apr_set_port(), apr_ge...
2000-11-20 Greg AmesAdd partial write support for apr_sendfile to core_outp...
2000-11-20 Ryan BloomGet SetFilter working with MIME-types again and update...
2000-11-19 Ryan BloomUpdate the SetFilter directive to work with Handlers...
2000-11-19 Ryan BloomAdd a directive to mod_mime which allows people to...
2000-11-18 William A. Rowe Jr Clean up some timeout arg warnings
2000-11-18 Ryan BloomGet Multi-Views working again. It wasn't working becau...
2000-11-18 Ryan BloomFix 204 handling. This moves some logic that used...
2000-11-17 Bill StoddardMake function definition agree with the declaration...
2000-11-17 Ryan BloomThis removes all BUFF's from the HTTP proxy. This...
2000-11-15 Ryan BloomDo not send a content-length if and only if this is...
2000-11-14 Ryan BloomRemove the change from earlier tonight to not send...
2000-11-14 Ryan BloomStop the default_handler from trying to deal with HEAD...
2000-11-14 Ryan BloomMake the header filter decide if a body should be sent...
2000-11-14 Ryan BloomIf the content-length is zero, then we don't output...
2000-11-14 Ryan BloomAssociate a pool with the pool bucket so that it serves...
2000-11-14 Jeff TrawickGet http_core to compile again after the last change.
2000-11-14 Ryan BloomWe can not use heap buckets for data that was allocated...
2000-11-13 Ryan BloomGet the default_handler to use the bucket code directly...
2000-11-13 Bill StoddardUpdate coalesce filter to use heap buckets rather than...
2000-11-13 Ryan BloomGet send the content-type header sent correctly for...
2000-11-13 Ryan BloomThe core handler should never close a file, because...
2000-11-11 William A. Rowe Jr A good thing, allow W2K to perform the symlink test.
2000-11-10 Jeff TrawickDon't use ap_bucket_read() to find the length unless...
2000-11-10 David ReidMore local/remote changes and tidy up http_vhost a...
2000-11-10 William A. Rowe Jr Killing ap_os_is_filename_valid. Left actual win32...
2000-11-09 Ryan BloomRemove MMAP handling from the default handler. MMAPs...
2000-11-09 Jeff TrawickSimplify the call to ap_send_fd().
2000-11-09 Greg Steinbyterange handling simply did not work for internal...
2000-11-09 Greg Steinminor tweaks, cleanup, comments.
2000-11-09 Ryan BloomUse the content-length filter to compute the content...
2000-11-09 Ryan BloomThe content-length filter needs to compute the length...
2000-11-09 Ryan BloomRemove BUFF from the main server. :-) The buff code...
2000-11-08 Jeff TrawickIn the content-length+bytes-sent filter, only set the...
2000-11-08 David ReidThis adds the APR_LOCAL/APR_REMOTE to APR and changes...
2000-11-08 David ReidDoh! Missed this from the last commit...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-11-08 Greg Steinfix the byterange filter.
2000-11-08 Ryan BloomThe byte-ranges filter. This looks like it should...
2000-11-08 Ryan BloomFix a compile break. ap_set_content_length is a void...
2000-11-07 Greg SteinUse apr_off_t for the content length, rather than long...
2000-11-07 Ryan BloomConvert a lot of apr_ssize_t to apr_size_t. We don...
2000-11-07 Ryan BloomRemove the original ap_send_fd code. The filters have...
2000-11-07 Jeff TrawickGet rid of unused variable zero in ap_send_http_options().
2000-11-07 Ryan BloomAlways compute the content-length regardless of whether...
2000-11-06 Ryan Bloomap_send_fd should not be sending an EOS bucket, so...
2000-11-06 Jeff TrawickMake the desired evaluation explicit to keep gcc -Wall...
2000-11-05 Ryan BloomAllow the core_output_filter to save data in the filter...
2000-11-04 Ryan BloomClean up blocking and non-blocking reads from buckets...
2000-11-03 Ryan BloomSub requests should never get into the http headers...
2000-11-03 Sascha SchumannRemove REQUEST_CHUNKED_PASS and change ap_discard_reque...
2000-11-03 Jeff TrawickChange the content-length filter to give up (i.e.,...
2000-11-03 Jeff TrawickAxe a couple of newly-unused variables.
2000-11-03 David ReidMore removal of raw sockaddr references. This shouldn...
2000-11-03 David ReidAnother removal of using raw sockaddr where we should...
2000-11-02 Ryan BloomIt doesn't make any sense to set a CHUNK flag in the...
2000-11-02 Sascha SchumannFix last commit which was done from the wrong tree...
2000-11-02 Ryan BloomRemove some more BUFF code. This makes the 100 continu...
2000-11-02 Sascha SchumannMake the default handler read the dechunked request...
2000-11-02 Ryan BloomFix the core_output_filter to work with FLUSH buckets...
2000-11-02 Jeff Trawickap_http_header_filter() can't remove itself until after...
2000-11-02 Jeff TrawickIn writev_it_all(), tell the caller how many bytes...
2000-11-01 Jeff TrawickCreate the pool bucket after we know the true length...
2000-11-01 Jeff TrawickDon't include a '\0' in the header. (I'm still seeing...
2000-11-01 Jeff TrawickGet rid of a couple of buff calls by manipulating the...
2000-11-01 Ryan BloomForgot one variable when I re-created the patch.
2000-11-01 Ryan BloomFix canned-errors and OPTIONS requests, so that we...
2000-11-01 Ryan BloomStop always allocating 8k for each request. We now...
next