index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix case where a shared keepalive connection results in
Jim Jagielski
2005-11-29
1
-3
/
+13
*
Fix typo in ProxyStatus syntax error message.
Jeff Trawick
2005-11-16
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
10
-247
/
+247
*
Move to a different impl which was my 1st concept and that which
Jim Jagielski
2005-11-01
1
-21
/
+15
*
Fix a problem where we are doing a case insensitive
Jim Jagielski
2005-10-31
1
-2
/
+28
*
* Fix PR36906 by not lower caseing the whole worker name. Only lower case the
Ruediger Pluem
2005-10-25
2
-1
/
+1
*
* Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) by
Ruediger Pluem
2005-10-21
1
-4
/
+64
*
* Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter
Ruediger Pluem
2005-10-21
4
-17
/
+143
*
* Style fixes: Add line breaks for lines that are too long. No functional cha...
Ruediger Pluem
2005-10-17
1
-5
/
+10
*
* Style fixes: Spaces, comments, typos. No functional change.
Ruediger Pluem
2005-10-16
1
-50
/
+56
*
* Cleanup: Remove dead code. No functional change.
Ruediger Pluem
2005-10-16
1
-36
/
+1
*
Performance Tune: Do the cheap and fast length check before
Jim Jagielski
2005-10-12
1
-3
/
+3
*
Fix -Wall warning... Thanks to Joe for the head's up!
Jim Jagielski
2005-10-12
1
-2
/
+2
*
mod_proxy_balancer: BalancerManager and proxies correctly handle
Jim Jagielski
2005-10-11
2
-29
/
+36
*
* Fix a declaration problem introduced in r195013 that is C99 but not ANSI C
Ruediger Pluem
2005-10-09
1
-1
/
+3
*
* Fix PR36883 (mod_proxy_ajp and tomcat issues).
Ruediger Pluem
2005-10-07
1
-41
/
+48
*
mod_proxy_connect: Fix high CPU loop on systems like UnixWare which
Jeff Trawick
2005-10-06
1
-1
/
+3
*
* Fix PR36507 (mod_proxy_balancer does not handle sticky sessions with
Ruediger Pluem
2005-10-05
1
-1
/
+12
*
* Fix style nits (whitespaces / formats of comments). No Functional changes.
Ruediger Pluem
2005-10-03
1
-74
/
+104
*
* run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLE
Ruediger Pluem
2005-10-02
1
-2
/
+16
*
de-ref bug - balancer is always not null since it's &balancer
Jim Jagielski
2005-09-29
1
-1
/
+1
*
gcc -Wall fix: depending on signedness of char.
Jim Jagielski
2005-09-10
1
-2
/
+2
*
* modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gcc
Joe Orton
2005-09-10
2
-2
/
+4
*
Proxy balancer lbmethods are now registered as providers and not
Jim Jagielski
2005-09-09
4
-220
/
+196
*
Remove proxy_hook_load_lbmethods from Netware export list
Bradley Nicholes
2005-09-08
1
-1
/
+0
*
Minor nit. Methods are server-wide, so simply use the base version table.
Jim Jagielski
2005-09-07
1
-1
/
+1
*
Restruct of lbmethod find-best algo's, bypassing hook mechanism.
Jim Jagielski
2005-09-07
4
-189
/
+182
*
Some simple debugging log entries
Jim Jagielski
2005-08-31
1
-1
/
+10
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-28
3
-6
/
+28
*
Arghhh.... missed the version. Sorry for the noise.
Mladen Turk
2005-08-19
1
-8
/
+0
*
Revert the hack for setting the lbmethod.
Mladen Turk
2005-08-19
1
-7
/
+8
*
Temporary make balancer working.
Mladen Turk
2005-08-19
1
-0
/
+7
*
Add proxy_hook_load_lbmethods to the export and imports lists for the Netware...
Bradley Nicholes
2005-08-15
2
-0
/
+2
*
When using the LB Balancer manager, if you disabled
Jim Jagielski
2005-08-12
1
-5
/
+10
*
Get rid of some warnings
Martin Kraemer
2005-08-12
1
-3
/
+5
*
simple, functional interface to add additional balancer lb selection methods
Jim Jagielski
2005-08-12
4
-57
/
+129
*
Fix mess left by incompleteness of previous ProxyPassReverse fix
Nick Kew
2005-08-12
5
-15
/
+17
*
Fix build error from cut&paste
Nick Kew
2005-08-11
1
-3
/
+4
*
Fix ProxyPassReverse & family to work correctly in <Location>
Nick Kew
2005-08-10
3
-34
/
+39
*
* modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.
Joe Orton
2005-08-09
1
-1
/
+1
*
Hopefully, address the last edge case where status may
William A. Rowe Jr
2005-08-09
1
-1
/
+2
*
Remove the base href tag from mod_proxy_ftp, as it breaks relative
Graham Leggett
2005-08-09
1
-2
/
+1
*
Two blank lines for clarity; whitespace only change.
William A. Rowe Jr
2005-08-08
1
-0
/
+2
*
We already accept 80 bytes less than the client body's anticipated
William A. Rowe Jr
2005-08-08
1
-1
/
+1
*
Drop an impossible case; the while() loop already protected us
William A. Rowe Jr
2005-08-08
1
-7
/
+0
*
Fix a double-termination case in svn trunk/; we terminated the
William A. Rowe Jr
2005-08-08
1
-1
/
+0
*
An impossible-to-hit edge case today; we described the request
William A. Rowe Jr
2005-08-08
1
-13
/
+14
*
Add status param option so that current worker
Mladen Turk
2005-07-28
3
-2
/
+41
*
* modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix format
Joe Orton
2005-07-25
1
-1
/
+4
*
Yet another snafu in body handling. We need to clearly avoid any
William A. Rowe Jr
2005-07-18
1
-18
/
+40
[next]