summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Axe some dead code + slighly improve a commentChristophe Jaillet2019-08-091-5/+2
* followup to r1864733Eric Covener2019-08-081-1/+1
* Add missing APLOGNOChristophe Jaillet2019-08-081-1/+1
* * modules/proxy/mod_proxy_balancer.c (balancer_display_page):Joe Orton2019-08-081-28/+28
* lognosEric Covener2019-08-082-2/+2
* * modules/proxy/mod_proxy_balancer.c (balancer_handler): Check RefererJoe Orton2019-08-081-1/+22
* * modules/proxy/proxy_util.c (ap_proxy_share_balancer): Create theJoe Orton2019-08-081-4/+5
* * modules/metadata/mod_remoteip.c (remoteip_process_v2_header,Joe Orton2019-08-061-9/+27
* * modules/filters/mod_proxy_html.c, modules/filters/mod_xml2enc.c:Joe Orton2019-08-062-2/+2
* Unfortunately -Wcomment can only be influencedRainer Jung2019-08-052-4/+0
* Follow up to r1864438 and r1864435:Rainer Jung2019-08-051-0/+2
* Use the right pragma syntax.Rainer Jung2019-08-052-4/+4
* The GCC flag "-Wno-error=comment" introduced by r1855446Rainer Jung2019-08-053-4/+40
* *) mod_ssl: reverting a 2.4.40 change where a superfluous SSLCertificateCha...Stefan Eissing2019-08-051-11/+13
* * mod_md: fix compiler warningsStefan Eissing2019-08-058-28/+23
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-024-69/+34
* don't mess with AP_ENABLE_EXCEPTION_HOOK on trunkEric Covener2019-08-012-11/+0
* Wrap get_ct_scts_nid() in preproc in order to avoid error: unused function 'g...Jim Jagielski2019-07-231-0/+2
* Synch trunk and 2.4.xChristophe Jaillet2019-07-201-8/+8
* *) mod_http2: core setting "LimitRequestFieldSize" is not additionally chec...Stefan Eissing2019-07-181-13/+41
* mod_http2: update log tags, log field len errors at INFO level (via mkaufmann)Stefan Eissing2019-07-174-11/+25
* update aplogno in recent hook changesStefan Eissing2019-07-171-1/+1
* mod_cgid: Continuation of r1862968, experimental fd passing support.Joe Orton2019-07-173-225/+332
* Add experimental support for fd passing in mod_cgid. Attaches CGIJoe Orton2019-07-122-13/+117
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-105-108/+176
* * moving the openssl related new hooks into mod_ssl_openssl.hStefan Eissing2019-07-094-50/+56
* * using mod_ssl_openssl.h to see hooks in new placeStefan Eissing2019-07-091-3/+3
* * include/ssl/mod_ssl.h: Include apr_tables.h and use apr_array_header_tJoe Orton2019-07-091-6/+5
* mod_md: adding log tag numbersStefan Eissing2019-07-092-8/+8
* * applying v4 of the patch for PR 63534.Stefan Eissing2019-07-051-3/+3
* *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...Stefan Eissing2019-07-032-2/+9
* *) mod_ssl/mod_md: Stefan Eissing2019-07-013-27/+111
* * Replace apr_psprintf with apr_pstrcat where the format strings onlyRuediger Pluem2019-06-286-47/+55
* * modules/metadata/mod_mime_magic.c: Constify some constantJoe Orton2019-06-271-7/+6
* mod_md: silencing unsed warnings when no mod_ssl hooks are not availableStefan Eissing2019-06-261-0/+3
* *) mod_ssl/mod_md: reversing dependency by letting mod_ssl offer hooks forStefan Eissing2019-06-254-99/+166
* * modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.Joe Orton2019-06-252-0/+3
* * modules/dav/main/mod_dav.c (dav_send_multistatus): Tag the pool.Joe Orton2019-06-251-0/+1
* mod_md: copy recent fixes, adding new sources to mod_md.dspStefan Eissing2019-06-254-32/+55
* * modules/dav/main/props.c (dav_do_prop_subreq): Allocate escaped URIJoe Orton2019-06-251-1/+1
* Simplify handling of short-lived pool for dav_propdb in mod_dav. NoJoe Orton2019-06-253-18/+26
* Set connectiontimeout for mod_proxy_hcheck.Jean-Frederic Clere2019-06-241-0/+4
* *) mod_md: bringing over v2.0.6 from github.Stefan Eissing2019-06-2448-3397/+7518
* mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.Graham Leggett2019-06-231-8/+25
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-235-70/+42
* followup to r1861542: return early from error pathEric Covener2019-06-181-2/+2
* add RedirectRelative directive to allow relative Redirect targetsEric Covener2019-06-171-47/+61
* style: cmd_rec at the bottomEric Covener2019-06-171-27/+28
* use the provided types via the macroEric Covener2019-06-151-5/+4
* * mod_http2: adding support for the new trailer tests.Stefan Eissing2019-06-143-4/+54