index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow-up to r1887244.
Christophe Jaillet
2021-03-06
1
-5
/
+5
*
Fix a potential duplicated ID generation issue under heavy load.
Christophe Jaillet
2021-03-06
1
-20
/
+32
*
* modules/proxy/mod_proxy_balancer.c (balancer_display_page):
Joe Orton
2021-03-05
1
-0
/
+1
*
Add balancer_manage() to allow external module to fill workers for balancers.
Jean-Frederic Clere
2021-03-04
1
-0
/
+37
*
And the necessary log tags added just shortly afterwards.
Stefan Eissing
2021-03-03
1
-1
/
+1
*
Changed ap_ssl_answer_challenge() and its hook to provide PEM data for
Stefan Eissing
2021-03-03
4
-39
/
+86
*
Synch from mod_md github:
Joe Orton
2021-03-03
1
-2
/
+6
*
Simplify balancer-manager XSS protection, no functional change:
Joe Orton
2021-03-03
1
-26
/
+20
*
rollback r1887138. Sorry ;-(
Jean-Frederic Clere
2021-03-03
2
-119
/
+81
*
Allow empty <balancer://mycluster/> and add a provider to allow other modules...
Jean-Frederic Clere
2021-03-03
2
-81
/
+119
*
Fixed regression in r1887085 where a SSL function was used that is not availa...
Stefan Eissing
2021-03-03
1
-1
/
+1
*
Adding log tags where log tags are needed.
Stefan Eissing
2021-03-02
1
-2
/
+2
*
Adding more ap_ssl_* functions and hooks to the core server.
Stefan Eissing
2021-03-02
4
-12
/
+43
*
mod_session: account for the '&' in identity_concat().
Yann Ylavic
2021-03-01
1
-2
/
+1
*
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
[next]