summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey):Joe Orton2018-05-031-11/+6
* mod_ssl: Add support for loading private keys from ENGINEs. SupportJoe Orton2018-05-035-6/+91
* * modules/ssl: Add some missing logno tags.Joe Orton2018-05-032-3/+3
* mod_slomem_shm: Handle a generation number when the slotmem size changes.Yann Ylavic2018-05-031-63/+94
* * modules/md/config2.m4: Only export "md_module" symbolJoe Orton2018-05-021-1/+4
* mod_proxy_html: Fix variable interpolation and memory allocation failure in P...Yann Ylavic2018-05-021-0/+6
* On the trunk:Stefan Eissing2018-04-301-1/+13
* On the trunk:Stefan Eissing2018-04-302-3/+11
* mod_xml2enc: follow up to r1829038 and r1829039.Yann Ylavic2018-04-301-10/+7
* Follow up to r1828222: fix "defined but not used 'prot'" warning with libressl.Yann Ylavic2018-04-301-1/+2
* On the trunk:Stefan Eissing2018-04-282-2/+3
* mod_log_json: fixing compilation errors in maintainer mode.Stefan Eissing2018-04-281-3/+19
* Add mod_log_jsonPaul Querna2018-04-232-0/+180
* Move APACHE_CHECK_JANSSON m4 macro to general includes so additional modules ...Paul Querna2018-04-231-108/+0
* Axe ap_rgetline_core(), not used anymore.Yann Ylavic2018-04-222-2/+2
* Delay some memory allocation.Christophe Jaillet2018-04-201-1/+2
* mod_proxy_http: follow up to r1829573: remain EBCDIC friendly.Yann Ylavic2018-04-201-1/+1
* Restore comment about LimitRequestBody vs proxied responses.Yann Ylavic2018-04-201-2/+3
* http: LimitRequestBody applies to proxied requests.Yann Ylavic2018-04-201-4/+3
* mod_proxy_http: make use of AP_GETLINE_NOSPC_EOL in ap_proxygetline().Yann Ylavic2018-04-191-41/+24
* * modules/ssl/ssl_engine_init.c (ssl_init_Module): Don't enable SSLJoe Orton2018-04-191-1/+2
* * modules/ssl/ssl_util.c (modssl_request_is_tls): AdjustJoe Orton2018-04-163-15/+16
* Factor out logic to determine if request is using SSL/TLS and use itJoe Orton2018-04-164-24/+25
* mod_xml2enc: follow up to r1829038.Yann Ylavic2018-04-131-0/+10
* mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180.Yann Ylavic2018-04-131-9/+28
* add log id for r1828926Eric Covener2018-04-111-1/+1
* PR62199: add worker parameter ResponseFieldSize to mod_proxyEric Covener2018-04-113-8/+62
* PR62186: preserve %<m for ErrorDocument internal redirectsEric Covener2018-04-111-1/+7
* COMPAT BREAK: This may change the hash keys used to cache privkeysJoe Orton2018-04-111-5/+5
* * modules/ssl/ssl_util.c (ssl_util_vhostid): Simplify code,Joe Orton2018-04-111-9/+3
* * modules/generators/mod_info.c: Constify fixed tables and markJoe Orton2018-04-111-6/+6
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-117-232/+193
* On the trunk:Stefan Eissing2018-04-111-6/+5
* We need to get the SSL_CTX for further processing down below.Ruediger Pluem2018-04-101-1/+1
* * Fix copy and paste typo.Ruediger Pluem2018-04-101-1/+1
* * The sslconn parameter is not used.Ruediger Pluem2018-04-101-3/+3
* * Whitespace fixes. No functional changeRuediger Pluem2018-04-101-16/+16
* mod_logio: Add LogIOTrackTTFU and %^FU logformatRainer Jung2018-04-091-2/+83
* On the trunk:Stefan Eissing2018-04-091-22/+10
* On the trunk:Stefan Eissing2018-04-091-92/+248
* On the trunk:Stefan Eissing2018-04-0914-54/+97
* Use apr_pcalloc in the 'create' function. All the fields are initialized in t...Christophe Jaillet2018-04-081-2/+2
* needs mod_http2.hGregg Lewis Smith2018-04-061-2/+2
* mod_ssl: Fix merging of proxy SSL context outside <Proxy> sections.Yann Ylavic2018-04-051-2/+10
* On the trunk:Stefan Eissing2018-04-031-1/+1
* On the trunk:Stefan Eissing2018-04-034-10/+14
* On the trunk:Stefan Eissing2018-04-031-1/+6
* On the trunk:Stefan Eissing2018-04-031-2/+2
* PR62229: add CGIScriptTimeout to mod_cgiEric Covener2018-04-021-8/+40
* On the trunk:Stefan Eissing2018-03-297-80/+86