| 2020-05-10 |
Yann Ylavic | mod_ssl: destroy temporary pool on stapling_renew_respo... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Yann Ylavic | util_filter: export ap_filter_adopt_brigade() since... |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Lucien Gentis | fr doc XML files updates. |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Nick Kew | Update mod_proxy_html docs to reflect |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Joe Orton | mod_ssl: Update the ssl_var_lookup() API: |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Joe Orton | * os/win32/win32_config_layout: Define DEFAULT_REL_STAT... |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Joe Orton | mod_ssl: Drop SSLRandomSeed implementation with OpenSSL... |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Yann Ylavic | ap_core_input_filter(): axe unnecessary AP_MODE_SPECULA... |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Joe Orton | mod_ssl: Minor cleanup to avoid defining init handling... |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Joe Orton | mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where... |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Eric Covener | clarify, context is still CGI only. |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Joe Orton | Constify pointers in ap_expr lookup tables, as well... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Joe Orton | mod_ssl: Calculate the MD5 digest used as the session... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Joe Orton | * modules/ssl/ssl_util.c (ssl_asn1_table_set): Remove... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Joe Orton | Prior to r1877345 mc->pPool was the process pool (s... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Joe Orton | * modules/ssl/ssl_engine_config.c (ssl_config_global_cr... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Joe Orton | mod_ssl: Use retained data API for storing private... |
commit | commitdiff | tree | snapshot |
| 2020-05-02 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| 2020-05-02 |
Lucien Gentis | fr doc XML file update. |
commit | commitdiff | tree | snapshot |
| 2020-05-02 |
Joe Orton | mod_ssl: Factor out code to read a BIO into a palloc... |
commit | commitdiff | tree | snapshot |
| 2020-05-01 |
Joe Orton | * modules/ssl/ssl_engine_init.c (ssl_add_version_compon... |
commit | commitdiff | tree | snapshot |
| 2020-05-01 |
Joe Orton | * modules/ssl/ssl_engine_init.c (ssl_init_Module):... |
commit | commitdiff | tree | snapshot |
| 2020-05-01 |
Joe Orton | Move FIPS mode config option to SSLModConfigRec since... |
commit | commitdiff | tree | snapshot |
| 2020-05-01 |
Joe Orton | * support/passwd_common.c (mkhash): Fix salt buffer... |
commit | commitdiff | tree | snapshot |
| 2020-05-01 |
Joe Orton | Add gcc-10 job, drop gcc-9 config from allow_failures... |
commit | commitdiff | tree | snapshot |
| 2020-04-28 |
Joe Orton | Travis docs updates. [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-04-28 |
Joe Orton | Enable Travis notifications for trunk per dev@ consensus. |
commit | commitdiff | tree | snapshot |
| 2020-04-28 |
Ruediger Pluem | * We have five providers [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-04-27 |
Yann Ylavic | util_filter: axe misleading AP_BUCKET_IS_MORPHING(... |
commit | commitdiff | tree | snapshot |
| 2020-04-25 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| 2020-04-25 |
Lucien Gentis | fr doc XML files updates. |
commit | commitdiff | tree | snapshot |
| 2020-04-24 |
Yann Ylavic | mod_ssl: follow up to r1876934: use OPENSSL_cleanse(). |
commit | commitdiff | tree | snapshot |
| 2020-04-24 |
Yann Ylavic | mod_ssl: follow up to r1876934: wrap DH_bits() |
commit | commitdiff | tree | snapshot |
| 2020-04-24 |
Yann Ylavic | mod_ssl: follow up to r1876934: OSSL_PARAM_construct_... |
commit | commitdiff | tree | snapshot |
| 2020-04-24 |
Yann Ylavic | mod_ssl: follow up to r1876934: fix !modssl_X509_STORE_... |
commit | commitdiff | tree | snapshot |
| 2020-04-24 |
Yann Ylavic | mod_ssl: add compatibility with OpenSSL 3.0.0 |
commit | commitdiff | tree | snapshot |
| 2020-04-23 |
Rainer Jung | Revert r1876869 because on trunk server/listen.c |
commit | commitdiff | tree | snapshot |
| 2020-04-23 |
Rainer Jung | systemd dependencies are only needed by mod_systemd. |
commit | commitdiff | tree | snapshot |
| 2020-04-23 |
Joe Orton | Add optional options= argument to Listen to add listene... |
commit | commitdiff | tree | snapshot |
| 2020-04-22 |
Yann Ylavic | config: allow for environment variable substitution... |
commit | commitdiff | tree | snapshot |
| 2020-04-22 |
Joe Orton | * modules/filters/mod_proxy_html.c: Fix proxy_html_con... |
commit | commitdiff | tree | snapshot |
| 2020-04-22 |
Giovanni Bechis | sort safe_env_lst |
commit | commitdiff | tree | snapshot |
| 2020-04-22 |
Eric Covener | be less specific and don't echo passphrase |
commit | commitdiff | tree | snapshot |
| 2020-04-21 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce... |
commit | commitdiff | tree | snapshot |
| 2020-04-21 |
Yann Ylavic | core: follow up to r1876664: allow ErrorDocument to... |
commit | commitdiff | tree | snapshot |
| 2020-04-21 |
Christophe... | r1876779 follow-up. |
commit | commitdiff | tree | snapshot |
| 2020-04-21 |
Christophe... | Fix the way we are looking for "TLS/1.0" tokens. |
commit | commitdiff | tree | snapshot |
| 2020-04-20 |
Joe Orton | * support/suexec.c (main): Report error string after... |
commit | commitdiff | tree | snapshot |
| 2020-04-20 |
Joe Orton | * support/suexec.c (safe_strtol): New function. |
commit | commitdiff | tree | snapshot |
| 2020-04-19 |
Yann Ylavic | mod_ssl: axe useless X509_free (NULL arg). |
commit | commitdiff | tree | snapshot |
| 2020-04-18 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| 2020-04-18 |
Lucien Gentis | fr doc XML files updates. |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Yann Ylavic | gdbinit: print bucket fd when available. |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Yann Ylavic | gdbinit: more address colomn space for 64bit. |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Yann Ylavic | mod_watchdog: use a single "wd_running" pool in wd_work... |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Yann Ylavic | core, h2: common ap_parse_request_line() and ap_check_r... |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Yann Ylavic | core, h2: send EOR for early HTTP request failure. |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Joe Orton | * server/mpm/prefork/prefork.c (prefork_pre_config... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Joe Orton | Allow failures for the gcc9 build since the repo seems... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Joe Orton | * modules/core/mod_watchdog.c (wd_worker): Fix crashes... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Stefan Eissing | *) mod_http2: Fixed regression that no longer set... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Joe Orton | * modules/aaa/mod_authnz_ldap.c (build_request_config... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Yann Ylavic | Add missing pool tags to help debugging. |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Yann Ylavic | Axe remainder from r1875947. |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Yann Ylavic | Credits where it's due. |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Jean-Frederic... | Add forgotten entries. |
commit | commitdiff | tree | snapshot |
| 2020-04-15 |
Yann Ylavic | mod_{ssl,md}: init_stapling_status hooks should return... |
commit | commitdiff | tree | snapshot |
| 2020-04-15 |
Yann Ylavic | mod_ssl: Fix memory leak in stapling code. PR63687. |
commit | commitdiff | tree | snapshot |
| 2020-04-15 |
Jean-Frederic... | PR64295 cannot override default Virtualhost's mod_reqti... |
commit | commitdiff | tree | snapshot |
| 2020-04-14 |
Joe Orton | * modules/core/mod_watchdog.c: Switch to simpler logic... |
commit | commitdiff | tree | snapshot |
| 2020-04-14 |
Ruediger Pluem | * Whitespace style fixes. No functional change. |
commit | commitdiff | tree | snapshot |
| 2020-04-14 |
Jean-Frederic... | PR64313 htcacheclean: Empty directories in CacheRoot... |
commit | commitdiff | tree | snapshot |
| 2020-04-14 |
Joe Orton | Don't fail the Travis build for ppc64le jobs, which... |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Eric Covener | PR64342 feedback |
commit | commitdiff | tree | snapshot |
| 2020-04-12 |
Eric Covener | t/apache/mmn.t caught me |
commit | commitdiff | tree | snapshot |
| 2020-04-11 |
Eric Covener | PR63628: individual status codes for ProxyErrorOverride. |
commit | commitdiff | tree | snapshot |
| 2020-04-11 |
Eric Covener | Issue a warning for non-existent directories when runni... |
commit | commitdiff | tree | snapshot |
| 2020-04-04 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| 2020-04-04 |
Lucien Gentis | fr doc XML file update. |
commit | commitdiff | tree | snapshot |
| 2020-04-02 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce... |
commit | commitdiff | tree | snapshot |
| 2020-04-01 |
Yann Ylavic | core: add r->flushed flag and set it when the response... |
commit | commitdiff | tree | snapshot |
| 2020-04-01 |
Ruediger Pluem | * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce... |
commit | commitdiff | tree | snapshot |
| 2020-04-01 |
Yann Ylavic | ap_core_output_filter: follow up to r1875947: don't... |
commit | commitdiff | tree | snapshot |
| 2020-04-01 |
Yann Ylavic | MMN major bump for r1875947. |
commit | commitdiff | tree | snapshot |
| 2020-04-01 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce... |
commit | commitdiff | tree | snapshot |
| 2020-03-31 |
Yann Ylavic | core: handle morphing buckets setaside/reinstate and... |
commit | commitdiff | tree | snapshot |
| 2020-03-31 |
Rich Bowen | Adds additional clarification, as requested in bz64167 |
commit | commitdiff | tree | snapshot |
| 2020-03-31 |
Joe Orton | For future debugging ease, output the Travis tag &... |
commit | commitdiff | tree | snapshot |
| 2020-03-30 |
Joe Orton | * modules/ssl/ssl_engine_io.c: Update comment, no funct... |
commit | commitdiff | tree | snapshot |
| 2020-03-30 |
Joe Orton | * modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce... |
commit | commitdiff | tree | snapshot |
| 2020-03-30 |
Joe Orton | Add lognos. [skip ci]. |
commit | commitdiff | tree | snapshot |
| 2020-03-30 |
Joe Orton | mod_ssl: Extend the coalescing filter to avoid sending... |
commit | commitdiff | tree | snapshot |
| 2020-03-29 |
Christophe... | Fix a copy/paste at the wrong place |
commit | commitdiff | tree | snapshot |
| 2020-03-29 |
Eric Covener | xforms |
commit | commitdiff | tree | snapshot |
| 2020-03-29 |
Eric Covener | duplicated |
commit | commitdiff | tree | snapshot |
| 2020-03-29 |
Eric Covener | typo |
commit | commitdiff | tree | snapshot |
| 2020-03-28 |
Christophe... | Add some compatibility notes for new directives in... |
commit | commitdiff | tree | snapshot |
| 2020-03-28 |
Christophe... | Fix a typo |
commit | commitdiff | tree | snapshot |
| 2020-03-28 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| next |