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_http.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some spaces between some return statements and ';' + fix a strange fo...
Christophe Jaillet
2015-04-14
1
-7
/
+6
*
mod_proxy_http: Use the "Connection: close" header for requests to
Yann Ylavic
2015-02-10
1
-1
/
+1
*
mod_proxy_http: Don't expect the backend to ack the "Connection: close" to
Yann Ylavic
2015-02-10
1
-4
/
+6
*
mod_proxy(es): Avoid error response/document handling by the core if some
Yann Ylavic
2015-02-06
1
-4
/
+4
*
mod_proxy_http: don't connect or reuse backend before prefetching request body.
Yann Ylavic
2015-02-01
1
-128
/
+261
*
Switch preference for headers, Transfer-Encoding
Rainer Jung
2014-08-25
1
-4
/
+4
*
PR53420: Proxy responses with error status and
Rainer Jung
2014-08-02
1
-0
/
+12
*
*) SECURITY: CVE-2013-5704 (cve.mitre.org)
Eric Covener
2014-07-15
1
-0
/
+18
*
SECURITY (CVE-2014-0117): Fix a crash in mod_proxy. In a reverse
Joe Orton
2014-07-15
1
-1
/
+7
*
mod_proxy_http: avoid (unlikely) access to freed memory.
Yann Ylavic
2014-06-03
1
-1
/
+0
*
mod_proxy: Preserve original request headers even if they differ
Yann Ylavic
2014-04-18
1
-9
/
+2
*
mod_proxy_http: Add detach_backend hook.
Jeff Trawick
2014-04-11
1
-0
/
+13
*
Use 'apr_table_setn' instead of 'apr_table_set' when possible in order to sav...
Christophe Jaillet
2014-03-18
1
-1
/
+1
*
fix spelling
Jeff Trawick
2014-03-10
1
-1
/
+1
*
Redo what was reverted in r1572627.
Yann Ylavic
2014-02-27
1
-19
/
+4
*
Revert r1572606 for the time being since backport would conflict with 2.4.x's...
Yann Ylavic
2014-02-27
1
-4
/
+19
*
Don't reuse a SSL backend connection whose SNI differs. PR 55782.
Yann Ylavic
2014-02-27
1
-19
/
+4
*
Avoid useless functions calls.
Yann Ylavic
2014-02-27
1
-1
/
+0
*
Log an error in mod_proxy_http when reading the request body fails.
Yann Ylavic
2014-02-21
1
-0
/
+18
*
mod_proxy_http: don't recycle backend connections known to be closed (eg. EOS...
Yann Ylavic
2014-02-14
1
-0
/
+1
*
Cleanup the bb brigade, because buckets inserted to it can be created from
Jan Kaluža
2013-12-11
1
-0
/
+4
*
We were not being consistent between http and others
Jim Jagielski
2013-11-16
1
-2
/
+1
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_request): Use the same
Joe Orton
2013-10-21
1
-1
/
+1
*
ping tuning via Yann Ylavic <ylavic.dev@gmail.com>
Jim Jagielski
2013-10-09
1
-14
/
+20
*
fill in missing message numbers in APLOGNO() invocations
Jeff Trawick
2013-09-17
1
-1
/
+1
*
Save a few cycles
Christophe Jaillet
2013-08-23
1
-1
/
+1
*
Allow for a simple socket check in addition to the
Jim Jagielski
2013-08-23
1
-1
/
+13
*
mod_proxy_http: Make the proxy-interim-response environment variable
Graham Leggett
2013-05-15
1
-1
/
+5
*
core: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett
2013-05-14
1
-34
/
+32
*
mod_proxy, mod_proxy_http: Connection headers must be stripped on the way
Graham Leggett
2013-05-13
1
-31
/
+34
*
mod_proxy: Ensure network errors detected by the proxy are returned as
Graham Leggett
2013-05-07
1
-2
/
+2
*
Add failontimeout to allow server admin to mark balancer member in err if IO ...
Daniel Ruggeri
2013-04-09
1
-0
/
+1
*
axe unused variable dconf (since r1453875)
Jeff Trawick
2013-03-13
1
-3
/
+0
*
Pull out duplicated code to proxy_util...
Jim Jagielski
2013-03-07
1
-275
/
+14
*
* A limit of zero means unlimited for LimitRequestBody.
Ruediger Pluem
2013-01-16
1
-1
/
+1
*
Fix closing the back end connection in case of error.
Rainer Jung
2012-08-16
1
-10
/
+11
*
* Use the the same hostname for SNI as for the HTTP request when forwarding
Ruediger Pluem
2012-05-04
1
-1
/
+17
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):
Joe Orton
2012-02-10
1
-2
/
+3
*
Further clarify the naming of the entity that directly connects to us by
Graham Leggett
2011-12-14
1
-7
/
+7
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-3
/
+3
*
mod_proxy: Remove ap_proxy_make_fake_req() from the public API.
Graham Leggett
2011-12-03
1
-1
/
+37
*
mod_proxy: Remove ap_proxy_date_canon() from the public API.
Graham Leggett
2011-12-03
1
-1
/
+24
*
mod_proxy: Remove ap_proxy_buckets_lifetime_transform() from the public API.
Graham Leggett
2011-12-03
1
-1
/
+51
*
mod_proxy: Remove ap_proxy_liststr(), it duplicates ap_find_token().
Graham Leggett
2011-12-03
1
-3
/
+2
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-33
/
+33
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-6
/
+6
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-1
/
+1
*
great proxy logging cleanup:
Stefan Fritsch
2011-11-18
1
-106
/
+93
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-11
/
+11
*
mod_proxy_http, mod_proxy_connect: Add 'proxy-status' and 'proxy-source-port'
Stefan Fritsch
2011-08-05
1
-0
/
+4
[next]