summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_session: save one apr_strtok() in session_identity_decode().Yann Ylavic2021-03-011-1/+1
* Enable mod_cgid stderr handling via Unix socket fd transfer byJoe Orton2021-02-253-22/+6
* mod_htt2, synch with changes from github module version:Stefan Eissing2021-02-2212-28/+121
* mod_http2: Fix workers synchronization on pchild cleanup.Yann Ylavic2021-02-062-61/+71
* mod_proxy_http: follow up to r1886141, axe overlong scheme check.Yann Ylavic2021-02-031-5/+0
* * We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14)Ruediger Pluem2021-02-021-5/+5
* * Add lognumberRuediger Pluem2021-01-271-1/+1
* Before doing any bind check that the provided username is not NULL and that theRuediger Pluem2021-01-271-15/+26
* Do not allow to set empty bind passwords to be set via AuthLDAPBindPasswordRuediger Pluem2021-01-271-0/+4
* mod_proxy_hcheck: don't pile up health checks. PR 63010.Yann Ylavic2021-01-191-25/+40
* mod_auth_digest: Fast validation of the nonce's base64 to fail early ifYann Ylavic2021-01-181-2/+7
* mod_proxy_wstunnel: follow up to r1885239: use ap_find_linked_module().Yann Ylavic2021-01-071-11/+2
* mod_proxy_http: follow up to r1885239: fix *is_ssl for wss scheme.Yann Ylavic2021-01-071-1/+1
* mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.Yann Ylavic2021-01-074-70/+143
* Treat non-leaf certificates present in SSLProxyMachineCertificateFileJoe Orton2020-12-171-13/+33
* * modules/ssl/ssl_private.h (modssl_pk_proxy_t): Update comment,Joe Orton2020-12-171-4/+7
* * modules/mappers/mod_rewrite.c: Remove unused MAX_COOKIE_LEN.Joe Orton2020-12-161-4/+0
* The Microsoft OOXML format uses xml packaged into a zip file, and hasJoe Orton2020-12-161-2/+2
* * modules/ssl/ssl_engine_init.c (ssl_init_ctx_cert_chain): Log theJoe Orton2020-12-151-1/+4
* Revert r1480058, -1'ed on dev@ and STATUS.Yann Ylavic2020-12-103-122/+55
* mod_proxy_http2: stop/wait the workers threads before their pool is killed.Yann Ylavic2020-12-071-3/+4
* mod_http2: Rename server_pool as pchild in h2_workers_create()Yann Ylavic2020-12-061-3/+7
* mod_http2: revert r1883675.Yann Ylavic2020-12-061-7/+4
* mod_proxy_fcgi: follow up to r1884068 and r1884069.Yann Ylavic2020-12-031-6/+11
* mod_proxy_fcgi: follow up to r1884068.Yann Ylavic2020-12-031-34/+83
* mod_proxy_fcgi: Honor "SetEnv proxy-sendcl".Yann Ylavic2020-12-031-7/+72
* mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.Yann Ylavic2020-12-033-247/+323
* * modules/metadata/mod_unique_id.c: Use base64url encoding forJoe Orton2020-11-301-6/+3
* mod_auth_digest: fix crash with ONE_PROCESS (debug) mode shutdown.Yann Ylavic2020-11-251-2/+6
* Revert r1883807 and r1883745, not the right fix.Yann Ylavic2020-11-251-43/+38
* mod_auth_digest: axe useless assignment from r1883745.Yann Ylavic2020-11-251-1/+0
* mod_auth_digest: fix crash on ONE_PROCESS (debug) mode shutdown.Yann Ylavic2020-11-231-38/+44
* mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.Yann Ylavic2020-11-233-9/+10
* mod_case_filter_in: fix memory leak.Yann Ylavic2020-11-221-1/+1
* mod_example_hooks: fix global "trace" string lifetime.Yann Ylavic2020-11-221-4/+5
* mod_proxy_http2: follow up to r1883704.Yann Ylavic2020-11-221-5/+8
* mod_proxy_http2: thread safety with MPM prefork, still..Yann Ylavic2020-11-221-3/+18
* mod_proxy_http2: stop/wait the workers threads before their pool is killed.Yann Ylavic2020-11-201-4/+7
* mod_proxy_http2: explicitely apr_thread_exit() at the end of slot_run().Yann Ylavic2020-11-201-0/+2
* mod_ssl_ct: join the threads before their parent pools are destroyed.Yann Ylavic2020-11-201-4/+4
* Follow up to r1883639: debug log for rfc7231#section-5.1.1Yann Ylavic2020-11-191-0/+4
* Remove indentation preserved in r1883639 to ease review.Yann Ylavic2020-11-191-37/+35
* Make HTTP_IN filter send 100 continue in blocking mode only.Yann Ylavic2020-11-192-91/+49
* Save a few cycles.Christophe Jaillet2020-11-141-6/+4
* Improve a message about SessionExpiryUpdateInterval valuesChristophe Jaillet2020-11-141-1/+1
* * modules/proxy/mod_proxy_wstunnel.c (proxyws_set_aysnch_delay):Joe Orton2020-11-101-2/+2
* -Werror=maybe-uninitialized issueEric Covener2020-11-081-1/+1
* PR64785: mod_allowmethods: Allow methods to be added/removed with +/- prefixEric Covener2020-11-081-16/+93
* *) mod_md: lowered the required minimal libcurl version from 7.50 to 7.29Stefan Eissing2020-10-151-2/+2
* 'md_ocsp_get_stapling_status()' should return int, not apr_status_t.Christophe Jaillet2020-10-112-3/+3