]> granicus.if.org Git - apache/history - modules/http/http_request.c
If a subreq added a filter (say INCLUDES) and the subreq was promoted via
[apache] / modules / http / http_request.c
2002-04-28 Justin ErenkrantzIf a subreq added a filter (say INCLUDES) and the subre...
2002-04-17 Justin ErenkrantzFix subreqs with non-defined Content-Types being served...
2002-04-05 Ryan BloomFix a segfault. Only try to set this if the sub_Reques...
2002-04-05 Ryan BloomIf we are doing a fast_redirect, and we don't have...
2002-04-05 William A. Rowe Jr Clean up breakage introduced recently that sent the...
2002-04-05 Ryan BloomThis fixes the mod_autoindex problem of not getting...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-27 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Bill StoddardMove the quick_handler comment to the new quick handler...
2002-03-06 Ryan BloomRemove a comment that no longer applies.
2002-03-05 Ryan BloomRemove another hack from the server. The add_required_...
2002-03-04 William A. Rowe Jr Just formatting cleanup, nothing interesting here...
2002-03-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-16 Ian Holsmanquick handler now runs on subrequests as well
2001-12-14 William A. Rowe Jr A style change for ken :)
2001-11-30 William A. Rowe Jr Ensure we include path_info in ap_internal_fast_redir...
2001-11-13 Cliff WoolleyFix a bug which would cause the response headers to...
2001-11-13 Justin ErenkrantzThis section of tabs in the middle of space-only bugs me.
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-10-30 Greg Amesmake sure that the HTTP_IN filter is in place across...
2001-10-02 William A. Rowe Jr Goodbye r->content_lanaguage (per vote from apache...
2001-09-20 Jeff TrawickCurrently, when the map-to-storage handler for TRACE...
2001-09-19 Justin ErenkrantzThis patch eliminates the wasteful run-time conversion...
2001-08-31 William A. Rowe Jr Now that stinks, sorry. In moving code - I didn...
2001-08-31 William A. Rowe Jr Much better - sorry - I missed one case of forcing...
2001-08-31 William A. Rowe Jr After calling ap_process_request_internal(), the...
2001-08-31 William A. Rowe Jr Normalize all paths to run the same, common code...
2001-08-25 William A. Rowe Jr Introduce the map_to_storage hook, which allows modul...
2001-08-25 William A. Rowe Jr Downgrade must occur before we attempt to TRACE,...
2001-08-23 William A. Rowe Jr Two cases we are certain of canonical correctness
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-08-06 William A. Rowe Jr Remove the ->mtime reset back to negotiation, who...
2001-08-06 William A. Rowe Jr _THIS_ is why mod_dir wouldn't serve the results...
2001-08-06 William A. Rowe Jr The real slim shady finally stood up. This patch...
2001-06-01 Graham LeggettAdd a check to ap_die() to make sure the filter stack...
2001-06-01 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-30 Doug MacEachernback out filter change that is preventing headers to...
2001-05-21 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-07 Jeff Trawickfix the type of a parameter to ap_get_brigade()
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-05-05 Greg SteinFix a bug in the input handling. ap_http_filter() was...
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-03-27 Bill StoddardPerformance: Add quick_handler hook. This hook is calle...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-05 Ryan BloomAnother chunk of code from http to core. This should...
2001-02-25 Cliff WoolleySimplify by using apr_bucket_delete(e) where possible.
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-31 William A. Rowe Jr Fix the remaining APR_FINFO_NORM occurances. Again...
2001-01-31 Bill StoddardThis fixes a performance problem with directory indexin...
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-31 Bill Stoddardapr_stat() in http_request.c only needs size, type...
2001-01-28 William A. Rowe Jr Back out a bit of yesterday's patch, since the explic...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-27 Ryan BloomCleanup the error bucket code a bit. This uses the...
2001-01-27 Ryan Bloomfilters can now report an HTTP error to the server...
2001-01-24 Greg SteinBegin mod_core.h for CORE-private information. Ideally...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 Ryan BloomStop checking to see if this is a pipelined request...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-11-18 Ryan BloomGet Multi-Views working again. It wasn't working becau...
2000-11-11 William A. Rowe Jr A good thing, allow W2K to perform the symlink test.
2000-11-10 William A. Rowe Jr Killing ap_os_is_filename_valid. Left actual win32...
2000-11-09 Greg Steinbyterange handling simply did not work for internal...
2000-11-05 Ryan BloomAllow the core_output_filter to save data in the filter...
2000-10-24 Ryan BloomAlways send the EOS on the correct request. Basically...
2000-10-23 Ryan BloomFix internal redirects. They should have their own...
2000-10-18 Ryan BloomSub-requests have to have a value for their request_con...
2000-10-18 Jeff TrawickSet the request config in the new r, not the old r.
2000-10-18 Ryan BloomWe have to create the core_request_config structure...
2000-10-18 William A. Rowe Jr Fix a broken thing
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 TrawickGet rid of some old code related to the way that charac...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-13 William A. Rowe Jr Completes the port of the <Directory /> handling...
2000-10-06 William A. Rowe Jr A 'little' reminder about a 'little' problem.
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
2000-10-05 Jeff TrawickAdd a bit of infrastructure which will be needed for...
2000-10-05 Jeff TrawickGet rid of much of the old implementation of translatin...
2000-10-05 Jeff TrawickThe new request_rec set up for redirects needs to pick...
2000-09-23 Ryan BloomCombine the calls to add the core_filter to one place...
2000-09-19 Jeff TrawickGet internal redirects working by initializing the...
2000-09-18 Ryan BloomChange r->filters to r->output_filters. This sets...
2000-09-14 Jeff TrawickGet rid of some unused variables introduced in recent...
2000-09-13 Ryan BloomFix another seg fault with allow_methods and sub requests
2000-09-13 Ryan BloomFix a seg fault with sub requests. We must allocate...
2000-09-13 Ken Coar Start introducing the extension-method elements so...
2000-08-22 Jeff TrawickFix charset translation breakage on EBCDIC machines...
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-11 Ken Coar Don't skip any remaining methods just because one...
next