| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_session: save one apr_strtok() in session_identity_decode(). | Yann Ylavic | 2021-03-01 | 1 | -1/+1 |
* | Enable mod_cgid stderr handling via Unix socket fd transfer by | Joe Orton | 2021-02-25 | 3 | -22/+6 |
* | mod_htt2, synch with changes from github module version: | Stefan Eissing | 2021-02-22 | 12 | -28/+121 |
* | mod_http2: Fix workers synchronization on pchild cleanup. | Yann Ylavic | 2021-02-06 | 2 | -61/+71 |
* | mod_proxy_http: follow up to r1886141, axe overlong scheme check. | Yann Ylavic | 2021-02-03 | 1 | -5/+0 |
* | * We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14) | Ruediger Pluem | 2021-02-02 | 1 | -5/+5 |
* | * Add lognumber | Ruediger Pluem | 2021-01-27 | 1 | -1/+1 |
* | Before doing any bind check that the provided username is not NULL and that the | Ruediger Pluem | 2021-01-27 | 1 | -15/+26 |
* | Do not allow to set empty bind passwords to be set via AuthLDAPBindPassword | Ruediger Pluem | 2021-01-27 | 1 | -0/+4 |
* | mod_proxy_hcheck: don't pile up health checks. PR 63010. | Yann Ylavic | 2021-01-19 | 1 | -25/+40 |
* | mod_auth_digest: Fast validation of the nonce's base64 to fail early if | Yann Ylavic | 2021-01-18 | 1 | -2/+7 |
* | mod_proxy_wstunnel: follow up to r1885239: use ap_find_linked_module(). | Yann Ylavic | 2021-01-07 | 1 | -11/+2 |
* | mod_proxy_http: follow up to r1885239: fix *is_ssl for wss scheme. | Yann Ylavic | 2021-01-07 | 1 | -1/+1 |
* | mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http. | Yann Ylavic | 2021-01-07 | 4 | -70/+143 |
* | Treat non-leaf certificates present in SSLProxyMachineCertificateFile | Joe Orton | 2020-12-17 | 1 | -13/+33 |
* | * modules/ssl/ssl_private.h (modssl_pk_proxy_t): Update comment, | Joe Orton | 2020-12-17 | 1 | -4/+7 |
* | * modules/mappers/mod_rewrite.c: Remove unused MAX_COOKIE_LEN. | Joe Orton | 2020-12-16 | 1 | -4/+0 |
* | The Microsoft OOXML format uses xml packaged into a zip file, and has | Joe Orton | 2020-12-16 | 1 | -2/+2 |
* | * modules/ssl/ssl_engine_init.c (ssl_init_ctx_cert_chain): Log the | Joe Orton | 2020-12-15 | 1 | -1/+4 |
* | Revert r1480058, -1'ed on dev@ and STATUS. | Yann Ylavic | 2020-12-10 | 3 | -122/+55 |
* | mod_proxy_http2: stop/wait the workers threads before their pool is killed. | Yann Ylavic | 2020-12-07 | 1 | -3/+4 |
* | mod_http2: Rename server_pool as pchild in h2_workers_create() | Yann Ylavic | 2020-12-06 | 1 | -3/+7 |
* | mod_http2: revert r1883675. | Yann Ylavic | 2020-12-06 | 1 | -7/+4 |
* | mod_proxy_fcgi: follow up to r1884068 and r1884069. | Yann Ylavic | 2020-12-03 | 1 | -6/+11 |
* | mod_proxy_fcgi: follow up to r1884068. | Yann Ylavic | 2020-12-03 | 1 | -34/+83 |
* | mod_proxy_fcgi: Honor "SetEnv proxy-sendcl". | Yann Ylavic | 2020-12-03 | 1 | -7/+72 |
* | mod_proxy: provide prefetching and spooling mechanisms to all proxy modules. | Yann Ylavic | 2020-12-03 | 3 | -247/+323 |
* | * modules/metadata/mod_unique_id.c: Use base64url encoding for | Joe Orton | 2020-11-30 | 1 | -6/+3 |
* | mod_auth_digest: fix crash with ONE_PROCESS (debug) mode shutdown. | Yann Ylavic | 2020-11-25 | 1 | -2/+6 |
* | Revert r1883807 and r1883745, not the right fix. | Yann Ylavic | 2020-11-25 | 1 | -43/+38 |
* | mod_auth_digest: axe useless assignment from r1883745. | Yann Ylavic | 2020-11-25 | 1 | -1/+0 |
* | mod_auth_digest: fix crash on ONE_PROCESS (debug) mode shutdown. | Yann Ylavic | 2020-11-23 | 1 | -38/+44 |
* | mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode. | Yann Ylavic | 2020-11-23 | 3 | -9/+10 |
* | mod_case_filter_in: fix memory leak. | Yann Ylavic | 2020-11-22 | 1 | -1/+1 |
* | mod_example_hooks: fix global "trace" string lifetime. | Yann Ylavic | 2020-11-22 | 1 | -4/+5 |
* | mod_proxy_http2: follow up to r1883704. | Yann Ylavic | 2020-11-22 | 1 | -5/+8 |
* | mod_proxy_http2: thread safety with MPM prefork, still.. | Yann Ylavic | 2020-11-22 | 1 | -3/+18 |
* | mod_proxy_http2: stop/wait the workers threads before their pool is killed. | Yann Ylavic | 2020-11-20 | 1 | -4/+7 |
* | mod_proxy_http2: explicitely apr_thread_exit() at the end of slot_run(). | Yann Ylavic | 2020-11-20 | 1 | -0/+2 |
* | mod_ssl_ct: join the threads before their parent pools are destroyed. | Yann Ylavic | 2020-11-20 | 1 | -4/+4 |
* | Follow up to r1883639: debug log for rfc7231#section-5.1.1 | Yann Ylavic | 2020-11-19 | 1 | -0/+4 |
* | Remove indentation preserved in r1883639 to ease review. | Yann Ylavic | 2020-11-19 | 1 | -37/+35 |
* | Make HTTP_IN filter send 100 continue in blocking mode only. | Yann Ylavic | 2020-11-19 | 2 | -91/+49 |
* | Save a few cycles. | Christophe Jaillet | 2020-11-14 | 1 | -6/+4 |
* | Improve a message about SessionExpiryUpdateInterval values | Christophe Jaillet | 2020-11-14 | 1 | -1/+1 |
* | * modules/proxy/mod_proxy_wstunnel.c (proxyws_set_aysnch_delay): | Joe Orton | 2020-11-10 | 1 | -2/+2 |
* | -Werror=maybe-uninitialized issue | Eric Covener | 2020-11-08 | 1 | -1/+1 |
* | PR64785: mod_allowmethods: Allow methods to be added/removed with +/- prefix | Eric Covener | 2020-11-08 | 1 | -16/+93 |
* | *) mod_md: lowered the required minimal libcurl version from 7.50 to 7.29 | Stefan Eissing | 2020-10-15 | 1 | -2/+2 |
* | 'md_ocsp_get_stapling_status()' should return int, not apr_status_t. | Christophe Jaillet | 2020-10-11 | 2 | -3/+3 |