]> granicus.if.org Git - apache/history - modules/http/http_core.c
adjust remaining modules to use the new handler hook method (Alan Edwards)
[apache] / modules / http / http_core.c
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 Ryan BloomModify a couple of calls to ap_log_error with a NULL...
2000-12-28 Ryan BloomBecause we can't get APR_EAGAIN from sendfile if we...
2000-12-22 Ryan BloomIf we get EAGAIN returned from apr_sendfile, then we...
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-14 Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
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-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-14 Ryan BloomStop the default_handler from trying to deal with HEAD...
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 BloomThe core handler should never close a file, because...
2000-11-10 David ReidMore local/remote changes and tidy up http_vhost a...
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 Ryan BloomUse the content-length filter to compute the content...
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 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 Ryan BloomConvert a lot of apr_ssize_t to apr_size_t. We don...
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 Sascha SchumannRemove REQUEST_CHUNKED_PASS and change ap_discard_reque...
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 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 TrawickIn writev_it_all(), tell the caller how many bytes...
2000-10-31 Jeff TrawickCompute the content length (and add appropriate header...
2000-10-26 Jeff TrawickClean up a few incompatible pointer types (int * vs...
2000-10-26 Jeff Trawick Introduce ap_xlate_proto_{to|from}_ascii() to clean...
2000-10-25 Jeff TrawickGet rid of the xlate version of ap_md5_digest()
2000-10-25 Jeff TrawickEBCDIC: Make chunk_filter() write chunk headers/trailer...
2000-10-25 Tony Finchensure that all cpp directives start with a # in column one
2000-10-25 Jeff TrawickIntroduce more filter types. This gets chunking of...
2000-10-24 Jeff TrawickFix the signature of no_set_limit() to avoid a warning...
2000-10-22 Ryan BloomThe headers need to be at the end of the request_based...
2000-10-22 Jeff Trawicknamespace-protect dechunk_filter and http_filter
2000-10-21 Ryan BloomHack headers to work semi-properly. This is a hack...
2000-10-21 Jeff TrawickInput filters and ap_get_brigade() now have a input...
2000-10-21 Bill StoddardRename buffer_filter to coalesce_filter.
2000-10-19 Ryan BloomNamespace protect the rest of the macros defined by...
2000-10-18 Ryan BloomMake the core access the socket directly instead of...
2000-10-17 Ryan BloomUse pool buckets where appropriate. The places I have...
2000-10-17 Jeff TrawickRename output filters field ("filters") in core_dir_con...
2000-10-17 Ryan BloomAdd a flush bucket type. This bucket advises filters...
2000-10-16 Ryan BloomAdd a sub-request filter. This filter just strips...
2000-10-16 Jeff Trawickinput filtering changes:
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-15 David ReidTidy up some types.
2000-10-15 Ryan BloomStop using the index into the array for the bucket...
2000-10-13 Ryan BloomAdd a #else back into http_core.c, so that this compile...
2000-10-13 William A. Rowe Jr Completes the port of the <Directory /> handling...
2000-10-13 Ryan BloomRemove all function pointers from the ap_bucket type...
2000-10-12 Ryan BloomRemove the offset field from ap_bucket type. This...
2000-10-12 Ryan BloomImplement a length argument on input filters. There...
2000-10-12 Jeff TrawickGet rid of some compile warnings on systems with no...
2000-10-12 Jeff TrawickAvoid swap-til-you-drop by cutting off a loop once...
2000-10-11 Ryan BloomCleanup the input filtering a bit. This does not work...
2000-10-10 Ryan BloomBack out the change to move the core_output_filters...
2000-10-10 Jeff Trawickrename core_register_filter() to core_insert_filter()
2000-10-10 Jeff Trawickcore_input_filter():
2000-10-09 Ryan BloomRemove an annoying warning.
2000-10-09 Bill Stoddard Fix another bug in the send_the_file() read/write...
2000-10-09 Ryan BloomFix some types in the latest tree, so that AIX builds...
2000-10-09 Bill StoddardInitialize nbytes across each iteration and not just...
2000-10-09 Bill StoddardFix bug which would cause offset to be ignored in send_...
2000-10-09 Bill StoddardHandle receiving APR_ENOTIMPL from apr_sendfile. This...
2000-10-08 Ryan BloomFix the char-at-a-time problem. To fix this, we just...
2000-10-07 Ryan BloomUpdate send_the_file to fall back to a read/write loop...
2000-10-07 Ryan BloomThe core filter should not be using its own brigade...
2000-10-07 Jim JagielskiThis is ugly, but at least we compile again on platform...
2000-10-06 William A. Rowe Jr Here it is, the Win32 part of the big canonical error...
2000-10-06 Ryan BloomAdd the first draft of the http_filter. In time this...
2000-10-05 Jeff TrawickAdd a bit of infrastructure which will be needed for...
2000-10-05 Jeff TrawickNow that we have ap_add_input_filter(), rename ap_add_f...
2000-10-04 Ryan BloomConnection oriented filters are now stored in the conn_...
2000-10-04 Jeff TrawickIn core_output_filter(), reset nbytes to zero after...
2000-10-04 Bill StoddardTake another shot at reimplementing core_output_filter...
2000-10-04 Jeff TrawickClean up md5 digest support in default_handler() a...
2000-10-03 Jeff TrawickChange core_input_filter() so that it returns an empty...
2000-10-02 Ryan BloomMove where the CORE_IN filter is added to the server...
2000-10-02 Ryan BloomImplement input filtering. This is definately not...
next