summaryrefslogtreecommitdiffstats
path: root/NWGNUmakefile (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-02mod_proxy_html: Fix variable interpolation and memory allocation failure in P...Yann Ylavic2-0/+9
2018-05-02Follow up to r1822537: replace static variable with pool userdata.Yann Ylavic2-6/+12
2018-04-30On the trunk:Stefan Eissing2-1/+16
2018-04-30On the trunk:Stefan Eissing3-3/+14
2018-04-30mod_xml2enc: follow up to r1829038 and r1829039.Yann Ylavic1-10/+7
2018-04-30Follow up to r1828222: fix "defined but not used 'prot'" warning with libressl.Yann Ylavic1-1/+2
2018-04-29Add mod_socache_redis docsLuca Toscano3-0/+167
2018-04-29documentation rebuildLuca Toscano7-7/+64
2018-04-28mod_proxy_http2 docs: added section about HTTP/2 PUSH implementation and alte...Stefan Eissing1-1/+14
2018-04-28trivial tweakEric Covener1-1/+1
2018-04-28mod_http2 documentation: going a bit more into PUSH details and explaining H2...Stefan Eissing1-0/+44
2018-04-28On the trunk:Stefan Eissing3-2/+7
2018-04-28mod_log_json: fixing compilation errors in maintainer mode.Stefan Eissing1-3/+19
2018-04-23Add mod_log_jsonPaul Querna3-1/+181
2018-04-23Move APACHE_CHECK_JANSSON m4 macro to general includes so additional modules ...Paul Querna2-108/+108
2018-04-22Save a few cycles.Christophe Jaillet1-3/+2
2018-04-22Axe ap_rgetline_core(), not used anymore.Yann Ylavic5-42/+12
2018-04-22Follow up to r1829659, ap_[f]getline() EBCDIC awareness.Yann Ylavic1-9/+24
2018-04-21Rebuild.Lucien Gentis17-118/+92
2018-04-21XML updates.Lucien Gentis7-102/+91
2018-04-21XML update.Lucien Gentis1-3/+4
2018-04-21rebuild with extraclean to pick up permalinks inEric Covener604-7067/+7301
2018-04-21xformsEric Covener27-115/+112
2018-04-21xforms for mod_filterEric Covener1-41/+48
2018-04-21try to make the mod_filter docs a little more approachableEric Covener1-28/+35
2018-04-20Improve highlight and make these doc much more readable.Christophe Jaillet2-61/+56
2018-04-20Delay some memory allocation.Christophe Jaillet1-1/+2
2018-04-20http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.Yann Ylavic3-54/+92
2018-04-20mod_proxy_http: follow up to r1829573: remain EBCDIC friendly.Yann Ylavic1-1/+1
2018-04-20core: forward flags to recursive/folding call to ap_rgetline_core().Yann Ylavic1-2/+2
2018-04-20Restore comment about LimitRequestBody vs proxied responses.Yann Ylavic1-2/+3
2018-04-20http: LimitRequestBody applies to proxied requests.Yann Ylavic2-4/+5
2018-04-19Fix some formating. (extra '.', missing <code>)Christophe Jaillet4-6/+9
2018-04-19mod_proxy_http: make use of AP_GETLINE_NOSPC_EOL in ap_proxygetline().Yann Ylavic2-41/+27
2018-04-19core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core().Yann Ylavic4-25/+88
2018-04-19* modules/ssl/ssl_engine_init.c (ssl_init_Module): Don't enable SSLJoe Orton1-1/+2
2018-04-17These tokens should not be emphasised.Christophe Jaillet1-1/+1
2018-04-17Explain when the surrounding double quotes arround the expr argument MUST be ...Christophe Jaillet1-2/+3
2018-04-17Guess at fixing win32 build regression on trunk introduced by r1734656William A. Rowe Jr3-6/+7
2018-04-16* modules/ssl/ssl_util.c (modssl_request_is_tls): AdjustJoe Orton3-15/+16
2018-04-16Factor out logic to determine if request is using SSL/TLS and use itJoe Orton4-24/+25
2018-04-14Rebuild.Lucien Gentis11-447/+534
2018-04-14XML updates.Lucien Gentis3-118/+202
2018-04-13Dump server_rec ->addrs list in dump_server_rec.Joe Orton1-2/+18
2018-04-13mod_xml2enc: follow up to r1829038.Yann Ylavic1-0/+10
2018-04-13mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180.Yann Ylavic2-9/+31
2018-04-12* server/vhost.c: Remove redundant vhost_check_config hook which neverJoe Orton1-14/+0
2018-04-11add log id for r1828926Eric Covener2-2/+2
2018-04-11PR62199: add worker parameter ResponseFieldSize to mod_proxyEric Covener6-9/+75
2018-04-11PR62186: preserve %<m for ErrorDocument internal redirectsEric Covener2-1/+11