]> granicus.if.org Git - apache/history - modules
Use 'ap_request_has_body()' instead of duplicating its implemenation.
[apache] / modules /
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.
2018-02-01 Yann Ylavicmod_proxy: follow up to r1822849.
2018-02-01 Ruediger Pluem* Add some some comment why we do not limit hmax any...
2018-02-01 Ruediger Pluem* When mod_http2 is loaded more then ThreadsPerChild...
2018-01-31 Yann YlavicRevert r1822800 and r1822804.
2018-01-31 Yann Ylavicmod_proxy_balancer: follow up tp r1822509 and r1822800.
2018-01-31 Yann Ylavicmod_proxy_balancer: follow up tp r1822509.
2018-01-30 Stefan EissingOn the trunk:
2018-01-30 Yann Ylaviccore: don't send EOR bucket through request filters.
2018-01-29 Yann Ylavicmod_proxy: fix proxy connection cleanup from an n+2...
2018-01-29 Yann Ylavicmod_slotmem_shm: follow up tp r1822509.
2018-01-29 Yann Ylavicmod_slotmem_shm: Rework SHM reuse/deletion.
2018-01-29 Yann YlavicRevert r1822341, slotmems are not reused on (graceful...
2018-01-29 Stefan Eissingmod_http2/mod_proxy_http2: add new module flags
2018-01-29 Stefan EissingOn the trunk:
2018-01-26 Jim JagielskiPR 62044: Force addition of generation number to shm...
2018-01-26 Joe Orton* modules/lua/config.m4: Link mod_lua against -lcrypt...
2018-01-20 Gregg Lewis Smithssl_engine_init.c(33) includes mod_md.h
2018-01-19 Gregg Lewis Smithget mod_brotli in build
2018-01-19 Gregg Lewis Smithsome small tweaks to get things building again
2018-01-17 Stefan EissingOn the trunk:
2018-01-17 Stefan EissingOn the trunk:
2018-01-10 Eric Coveneravoid ap_set_content_type when processing a _Request_He...
2018-01-10 Eric CovenerPR 61980: AH01215 CGI stderr forwarding msg improvement
2018-01-10 Eric CovenerPR 61983: "Header unset Content-Type" doesn't work
2018-01-05 Stefan EissingOn the trunk:
2018-01-04 Christophe JailletAdd missing APLOGNO.
2018-01-03 Yann Ylavicmod_proxy_html: output filter rework.
2018-01-03 Yann Ylavicmod_proxy_html: don't depend on NUL terminated bucket...
2018-01-03 Yann Ylavicmod_proxy_html: follow up to r1599012.
2018-01-03 Stefan EissingOn the trunk:
2018-01-02 Stefan EissingOn the trunk:
2018-01-02 Yann Ylavicmod_md: fix leaks in md_cert_get_issuers_uri() and...
2017-12-31 Eric Covenermod_substitute: allow opt-in to expressions in substitu...
2017-12-24 Yann Ylavicmpm_event: follow up to r1818804 and r1818960.
2017-12-20 Stefan EissingOn the trunk:
2017-12-20 Yann Ylavicmod_dumpio: follow up to r1818802.
2017-12-20 Yann Ylavicmod_dumpio: do nothing below log level TRACE7.
2017-12-20 Stefan EissingOn the trunk:
2017-12-19 Yann Ylavicmod_proxy: allow SSLProxyCheckPeer* usage for all proxy...
2017-12-19 Yann Ylavicmd: fix warning about unused variable 'cert'.
2017-12-18 Christophe JailletFix some style
2017-12-16 Nick Kewmod_proxy_html: fix metafix handling of <meta http...
2017-12-15 Jim Jagielski"It is better to light a candle than curse the darkness."
2017-12-15 Jim Jagielskicorrect copyright/license headers
2017-12-15 Jim JagielskiAPR-ize uint types
2017-12-15 Jim JagielskiAPR-ize uint types
2017-12-15 Jim JagielskiAPR-ize uint types
2017-12-14 Stefan EissingOn the trunk:
2017-12-13 Eric CovenerPR61891: looping over mostly full LDAP cache
2017-12-13 Stefan EissingOn the trunk:
2017-12-13 Jim JagielskiUse APR type
2017-12-12 Stefan EissingOn the trunk:
2017-12-11 Stefan EissingOn the trunk:
2017-12-09 Christophe JailletIn verify_ocsp_status in ssl_engine_ocsp.c, the log...
next