index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_proxy_ajp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Use iobuffersize set on worker level for the IO buffer size.
Ruediger Pluem
2024-11-26
1
-0
/
+3
*
mod_proxy: Handle backend address renewal with address_ttl= parameter.
Yann Ylavic
2023-09-21
1
-23
/
+12
*
mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.
Yann Ylavic
2023-03-31
1
-6
/
+13
*
* Whitespace fixes. No functional change.
Ruediger Pluem
2023-03-22
1
-1
/
+1
*
Do not double encode encoded slashes
Ruediger Pluem
2023-03-13
1
-2
/
+5
*
mod_proxy: Check the query-string for proxy-noencode too.
Yann Ylavic
2023-03-10
1
-10
/
+10
*
don't forward invalid query strings
Eric Covener
2023-03-05
1
-0
/
+10
*
mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.
Yann Ylavic
2023-03-02
1
-0
/
+4
*
cleanup on error
Eric Covener
2023-01-10
1
-0
/
+2
*
mod_proxy_ajp: T-E has precedence over C-L.
Yann Ylavic
2022-06-01
1
-3
/
+12
*
*) mod_proxy: Add backend port to log messages to
Rainer Jung
2022-04-19
1
-12
/
+18
*
mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.
Yann Ylavic
2021-09-24
1
-6
/
+3
*
Add CPING to health check logic.
Jean-Frederic Clere
2021-03-10
1
-0
/
+1
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
1
-9
/
+10
*
mod_proxy_http: axe ap_proxy_should_override() duplicate checks.
Yann Ylavic
2020-05-13
1
-2
/
+1
*
PR63628: individual status codes for ProxyErrorOverride.
Eric Covener
2020-04-11
1
-5
/
+5
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
All error handling paths of this function call 'apr_brigade_destroy()' , exce...
Christophe Jaillet
2018-05-27
1
-0
/
+1
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
1
-6
/
+6
*
Make sure that ajp behaves like http.
Jean-Frederic Clere
2017-09-05
1
-0
/
+1
*
[mod_proxy_]http: follow up to r1750392.
Yann Ylavic
2016-08-12
1
-2
/
+4
*
Revert r1756064 and r1756060 until fixed (tests framework passes).
Yann Ylavic
2016-08-12
1
-4
/
+2
*
[mod_proxy_]http: follow up to r1750392.
Yann Ylavic
2016-08-12
1
-2
/
+4
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-2
/
+2
*
mod_proxy: follow up to r1750392.
Yann Ylavic
2016-06-28
1
-2
/
+2
*
mod_proxy_{http,ajp,fcgi}}: don't reuse backend connections with data available
Yann Ylavic
2016-06-27
1
-0
/
+1
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-3
/
+3
*
mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
Yann Ylavic
2016-04-13
1
-1
/
+5
*
mod_proxy: axe negative "ping" parameter setting and handling.
Yann Ylavic
2016-02-10
1
-33
/
+18
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-3
/
+3
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-3
/
+3
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-3
/
+3
*
mod_proxy: follow up to r1681694.
Yann Ylavic
2015-06-01
1
-0
/
+5
*
mod_proxy_ajp: Rename output_failed to client_failed in ap_proxy_ajp_request().
Yann Ylavic
2015-04-16
1
-12
/
+12
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-8
/
+3
*
mod_proxy(es): Avoid error response/document handling by the core if some
Yann Ylavic
2015-02-06
1
-6
/
+16
*
mod_proxy_ajp: Fix get_content_length().
Rainer Jung
2015-01-02
1
-4
/
+1
*
mod_proxy_ajp: follow up to r1643537.
Yann Ylavic
2014-12-06
1
-1
/
+2
*
* mod_proxy_ajp: Fix client connection errors handling and logged status
Yann Ylavic
2014-12-06
1
-9
/
+26
*
Use 'apr_table_setn' instead of 'apr_table_set' when possible in order to sav...
Christophe Jaillet
2014-03-18
1
-1
/
+1
*
mod_proxy_ajp: remove AJP_EBAD_METHOD, it is not used since r1435178
Jan Kaluža
2014-01-22
1
-3
/
+1
*
We were not being consistent between http and others
Jim Jagielski
2013-11-16
1
-2
/
+7
*
ping tuning via Yann Ylavic <ylavic.dev@gmail.com>
Jim Jagielski
2013-10-09
1
-2
/
+6
*
fill in missing message numbers in APLOGNO() invocations
Jeff Trawick
2013-09-17
1
-1
/
+1
*
typo
Jim Jagielski
2013-08-23
1
-1
/
+1
*
Allow for a simple socket check in addition to the
Jim Jagielski
2013-08-23
1
-16
/
+29
*
Add failontimeout to allow server admin to mark balancer member in err if IO ...
Daniel Ruggeri
2013-04-09
1
-0
/
+1
*
* If we face a timeout during receiving the response from the backend and if
Ruediger Pluem
2012-10-15
1
-1
/
+10
*
Fix closing the back end connection in case of error.
Rainer Jung
2012-08-16
1
-13
/
+13
*
Use short lived pool to avoid memory leaks
Stefan Fritsch
2012-05-05
1
-18
/
+4
[next]