]> granicus.if.org Git - apache/history - modules/http/http_request.c
No functional Change: Removing trailing whitespace. This also
[apache] / modules / http / http_request.c
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-29 Brian PaneAllocate the brigade containing the EOR bucket from...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-15 André Malo* modules/http/http_request.c
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-02 Jim JagielskiKeep track of time taken to process requests again.
2004-11-21 Paul QuernaCompile Fix for Netware Port with CodeWarrior.
2004-11-20 Paul QuernaThe Event MPM.
2004-08-02 Justin Erenkrantz* modules/http/http_request.c (ap_internal_redirect...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-13 André Malointernal_fast_redirect: take over important request_rec...
2004-01-01 André Maloupdate license to 2004.
2003-10-22 Jeff TrawickSet the scoreboard state to indicate logging prior...
2003-05-29 André MaloRework of the recursion stopper - collapse recursion...
2003-05-29 André Malo- revert my patch (r1.155) since it produces regressions.
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-03-22 André MaloDo not bypass output filters when redirecting subreques...
2003-02-24 Jeff TrawickKeep the subrequest filter in place when a subrequest is
2003-02-03 André Malofinished that boring job:
2002-08-13 Greg Amesfix weird things that happen with canned error messages...
2002-06-27 Justin ErenkrantzFix infinite loop when reading certain data due to...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-21 Greg Amesap_die: get rid of bad side effects from the recursive...
2002-06-20 Greg Amesprevent infinite recursion if an ErrorDocument gets...
2002-06-10 Cliff Woolleydetabify
2002-06-07 Ryan BloomCall ap_discard_request_body from ap_finalize_request...
2002-05-31 Justin ErenkrantzFix the case where we generate both a 401 and 413 and...
2002-05-28 Justin ErenkrantzCorrectly return 413 when an invalid chunk size is...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-29 Brian PaneReplaced a sprintf("%d") with itoa
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...
next