summaryrefslogtreecommitdiffstats
path: root/ABOUT_APACHE (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-28add an experimental warning to h2 docsEric Covener1-0/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705695 13f79535-47bb-0310-9956-ffa450edef68
2015-09-28Fix availability version for 'ListenCoresBucketsRatio'.Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705613 13f79535-47bb-0310-9956-ffa450edef68
2015-09-27deduplicate the code handling the directory traversal for theKaspar Brand1-44/+45
SSL[Proxy]CACertificatePath and SSLProxyMachineCertificatePath directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705539 13f79535-47bb-0310-9956-ffa450edef68
2015-09-27Add MMN bump: Add protocols and protocols_honor_order to core_server_config.Graham Leggett1-1/+6
Add hooks protocol_propose, protocol_switch and protocol_get. Add ap_select_protocol(), ap_switch_protocol(), ap_get_protocol(). Add HTTP_MISDIRECTED_REQUEST. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705500 13f79535-47bb-0310-9956-ffa450edef68
2015-09-26Rebuild.Lucien Gentis2-11/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705477 13f79535-47bb-0310-9956-ffa450edef68
2015-09-26XML update.Lucien Gentis1-9/+21
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705476 13f79535-47bb-0310-9956-ffa450edef68
2015-09-25update transformationAndré Malo23-727/+723
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705343 13f79535-47bb-0310-9956-ffa450edef68
2015-09-25typoGregg Lewis Smith1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705260 13f79535-47bb-0310-9956-ffa450edef68
2015-09-25* Disable the http2 modules if nghttp2 is not presentRuediger Pluem1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705257 13f79535-47bb-0310-9956-ffa450edef68
2015-09-25mod_ssl: don't FLUSH first for non blocking reads.Yann Ylavic1-2/+5
Such readers are prepared to receive empty data anyway (and take appropriate action), while e.g. check_pipeline() is not expecting the pipe to be flushed under it. Reverted by: r1705820 Replaced by: r1705823 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705236 13f79535-47bb-0310-9956-ffa450edef68
2015-09-25core/util_script: relax alphanumeric filter of enviroment variable namesGregg Lewis Smith2-0/+9
on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al. unadulterated in 64 bit versions of Windows. PR 46751. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705217 13f79535-47bb-0310-9956-ffa450edef68
2015-09-25mod_ssl: forward EOR (only) brigades to the core_output_filter().Yann Ylavic2-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705194 13f79535-47bb-0310-9956-ffa450edef68
2015-09-24Revert r1705157: why not "insert the filter (twice) for sub-requests" actually?Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705160 13f79535-47bb-0310-9956-ffa450edef68
2015-09-24Follow up to r1705134: don't insert the filter (twice) for sub-requests.Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705157 13f79535-47bb-0310-9956-ffa450edef68
2015-09-24Avoid storing request stuff in r->connection->conn_config toEric Covener1-33/+43
avoid problems with e.g. write completion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705134 13f79535-47bb-0310-9956-ffa450edef68
2015-09-24Don't count initial handshake I/O when determining the first byte.Eric Covener2-9/+11
PR58454 Submitted By: Konstantin J. Chernov Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705099 13f79535-47bb-0310-9956-ffa450edef68
2015-09-23adding --enable-http2 as preferred config optionStefan Eissing1-3/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704826 13f79535-47bb-0310-9956-ffa450edef68
2015-09-23mod_h2 version bumpStefan Eissing1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704799 13f79535-47bb-0310-9956-ffa450edef68
2015-09-23avoiding race where h2_stream is closed/reset by client while being ↵Stefan Eissing2-2/+5
unprocessed in ready_ios set git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704797 13f79535-47bb-0310-9956-ffa450edef68
2015-09-22add warnings and emphasize the defaults for trusted non-internal proxies)Eric Covener1-9/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704683 13f79535-47bb-0310-9956-ffa450edef68
2015-09-21not sure how that got in thereEdward Lu1-3/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704395 13f79535-47bb-0310-9956-ffa450edef68
2015-09-21Stop destroying headers when passing through the cache filterEdward Lu2-6/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704392 13f79535-47bb-0310-9956-ffa450edef68
2015-09-21no GOAWAYs on connection failures, sending last received stream id back in ↵Stefan Eissing5-65/+103
GOAWAY, no more flush attempts when session has already been aborted git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704262 13f79535-47bb-0310-9956-ffa450edef68
2015-09-21removed wrong error supression in h2 connection writesStefan Eissing1-11/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704241 13f79535-47bb-0310-9956-ffa450edef68
2015-09-20Fix a spurious test where a condition is always true:Christophe Jaillet1-1/+1
if ((cfg->skipto != NULL) && (ctx->flags | ENC_SKIPTO)) { ^^^^^^^^^^^^^^^^^^^^^^^ This is apparently harmless because, in 'xml2enc_filter_init', the ENC_SKIPTO bit of 'flags' is set to ENC_SKIPTO if 'skipto' is non-NULL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704099 13f79535-47bb-0310-9956-ffa450edef68
2015-09-19Rebuild.Lucien Gentis5-5/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704056 13f79535-47bb-0310-9956-ffa450edef68
2015-09-19XML update.Lucien Gentis1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704055 13f79535-47bb-0310-9956-ffa450edef68
2015-09-19update mod_ssl.html.en transformationKaspar Brand1-4/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703953 13f79535-47bb-0310-9956-ffa450edef68
2015-09-19Support compilation against libssl built with OPENSSL_NO_SSL3,Kaspar Brand8-12/+60
and change the compiled-in default for SSL[Proxy]Protocol to "all -SSLv3", in accordance with RFC 7568. PR 58349, PR 57120. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703952 13f79535-47bb-0310-9956-ffa450edef68
2015-09-18mod_proxy: Fix ProxySourceAddress binding failure with AH00938. PR 56687.Yann Ylavic2-1/+11
Proposed by: Arne de Bruijn <apache arbruijn.dds.nl> Reviewed by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703902 13f79535-47bb-0310-9956-ffa450edef68
2015-09-18mod_ssl: update the current handshake server once a full regenegotationYann Ylavic1-0/+5
succeeds, it is the new reference for further renegotiation or SNI check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703871 13f79535-47bb-0310-9956-ffa450edef68
2015-09-18patch from yann that fixes MISDIRECTED_REQUEST handling for setups with ↵Stefan Eissing1-22/+15
ServerAlias/subjectAltNames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703822 13f79535-47bb-0310-9956-ffa450edef68
2015-09-18mod_proxy: follow up to r1703807: CHANGES entry.Yann Ylavic1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703813 13f79535-47bb-0310-9956-ffa450edef68
2015-09-18mod_proxy: don't recyle backend announced "Connection: close" connections.Yann Ylavic1-1/+3
Failing to do this may lead to a race condition where we send a new request before the backend really closes the connection (or lost SSL-Alert/FIN make us think the connection is still alive, until the retransmission). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703807 13f79535-47bb-0310-9956-ffa450edef68
2015-09-17accept both 5.1 and 5.2, so make messages clearJim Jagielski1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703642 13f79535-47bb-0310-9956-ffa450edef68
2015-09-16Add in finding LUA installed via Macports and othersJim Jagielski1-0/+43
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703417 13f79535-47bb-0310-9956-ffa450edef68
2015-09-16Add CHANGES entryChristophe Jaillet1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703334 13f79535-47bb-0310-9956-ffa450edef68
2015-09-16Remove code related to 'AuthDigestEnableQueryStringHack'Christophe Jaillet1-26/+0
This has been undocumented for about 3 years now (see r1415960) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703305 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15add missing piece for command line buildGregg Lewis Smith1-0/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703272 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15core: Avoid a compiler warning when NO_LINGCLOSE is used (-Wunreachable-code).Yann Ylavic1-14/+7
Also, check c->aborted before apr_socket_shutdown() because it is set earlier, and there is no point in calling shutdown() before close(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703248 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15mpm_event/worker: make ap_queue_term() atomic (acquire/release the mutex once).Yann Ylavic2-30/+28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703241 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15Follow up to r1703157: tags/next-number update.Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703226 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15mod_slotmem_shm: follow up to r1702450; CHANGES entry.Yann Ylavic1-0/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703200 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15mod_slotmem_shm: follow up to r1702450.Yann Ylavic1-1/+1
Make systems without unlink() semantic happy by destroying (detaching) the SHM before removing the base file. Windows is supposed to have the "delete on last handle closed" semantic but yet fails here when this handle is owned by the same process (go figure!). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703169 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15mpm_winnt: make AP_MPMQ_GENERATION available in the child process as soonYann Ylavic1-2/+18
as possible, so that hooks/modules can query it at config stage. This is (e.g.) needed by r1702501 for PR 58024. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703157 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15fixes description of ProtocolsHonorOrder directiveStefan Eissing1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703152 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15mod_slotmem_shm: follow up to r1702450.Yann Ylavic1-20/+27
r1702450 changed the behaviour of slotmem_{create,attach}() when given given an absolute (SHM file )name. Don't mangle the SHM file name in this case, it's up to the caller to provide a unique name per call when this matters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703149 13f79535-47bb-0310-9956-ffa450edef68
2015-09-14mod_slotmem_shm: revert frivolous s/name/fname/ from r1702473, keep the ↵Yann Ylavic1-10/+10
comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1702955 13f79535-47bb-0310-9956-ffa450edef68
2015-09-14reverting unwanted loss of missing caseStefan Eissing1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1702954 13f79535-47bb-0310-9956-ffa450edef68
2015-09-14httpd compiles warning free on gcc and every new warning will be treated as ↵Stefan Eissing6-9/+46
an error, standard c-89 is enforced git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1702948 13f79535-47bb-0310-9956-ffa450edef68