]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2020-05-01  Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_Module):...
2020-05-01  Joe OrtonMove FIPS mode config option to SSLModConfigRec since...
2020-05-01  Joe Orton* support/passwd_common.c (mkhash): Fix salt buffer...
2020-05-01  Joe OrtonAdd gcc-10 job, drop gcc-9 config from allow_failures...
2020-04-28  Joe OrtonTravis docs updates. [skip ci]
2020-04-28  Joe OrtonEnable Travis notifications for trunk per dev@ consensus.
2020-04-28  Ruediger Pluem* We have five providers [skip ci]
2020-04-27  Yann Ylavicutil_filter: axe misleading AP_BUCKET_IS_MORPHING(...
2020-04-25  Lucien Gentisfr doc rebuild.
2020-04-25  Lucien Gentisfr doc XML files updates.
2020-04-24  Yann Ylavicmod_ssl: follow up to r1876934: use OPENSSL_cleanse().
2020-04-24  Yann Ylavicmod_ssl: follow up to r1876934: wrap DH_bits()
2020-04-24  Yann Ylavicmod_ssl: follow up to r1876934: OSSL_PARAM_construct_...
2020-04-24  Yann Ylavicmod_ssl: follow up to r1876934: fix !modssl_X509_STORE_...
2020-04-24  Yann Ylavicmod_ssl: add compatibility with OpenSSL 3.0.0
2020-04-23  Rainer JungRevert r1876869 because on trunk server/listen.c
2020-04-23  Rainer Jungsystemd dependencies are only needed by mod_systemd.
2020-04-23  Joe OrtonAdd optional options= argument to Listen to add listene...
2020-04-22  Yann Ylavicconfig: allow for environment variable substitution...
2020-04-22  Joe Orton* modules/filters/mod_proxy_html.c: Fix proxy_html_con...
2020-04-22  Giovanni Bechissort safe_env_lst
2020-04-22  Eric Covenerbe less specific and don't echo passphrase
2020-04-21  Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce...
2020-04-21  Yann Ylaviccore: follow up to r1876664: allow ErrorDocument to...
2020-04-21  Christophe... r1876779 follow-up.
2020-04-21  Christophe... Fix the way we are looking for "TLS/1.0" tokens.
2020-04-20  Joe Orton* support/suexec.c (main): Report error string after...
2020-04-20  Joe Orton* support/suexec.c (safe_strtol): New function.
2020-04-19  Yann Ylavicmod_ssl: axe useless X509_free (NULL arg).
2020-04-18  Lucien Gentisfr doc rebuild.
2020-04-18  Lucien Gentisfr doc XML files updates.
2020-04-17  Yann Ylavicgdbinit: print bucket fd when available.
2020-04-17  Yann Ylavicgdbinit: more address colomn space for 64bit.
2020-04-17  Yann Ylavicmod_watchdog: use a single "wd_running" pool in wd_work...
2020-04-17  Yann Ylaviccore, h2: common ap_parse_request_line() and ap_check_r...
2020-04-17  Yann Ylaviccore, h2: send EOR for early HTTP request failure.
2020-04-16  Joe Orton* server/mpm/prefork/prefork.c (prefork_pre_config...
2020-04-16  Joe OrtonAllow failures for the gcc9 build since the repo seems...
2020-04-16  Joe Orton* modules/core/mod_watchdog.c (wd_worker): Fix crashes...
2020-04-16  Stefan Eissing *) mod_http2: Fixed regression that no longer set...
2020-04-16  Joe Orton* modules/aaa/mod_authnz_ldap.c (build_request_config...
2020-04-16  Yann YlavicAdd missing pool tags to help debugging.
2020-04-16  Yann YlavicAxe remainder from r1875947.
2020-04-16  Yann YlavicCredits where it's due.
2020-04-16  Jean-Frederic... Add forgotten entries.
2020-04-15  Yann Ylavicmod_{ssl,md}: init_stapling_status hooks should return...
2020-04-15  Yann Ylavicmod_ssl: Fix memory leak in stapling code. PR63687.
2020-04-15  Jean-Frederic... PR64295 cannot override default Virtualhost's mod_reqti...
2020-04-14  Joe Orton* modules/core/mod_watchdog.c: Switch to simpler logic...
2020-04-14  Ruediger Pluem* Whitespace style fixes. No functional change.
2020-04-14  Jean-Frederic... PR64313 htcacheclean: Empty directories in CacheRoot...
2020-04-14  Joe OrtonDon't fail the Travis build for ppc64le jobs, which...
2020-04-12  Eric CovenerPR64342 feedback
2020-04-12  Eric Covenert/apache/mmn.t caught me
2020-04-11  Eric CovenerPR63628: individual status codes for ProxyErrorOverride.
2020-04-11  Eric CovenerIssue a warning for non-existent directories when runni...
2020-04-04  Lucien Gentisfr doc rebuild.
2020-04-04  Lucien Gentisfr doc XML file update.
2020-04-02  Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce...
2020-04-01  Yann Ylaviccore: add r->flushed flag and set it when the response...
2020-04-01  Ruediger Pluem* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce...
2020-04-01  Yann Ylavicap_core_output_filter: follow up to r1875947: don't...
2020-04-01  Yann YlavicMMN major bump for r1875947.
2020-04-01  Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce...
2020-03-31  Yann Ylaviccore: handle morphing buckets setaside/reinstate and...
2020-03-31  Rich BowenAdds additional clarification, as requested in bz64167
2020-03-31  Joe OrtonFor future debugging ease, output the Travis tag &...
2020-03-30  Joe Orton* modules/ssl/ssl_engine_io.c: Update comment, no funct...
2020-03-30  Joe Orton* modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce...
2020-03-30  Joe OrtonAdd lognos. [skip ci].
2020-03-30  Joe Ortonmod_ssl: Extend the coalescing filter to avoid sending...
2020-03-29  Christophe... Fix a copy/paste at the wrong place
2020-03-29  Eric Covenerxforms
2020-03-29  Eric Covenerduplicated
2020-03-29  Eric Covenertypo
2020-03-28  Christophe... Add some compatibility notes for new directives in...
2020-03-28  Christophe... Fix a typo
2020-03-28  Lucien Gentisfr doc rebuild.
2020-03-28  Lucien Gentisfr doc XML file update.
2020-03-27  Eric Coveneradd userdir same-origin warnings to mod_userdir
2020-03-27  Yann YlavicParentheses around AP_BUCKET_IS_EOR argument.
2020-03-26  Joe Orton* modules/ssl/ssl_private.h: Define X509_up_ref and...
2020-03-25  Joe OrtonDrop -v from arm64 test runs and add to allowed failure...
2020-03-25  Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_get_tls_cb): Fix...
2020-03-25  Rainer JungTrivial change to trigger a Travis build.
2020-03-25  Eric Covenerrevert for now, surprising the scheme is present.
2020-03-25  Eric CovenerPR63437: don't clobber the scheme in r->uri with MergeS...
2020-03-24  Jean-Frederic... wss also needs is_ssl.
2020-03-23  Rainer JungFix compilation breakage with OpenSSL 1.1.0 up to 1...
2020-03-23  Joe OrtonBetter define conditions for skipping tests on 2.4...
2020-03-23  Giovanni Bechissilence an "uninitialized value" warning
2020-03-21  Lucien Gentisfr doc rebuild.
2020-03-21  Lucien Gentisfr doc xml file update.
2020-03-20  Joe OrtonFix the travis syntax (should have done it in a PR...
2020-03-20  Joe OrtonFix Travis trunk/master confusion, and make the i386...
2020-03-20  Joe OrtonTest exclsion doesn't work since "tag !~" matches when...
2020-03-20  Joe OrtonMatch Travis jobs for 2.4.x by tag as well as branch.
2020-03-20  Joe OrtonAdd simple test for apxs to catch regression in r1872042.
2020-03-20  Eric Coveneradd absent /modules/http2/*.o to .gitignore
2020-03-20  Eric Coveneradd git-svn generated .gitignore
next