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
*
OK, instead of an igly hack, just use the normal
Jim Jagielski
2008-12-08
3
-30
/
+20
*
Explain some things
Jim Jagielski
2008-12-08
1
-0
/
+9
*
Force the lbmethod submodules to be loaded AFTER
Jim Jagielski
2008-12-08
2
-20
/
+22
*
Make the max time from when we last saw a host a compile time option.
Paul Querna
2008-12-05
1
-1
/
+8
*
Import the core parts of the DTrace patch. This is a modified and updated
Paul Querna
2008-12-05
1
-0
/
+2
*
All lbmethods are now ind submodules...
Jim Jagielski
2008-12-03
2
-308
/
+1
*
Allow for ind lbs to build
Jim Jagielski
2008-12-03
1
-0
/
+7
*
Add in independent bytraffic lbmethod
Jim Jagielski
2008-12-03
1
-0
/
+132
*
Add in independent byrequests lbmethod
Jim Jagielski
2008-12-03
1
-0
/
+165
*
Add in independent bybusyness lbmethod
Jim Jagielski
2008-12-03
1
-0
/
+129
*
And allow for the submod to be built
Jim Jagielski
2008-12-03
5
-368
/
+17
*
And move the HB balancer there
Jim Jagielski
2008-12-03
1
-0
/
+364
*
Add the new modules to the netware build
Bradley Nicholes
2008-12-01
2
-0
/
+271
*
Add a new module to read in the heartbeat file and do load balancing for
Paul Querna
2008-12-01
2
-0
/
+368
*
* Rip out the old flushing approach for solving lifetime issues between the
Ruediger Pluem
2008-11-08
4
-119
/
+81
*
Ummm why bother setting vars if we are bailing?
Jim Jagielski
2008-11-03
1
-5
/
+5
*
* Use distinct char pointers for sending and receiving buffers to avoid
Ruediger Pluem
2008-11-01
1
-2
/
+3
*
* save_table needs to be declared first before it can be used.
Ruediger Pluem
2008-10-24
1
-1
/
+3
*
AJP was dropping pre-existing cookies. Use same logic
Jim Jagielski
2008-10-24
1
-1
/
+14
*
Fix the io buffersize code. Have the docs match the code
Jim Jagielski
2008-10-23
1
-3
/
+8
*
Remove potential for memory leak... allocate on this
Jim Jagielski
2008-10-22
1
-17
/
+7
*
* There are no subrequests which have itself as parent.
Ruediger Pluem
2008-10-22
1
-1
/
+1
*
* Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thus
Ruediger Pluem
2008-10-22
1
-70
/
+0
*
* Improve the way to detect whether buckets in the filter chain need to be
Ruediger Pluem
2008-10-22
1
-43
/
+98
*
ap_proxy_determine_connection modifies the url if we are retrying the result ...
Jean-Frederic Clere
2008-10-20
1
-2
/
+3
*
* Add the possibility to set the worker parameters connectiontimeout and ping
Ruediger Pluem
2008-10-15
1
-14
/
+87
*
* Revert r703998.
Ruediger Pluem
2008-10-15
1
-18
/
+0
*
* Make the connection timeout to backends work by temporarily setting the
Ruediger Pluem
2008-10-13
1
-0
/
+18
*
For timeouts, behave as before and not drop.
Jim Jagielski
2008-09-20
1
-2
/
+9
*
Allow for the smax param to be 0, so that all connections
Jim Jagielski
2008-09-19
2
-2
/
+4
*
Always send body (zero size at least) whenever C-L is present in the request
Mladen Turk
2008-09-18
1
-0
/
+45
*
* If CPING fails retry once more with a fresh TCP connection. If this fails
Ruediger Pluem
2008-09-09
1
-32
/
+43
*
Allow determination of whether to use ';' as
Jim Jagielski
2008-08-21
3
-3
/
+20
*
Add in additional logging and use correct formats
Jim Jagielski
2008-08-19
1
-4
/
+13
*
Remove trailing path element, ala ./jk/native/common/jk_lb_worker.c,
Jim Jagielski
2008-08-18
1
-1
/
+1
*
Add in bybusyness LB method, via Joel Gluth in
Jim Jagielski
2008-08-18
1
-0
/
+102
*
Add comment on why the cast is safe and does not result
Jim Jagielski
2008-08-18
1
-0
/
+1
*
We are really looking for the scheme here... so be consistant
Jim Jagielski
2008-08-18
1
-2
/
+2
*
typo
Jim Jagielski
2008-08-18
1
-1
/
+1
*
comment tweak
Jeff Trawick
2008-08-12
1
-1
/
+1
*
* Introduce environment variable proxy-initial-not-pooled to avoid reusing
Ruediger Pluem
2008-08-09
2
-0
/
+18
*
* Add the possibility to set a separate connection timeout for backend
Ruediger Pluem
2008-08-09
3
-2
/
+28
*
* Move nonce field inside the html form.
Ruediger Pluem
2008-08-06
1
-1
/
+2
*
* Prevent XSS attacks when using wildcards in the path of the FTP URL
Ruediger Pluem
2008-08-05
1
-0
/
+1
*
* Remove call to apr_reslist_destroy. With the latest trunk version of
Ruediger Pluem
2008-08-04
1
-1
/
+0
*
* Construct a site in the reverse proxy case when there is non.
Ruediger Pluem
2008-07-30
1
-0
/
+7
*
* Ensure that the SSL filters are not inserted on FTP data connections even
Ruediger Pluem
2008-07-22
1
-0
/
+5
*
move back to inner loop... fails otherwise
Jim Jagielski
2008-06-10
1
-1
/
+3
*
Patch for CVE-2008-2364...
Jim Jagielski
2008-06-10
1
-5
/
+28
*
Catch up with a host of changes to the current module set
William A. Rowe Jr
2008-06-07
1
-0
/
+111
[next]