]> granicus.if.org Git - apache/history - modules
mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTML...
[apache] / modules /
2018-05-02 Yann Ylavicmod_proxy_html: Fix variable interpolation and memory...
2018-04-30 Stefan EissingOn the trunk:
2018-04-30 Stefan EissingOn the trunk:
2018-04-29 Yann Ylavicmod_xml2enc: follow up to r1829038 and r1829039.
2018-04-29 Yann YlavicFollow up to r1828222: fix "defined but not used 'prot...
2018-04-28 Stefan EissingOn the trunk:
2018-04-28 Stefan Eissingmod_log_json: fixing compilation errors in maintainer...
2018-04-23 Paul QuernaAdd mod_log_json
2018-04-23 Paul QuernaMove APACHE_CHECK_JANSSON m4 macro to general includes...
2018-04-22 Yann YlavicAxe ap_rgetline_core(), not used anymore.
2018-04-20 Christophe JailletDelay some memory allocation.
2018-04-20 Yann Ylavicmod_proxy_http: follow up to r1829573: remain EBCDIC...
2018-04-20 Yann YlavicRestore comment about LimitRequestBody vs proxied respo...
2018-04-20 Yann Ylavichttp: LimitRequestBody applies to proxied requests.
2018-04-19 Yann Ylavicmod_proxy_http: make use of AP_GETLINE_NOSPC_EOL in...
2018-04-19 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_Module):...
2018-04-16 Joe Orton* modules/ssl/ssl_util.c (modssl_request_is_tls): Adjust
2018-04-16 Joe OrtonFactor out logic to determine if request is using SSL...
2018-04-13 Yann Ylavicmod_xml2enc: follow up to r1829038.
2018-04-13 Yann Ylavicmod_xml2enc: Fix forwarding of error metadata/responses...
2018-04-11 Eric Coveneradd log id for r1828926
2018-04-11 Eric CovenerPR62199: add worker parameter ResponseFieldSize to...
2018-04-11 Eric CovenerPR62186: preserve %<m for ErrorDocument internal redirects
2018-04-11 Joe OrtonCOMPAT BREAK: This may change the hash keys used to...
2018-04-11 Joe Orton* modules/ssl/ssl_util.c (ssl_util_vhostid): Simplify...
2018-04-11 Joe Orton* modules/generators/mod_info.c: Constify fixed tables...
2018-04-11 Jim Riggsmod_proxy_balancer: Add hot spare member type and corre...
2018-04-11 Stefan EissingOn the trunk:
2018-04-10 Ruediger PluemWe need to get the SSL_CTX for further processing down...
2018-04-10 Ruediger Pluem* Fix copy and paste typo.
2018-04-10 Ruediger Pluem* The sslconn parameter is not used.
2018-04-10 Ruediger Pluem* Whitespace fixes. No functional change
2018-04-09 Rainer Jungmod_logio: Add LogIOTrackTTFU and %^FU logformat
2018-04-09 Stefan EissingOn the trunk:
2018-04-09 Stefan EissingOn the trunk:
2018-04-09 Stefan EissingOn the trunk:
2018-04-08 Christophe JailletUse apr_pcalloc in the 'create' function. All the field...
2018-04-05 Gregg Lewis Smithneeds mod_http2.h
2018-04-04 Yann Ylavicmod_ssl: Fix merging of proxy SSL context outside ...
2018-04-03 Stefan EissingOn the trunk:
2018-04-03 Stefan EissingOn the trunk:
2018-04-03 Stefan EissingOn the trunk:
2018-04-03 Stefan EissingOn the trunk:
2018-04-02 Eric CovenerPR62229: add CGIScriptTimeout to mod_cgi
2018-03-29 Stefan EissingOn the trunk:
2018-03-28 Stefan EissingOn the trunk:
2018-03-28 Stefan EissingOn the trunk:
2018-03-27 Christophe JailletUse 'ap_log_rerror()' instead of 'ap_log_error()' consi...
2018-03-26 Stefan EissingOn the trunk:
2018-03-24 Christophe JailletFix some typos reported in PR 59998
2018-03-24 Eric Covenercopy apr_sockaddr_is_wildcard to maintain 1.4.x support.
2018-03-23 Stefan EissingOn the trunk:
2018-03-22 Christophe JailletFix some easy doxygen comment.
2018-03-22 Christophe JailletFix some easy doxygen comment.
2018-03-20 Christophe JailletUse 'ap_request_has_body()' instead of duplicating...
2018-03-20 Yann YlavicIgnore jansson.h's -Wunused-function for GCC too.
2018-03-20 Yann Ylavic#pragma GCC diagnostic push/pop exist in gcc >= 4.6...
2018-03-20 Yann Ylavicmod_ldap: fix format warnings.
2018-03-19 Stefan Eissingmod_remoteip: make proxy-protocol work on slave connect...
2018-03-19 Stefan Eissingmod_md: fixes error in renew window calculation that...
2018-03-19 Stefan Eissingmod_md: /.well-known/acme-challenge requests that canno...
2018-03-19 Stefan Eissingmod_http2: use proper ARP defined for formatting apr_off_t
2018-03-16 Stefan EissingFixed OCSPEnable to keep accepting "off", not "none".
2018-03-16 Stefan EissingExtend SSLOCSPEnable with mode 'leaf' that only checks...
2018-03-16 Rainer Jungmod_md: Fix compilation with OpenSSL before version...
2018-03-16 Yann Ylavicmod_slotmem_shm: better comment on MPM WinNT specifics.
2018-03-15 Yann Ylavicmod_slotmem_shm: SHMs need to be attached in MPM winnt...
2018-03-13 Christophe JailletInstrument 'bbout'
2018-03-13 Christophe JailletInstrument 'md_log_perror' and fix corresponding errors...
2018-03-12 Yann YlavicFix timeout logging in ap_process_request().
2018-03-09 Yann YlavicFollow up to r1609680: further simplify/optimize ap_pro...
2018-03-08 Yann YlavicFollow up to r1609680: simpler/faster ap_proxy_strcmp_e...
2018-03-08 Joe Orton* modules/aaa/mod_authz_host.c (host_check_authorizatio...
2018-03-08 Joe Orton* modules/lua/config.m4 (CHECK_LUA): Support Debian...
2018-02-26 Gregg Lewis Smithadd apreq in Win32
2018-02-23 William A. Rowe JrPropose backportable fix to accept libxml2 path in the
2018-02-23 Joe Orton* modules/lua/config.m4: Use liblua paths from pkg...
2018-02-23 Joe OrtonFollow-up to r1825120:
2018-02-23 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_PushCAList...
2018-02-19 Eric Covener10 years after r567503 , fix this properly.
2018-02-19 Christophe JailletSave a few cycles.
2018-02-17 Graham LeggettWire through the log message number.
2018-02-17 Graham LeggettMake sure ACL API support in mod_dav is not dependent...
2018-02-16 Graham LeggettSet the notice when hostname is too long for legacy...
2018-02-16 Graham LeggettTone down the message that worker hostname is too long...
2018-02-16 Yann Ylavicmod_session: Strip Session header when SessionEnv is on.
2018-02-15 Yann Ylavicmod_cache_socache: Fix caching of empty headers up...
2018-02-15 Yann Ylavicmod_authnz_ldap: Fix language long names detection...
2018-02-13 Graham Leggettmod_proxy: Provide an RFC1035 compliant version of...
2018-02-11 Luca Toscanomod_proxy_fcgi: prioritize the check for mayflush when...
2018-02-11 Christophe JailletAxe some code duplication.
2018-02-08 Yann Ylavicmod_slotmem_shm: follow up tp r1822509.
2018-02-08 Yann Ylavicmod_proxy_balancer: follow up tp r1822509.
2018-02-07 Jim Jagielskitoo-long worker schemes and/or hostnames are no longer...
2018-02-06 Yann Ylavicmod_slotmem_shm: follow up tp r1822509.
2018-02-06 Yann Ylavicmod_slotmem_shm: follow up tp r1822509.
2018-02-06 Yann Ylavicmod_slotmem_shm: follow up tp r1822509.
2018-02-02 Joe Orton* modules/loggers/mod_logio.c (logio_pre_config): Remov...
2018-02-01 Yann Ylavicmod_proxy: follow up to r1822849 and r1822879.
2018-02-01 Yann Ylavicmod_proxy: follow up to r1822849 and r1822878.
next