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
*
mod_authz_core: follow up to r1864759.
Yann Ylavic
2019-11-07
1
-7
/
+8
*
Add comment, no functional change.
Joe Orton
2019-11-05
1
-0
/
+4
*
mod_proxy: Improve tunneling loop.
Yann Ylavic
2019-11-05
4
-161
/
+342
*
mod_proxy: Add proxy check_trans hook.
Yann Ylavic
2019-11-05
3
-0
/
+33
*
*) mod_md v2.2.3:
Stefan Eissing
2019-11-05
6
-20
/
+15
*
mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.
Yann Ylavic
2019-11-03
4
-365
/
+329
*
mod_proxy_http: follow up to r1869216.
Yann Ylavic
2019-10-31
1
-33
/
+13
*
Revert r1869222, wrong files committed.
Yann Ylavic
2019-10-31
2
-246
/
+41
*
mod_proxy_http: follow up to r1869216.
Yann Ylavic
2019-10-31
2
-41
/
+246
*
mod_proxy_http: fix load-balancer fallback for requests with a body.
Yann Ylavic
2019-10-31
1
-14
/
+40
*
Fix an incorrect NULL checked.
Christophe Jaillet
2019-10-26
1
-1
/
+1
*
mod_ssl: follow up to r1868645 and r1868929.
Yann Ylavic
2019-10-25
1
-0
/
+2
*
mod_ssl: follow up to r1868645.
Yann Ylavic
2019-10-25
1
-2
/
+8
*
mod_md: fixes compiler warning about initialization, version bumb.
Stefan Eissing
2019-10-25
2
-4
/
+4
*
mod_ssl: follow up to r1868645.
Yann Ylavic
2019-10-22
3
-13
/
+15
*
mod_md: resolve duplicate tag.
Yann Ylavic
2019-10-20
1
-1
/
+1
*
mod_proxy_http: follow up to r1868576.
Yann Ylavic
2019-10-20
1
-0
/
+12
*
mod_proxy_http: revert r1868625.
Yann Ylavic
2019-10-20
1
-10
/
+10
*
mod_ssl: negotiate the TLS protocol version per name based vhost configuration.
Yann Ylavic
2019-10-20
3
-7
/
+91
*
Synch 2.4.x and trunk.
Christophe Jaillet
2019-10-20
1
-1
/
+1
*
mod_proxy_http: follow up to r1868576.
Yann Ylavic
2019-10-19
1
-10
/
+10
*
mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.
Yann Ylavic
2019-10-18
1
-0
/
+15
*
*) mod_md: Adding the several new features.
Stefan Eissing
2019-10-16
47
-1637
/
+4736
*
* Correctly initialize nomime member
Ruediger Pluem
2019-10-14
1
-0
/
+1
*
Honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not a...
Christophe Jaillet
2019-10-11
2
-4
/
+30
*
Fix pool concurrency problems
Ruediger Pluem
2019-10-11
3
-59
/
+87
*
* Add back logging goodness
Ruediger Pluem
2019-10-11
1
-4
/
+4
*
* Revert r1865944 and r1865938
Ruediger Pluem
2019-10-11
1
-29
/
+5
*
Fix build broken w/o --enable-cgid-fdpassing by r1867968:
Joe Orton
2019-10-04
3
-3
/
+8
*
* modules/generators/cgi_common.h (discard_script_output): Simplify
Joe Orton
2019-10-04
1
-8
/
+4
*
Move common (and near-identical) code for CGI response output handling
Joe Orton
2019-10-04
3
-258
/
+143
*
* modules/generators/cgi_common.h (cgi_bucket_create):
Joe Orton
2019-10-02
2
-3
/
+4
*
* modules/generators/mod_cgid.c (sock_readhdr): Only set up control
Joe Orton
2019-10-02
1
-7
/
+15
*
* modules/ssl/ssl_engine_log.c (ssl_log_cert_error): Use string
Joe Orton
2019-09-26
1
-4
/
+2
*
Fix a typo
Christophe Jaillet
2019-09-20
1
-2
/
+2
*
Fix a typo
Christophe Jaillet
2019-09-20
1
-1
/
+1
*
Reverse the order of the test... if clang, then use clang, because some clang...
Jim Jagielski
2019-09-19
2
-14
/
+14
*
ap_http_header_filter: avoid double encoding of output headers in traces.
Yann Ylavic
2019-09-16
1
-2
/
+1
*
* modules/mappers/mod_rewrite.c: Enhance trace-level logging to log
Joe Orton
2019-09-13
1
-166
/
+205
*
restore use of global mutex under !APR_HAS_THREADS
Eric Covener
2019-08-30
3
-9
/
+1
*
* Lock the worker, not the balancer. We even do not know if we have a balancer
Ruediger Pluem
2019-08-29
1
-2
/
+2
*
lognos
Eric Covener
2019-08-26
1
-6
/
+6
*
PR63503: fix pool concurrency problems in mod_proxy
Eric Covener
2019-08-26
1
-5
/
+29
*
remove APR_HAS_THREADS check
Eric Covener
2019-08-26
1
-4
/
+0
*
no-op PROXY_THREAD_LOCK if !APR_HAS_THREADS
Eric Covener
2019-08-26
1
-0
/
+5
*
leave a hint about session expiration at TRACE2
Eric Covener
2019-08-25
1
-0
/
+1
*
PR63688 balancer csrf problems
Eric Covener
2019-08-23
1
-1
/
+1
*
mod_ssl: OCSP does not apply to proxy mode, fix verify context.
Yann Ylavic
2019-08-23
1
-2
/
+2
*
Increase the maximum length of strings that can be cached by the module from ...
Christophe Jaillet
2019-08-18
1
-1
/
+1
*
Include for mod_status.h
Steffen Land
2019-08-11
1
-2
/
+2
[next]