]> granicus.if.org Git - apache/history - modules/http/http_request.c
Fix alignment in a <highlight> block.
[apache] / modules / http / http_request.c
2018-09-11 Yann YlavicFollow up to r1840265: really privatize ap_filter_...
2018-09-06 Yann YlavicFollow up to r1840149: core input filter pending data.
2018-09-05 Yann Ylavicutil_filter: protect ap_filter_t private fields from...
2018-09-04 Yann Ylaviccore: follow up to r1839997: some runtime optimizations.
2018-09-04 Yann Ylaviccore: follow up to r1839997: recycle request filters...
2018-07-20 Yann Ylaviccore: axe data_in_in/output_filter from conn_rec.
2018-07-18 Yann Ylaviccore: integrate data_in_{in,out}put_filter to ap_filter...
2018-07-16 Yann Ylaviccore: Add ap_reuse_brigade_from_pool().
2018-06-06 Joe Orton* modules/http/http_request.c (ap_process_request_after...
2018-04-11 Eric CovenerPR62186: preserve %<m for ErrorDocument internal redirects
2018-03-24 Christophe JailletFix some typos reported in PR 59998
2018-03-12 Yann YlavicFix timeout logging in ap_process_request().
2018-01-30 Yann Ylaviccore: don't send EOR bucket through request filters.
2017-10-10 Luca Toscanocore, mod_rewrite: introduce the 'redirect-keeps-vary...
2016-10-15 Yann Ylavicap_check_pipeline: clarify/simplify !max_blank_lines...
2016-08-12 Yann Ylavic[mod_proxy_]http: follow up to r1750392.
2016-08-11 Yann YlavicRevert r1756064 and r1756060 until fixed (tests framewo...
2016-08-11 Yann Ylavichttp: follow up to r1750392.
2016-08-11 Yann Ylavic[mod_proxy_]http: follow up to r1750392.
2016-03-22 Yann YlavicFollow up to r1734656: restore c->data_in_input_filters...
2016-03-12 Graham Leggettcore: Extend support for setting aside data from the...
2015-11-02 Yann Ylaviccore: follow up to r1710095, r1710105.
2015-10-22 Yann Ylaviccore: follow up to r1710095.
2015-10-22 Yann Ylaviccore: Limit to ten the number of tolerated empty lines...
2015-10-06 Graham LeggettMake sure we free the main request rather than the...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2015-09-29 Yann Ylavicmod_ssl: follow up to r1705194, r1705823, r1705826...
2015-09-24 Yann Ylavicmod_ssl: forward EOR (only) brigades to the core_output...
2015-08-28 Eric CovenerAvoid adding duplicate subequest filters, as they would...
2015-08-28 Stefan Eissingreversal of 1698239 due to nedless loop in t/apache...
2015-08-27 Eric Coveneravoid adding multiple subrequest filters when there...
2015-08-10 Gregg Lewis Smithap_process_request needs exportation for use in mod_h2...
2015-03-16 Yann Ylaviccore: Cleanup the request soon/even if some output...
2015-03-10 Yann Ylavicap_die(): follow up to r1657881.
2015-02-06 Yann Ylavichttp: Make ap_die() robust against any HTTP error code...
2014-07-15 Eric Covener *) SECURITY: CVE-2013-5704 (cve.mitre.org)
2012-10-28 Eric Coveneralso copy r->invoke_mtx when creating a subrequest
2012-07-15 Stefan FritschCode clean up (remove useless memory allocation)
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-21 Stefan FritschDowngrade some more error messages about broken client...
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-10-23 Stefan FritschFix 3xx responses with local URLs as ErrorDocument
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2010-12-07 Eric CovenerPR50349: Honor 'AcceptPathInfo OFF' during internal...
2010-06-20 Stefan FritschMore trace logging
2010-06-08 Joe Orton* modules/http/http_request.c (internal_internal_redire...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-02-04 William A. Rowe JrAdd ap_process_request_after_handler to the exported...
2010-01-21 William A. Rowe JrBecause the redirect-request survives logging, we don...
2010-01-21 William A. Rowe JrCorrectly align the behavior of headers_in to be consis...
2010-01-09 Nick KewWe shouldn't need to create r->allowed_methods twice!
2009-08-23 Nick KewPreserve port over internal redirection
2009-02-18 Roy T. Fieldingonly call mutex functions if APR_HAS_THREADS
2008-12-10 Jim JagielskiHopefully the final fix for the subreq/filter issue...
2008-12-09 Jim Jagielskireset chain if we need to...
2008-12-08 Ruediger Pluem* Correctly remove the SUBREQ_CORE filter from the...
2008-12-05 Paul QuernaImport the core parts of the DTrace patch. This is...
2008-12-01 Ruediger Pluem* Avoid sending no answer at all if a custom error...
2008-10-29 Paul Querna* modules/http/http_request.c
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-05-07 Ruediger Pluem- In AP_MODE_SPECULATIVE ap_core_input_filter returns...
2007-04-30 Greg Amescheck_pipeline: use AP_MODE_SPECULATIVE to check for...
2006-09-29 Garrett RooneyFollow up to r451287, use APR_STATUS_IS_TIMEUP instead...
2006-09-29 Ruediger Pluem* Notice a timeout as an error message. This might...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-12-05 Nick KewPR 36090
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
next