index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
These need to be signed longs... cast as needed.
Jim Jagielski
2018-08-27
2
-5
/
+5
*
better struct layout ...
Jim Jagielski
2018-08-24
1
-5
/
+5
*
optimize struct layout
Jim Jagielski
2018-08-24
1
-4
/
+4
*
update field comment
Jim Jagielski
2018-08-24
1
-1
/
+1
*
Update updated field at the start of the check rather than at the end.
Jim Jagielski
2018-08-24
1
-1
/
+1
*
Save some cycle.
Christophe Jaillet
2018-08-18
1
-9
/
+11
*
mod_proxy: Improve the balancer member data shown
Rainer Jung
2018-08-07
1
-6
/
+14
*
If ProxyPassReverse is used for reverse mapping of relative redirects, subseq...
Christophe Jaillet
2018-08-01
1
-2
/
+6
*
http: Enforce consistently no response body with both 204 and 304 statuses.
Yann Ylavic
2018-07-30
1
-4
/
+1
*
mod_proxy_http: follow up to r1836588: nonblocking read for 100-continue body.
Yann Ylavic
2018-07-30
1
-3
/
+2
*
mod_proxy_http: follow up to r1836588: fix drop of spurious 100 responses.
Yann Ylavic
2018-07-26
1
-3
/
+4
*
mod_proxy_http: follow up to r1836588/r1836648: handle unread 100-continue.
Yann Ylavic
2018-07-26
1
-23
/
+44
*
mod_proxy_http: follow up to r1836588: avoid 100-continue responses from core.
Yann Ylavic
2018-07-25
2
-23
/
+48
*
* ap_proxy_balancer_get_best_worker cannot be exported and used as an optional
Ruediger Pluem
2018-07-25
5
-12
/
+24
*
mod_proxy_http: forward 100-continue.
Yann Ylavic
2018-07-24
1
-262
/
+327
*
* Add missing log numbers
Ruediger Pluem
2018-07-20
3
-3
/
+3
*
* Always retrieve conditional function. static variable might contain garbage...
Ruediger Pluem
2018-07-20
3
-20
/
+14
*
* Remove invalid copy and paste comments
Ruediger Pluem
2018-07-20
2
-8
/
+0
*
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
Ruediger Pluem
2018-07-20
5
-3
/
+90
*
mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
Yann Ylavic
2018-07-19
1
-18
/
+30
*
Fix some style issue to improve readability:
Christophe Jaillet
2018-06-23
1
-8
/
+14
*
Follow-up to r1754161
Christophe Jaillet
2018-06-23
1
-1
/
+1
*
Add default schema ports for websockets
Jim Jagielski
2018-06-21
1
-0
/
+2
*
* modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config):
Joe Orton
2018-06-06
1
-2
/
+1
*
* modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpool
Joe Orton
2018-06-05
1
-1
/
+2
*
mod_proxy_balancer: follow up to r1828890: indentation and 80 col.
Yann Ylavic
2018-05-29
3
-8
/
+11
*
All error handling paths of this function call 'apr_brigade_destroy()' , exce...
Christophe Jaillet
2018-05-27
1
-0
/
+1
*
All error handling paths of this function call 'apr_socket_close()' , except ...
Christophe Jaillet
2018-05-27
1
-0
/
+1
*
In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'...
Christophe Jaillet
2018-05-26
1
-48
/
+54
*
mod_proxy_balancer: clear slotmem slots' inuse flags from persisted files.
Yann Ylavic
2018-05-20
1
-1
/
+1
*
Revert r1831218, the API garantees slotmem_attach() is called in child_init().
Yann Ylavic
2018-05-11
1
-3
/
+15
*
mod_proxy_balancer: follow up to r1830800.
Yann Ylavic
2018-05-09
1
-1
/
+1
*
Axe ap_rgetline_core(), not used anymore.
Yann Ylavic
2018-04-22
2
-2
/
+2
*
Delay some memory allocation.
Christophe Jaillet
2018-04-20
1
-1
/
+2
*
mod_proxy_http: follow up to r1829573: remain EBCDIC friendly.
Yann Ylavic
2018-04-20
1
-1
/
+1
*
mod_proxy_http: make use of AP_GETLINE_NOSPC_EOL in ap_proxygetline().
Yann Ylavic
2018-04-19
1
-41
/
+24
*
add log id for r1828926
Eric Covener
2018-04-11
1
-1
/
+1
*
PR62199: add worker parameter ResponseFieldSize to mod_proxy
Eric Covener
2018-04-11
3
-8
/
+62
*
mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...
Jim Riggs
2018-04-11
7
-232
/
+193
*
needs mod_http2.h
Gregg Lewis Smith
2018-04-06
1
-2
/
+2
*
Fix some typos reported in PR 59998
Christophe Jaillet
2018-03-24
1
-1
/
+1
*
Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch().
Yann Ylavic
2018-03-09
1
-7
/
+6
*
Follow up to r1609680: simpler/faster ap_proxy_strcmp_ematch().
Yann Ylavic
2018-03-09
1
-3
/
+5
*
Set the notice when hostname is too long for legacy proxy modules to info level.
Graham Leggett
2018-02-16
1
-1
/
+1
*
Tone down the message that worker hostname is too long noting it only
Graham Leggett
2018-02-16
1
-4
/
+5
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
8
-40
/
+49
*
mod_proxy_fcgi: prioritize the check for mayflush when using flushpackets
Luca Toscano
2018-02-11
1
-4
/
+4
*
mod_proxy_balancer: follow up tp r1822509.
Yann Ylavic
2018-02-08
1
-10
/
+117
*
too-long worker schemes and/or hostnames are no longer fatal errors
Jim Jagielski
2018-02-07
1
-2
/
+4
*
mod_proxy: follow up to r1822849 and r1822879.
Yann Ylavic
2018-02-01
1
-5
/
+7
[next]