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
/
mod_proxy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-1
/
+1
*
simplify the BalancerMember load factor weighting. Instead of
Jim Jagielski
2004-12-16
1
-2
/
+2
*
"transfered" is not a word.
Cliff Woolley
2004-12-14
1
-2
/
+2
*
grammatical parameter change... "readed" -> "read"
Jim Jagielski
2004-12-14
1
-2
/
+2
*
Make proxy address cache thread safe and available only
Mladen Turk
2004-12-14
1
-0
/
+4
*
Add generic reverse proxy worker so that module-driven reverse proxying works...
Mladen Turk
2004-12-01
1
-0
/
+14
*
Merge the proxy_status too. Thanks to Christian von Rouques for the patch.
Mladen Turk
2004-10-14
1
-0
/
+1
*
Use apr_strftime instead our own format_byte_out function.
Mladen Turk
2004-09-29
1
-24
/
+5
*
Make sure that we don't increase balancer worker count on
Mladen Turk
2004-09-28
1
-0
/
+2
*
Initialize workers for every virtual server not just for default one.
Mladen Turk
2004-09-26
1
-19
/
+22
*
Remove proxy_runtime_worker and make the things simpler by
Mladen Turk
2004-09-26
1
-28
/
+48
*
Display worker status under server-status
Mladen Turk
2004-09-16
1
-5
/
+14
*
Add maximum nuber of attempts for failover and run scheme handler
Mladen Turk
2004-09-16
1
-64
/
+91
*
Register output function so that core can retrieve it and set
Mladen Turk
2004-09-15
1
-1
/
+3
*
Add more comments to the code -- No functional change.
Mladen Turk
2004-09-11
1
-1
/
+43
*
Do not add forward proxy to other proxies. Use new function to
Mladen Turk
2004-09-11
1
-9
/
+7
*
Initialize the forward proxy worker too.
Mladen Turk
2004-09-10
1
-0
/
+3
*
Just like for balancers initialize the workers on post_config
Mladen Turk
2004-09-10
1
-1
/
+12
*
Add PROXY_WORKER_IGNORE_ERRORS flags that
Mladen Turk
2004-09-09
1
-6
/
+9
*
Add 'default' foward proxy worker to the proxy_server_conf.
Mladen Turk
2004-09-09
1
-0
/
+11
*
remove unused variables and fix some compiler warnings about const
André Malo
2004-08-26
1
-1
/
+1
*
Add pool used for allocating proxy_server_conf to that struct.
Mladen Turk
2004-08-26
1
-1
/
+2
*
Untabify the code. Have no idea who put all those tabs in sources.
Mladen Turk
2004-08-25
1
-13
/
+13
*
Added ProxySet directive (can be rename to something else).
Mladen Turk
2004-08-25
1
-21
/
+89
*
Remove BalancerStickySession directive.
Mladen Turk
2004-08-25
1
-35
/
+0
*
Clean up some bogus error messages.
Justin Erenkrantz
2004-08-24
1
-2
/
+4
*
Prevent / beeing accepted wrongly by the proxy when having for example:
Jean-Frederic Clere
2004-08-18
1
-0
/
+7
*
fix format string mismatch (int vs. apr_time_t)
Jeff Trawick
2004-08-13
1
-1
/
+1
*
Small status displaying fix.
William A. Rowe Jr
2004-08-11
1
-1
/
+1
*
Added proxy status for conf, and elected member to runtime worker
William A. Rowe Jr
2004-08-11
1
-2
/
+129
*
Make sure that if the pre_request was called that the post_request
William A. Rowe Jr
2004-08-11
1
-6
/
+9
*
Use the pool for add_worker call.
William A. Rowe Jr
2004-08-11
1
-1
/
+1
*
Add pool to functions for setting worker and balancer parameters.
William A. Rowe Jr
2004-08-11
1
-7
/
+18
*
Fix some config checking params.
William A. Rowe Jr
2004-08-11
1
-9
/
+9
*
Change the scheme handler hook to include worker.
William A. Rowe Jr
2004-08-11
1
-9
/
+10
*
Added KeepAlive worker option.
William A. Rowe Jr
2004-08-11
1
-0
/
+9
*
Added iobuffersize and receivebuffersize to be worker specific.
William A. Rowe Jr
2004-08-11
1
-14
/
+36
*
Added timeout_set for worker. Each worker can have a different timeout
William A. Rowe Jr
2004-08-11
1
-2
/
+9
*
Added acquire timeout for obtaining resources from reslist.
William A. Rowe Jr
2004-08-11
1
-1
/
+8
*
Remove proxy_mdule_conf.
William A. Rowe Jr
2004-08-11
1
-24
/
+0
*
Remove proxy_conn struct and add it's params to proxy_conn_rec.
William A. Rowe Jr
2004-08-11
1
-8
/
+8
*
Add worker timeout inherited from ProxyTimeout.
William A. Rowe Jr
2004-08-11
1
-0
/
+4
*
Remove unusable code. The constructor and destructor will
William A. Rowe Jr
2004-08-11
1
-13
/
+4
*
Use pre_pequest function and set proxy_module_conf bound to client
William A. Rowe Jr
2004-08-11
1
-7
/
+45
*
dup real and fake
William A. Rowe Jr
2004-08-11
1
-2
/
+2
*
Add pre_request and post_request proxy hooks.
William A. Rowe Jr
2004-08-11
1
-1
/
+28
*
Remove all worker/balancer API's to proxy_util.
William A. Rowe Jr
2004-08-11
1
-205
/
+0
*
Added API for creating balancers.
William A. Rowe Jr
2004-08-11
1
-17
/
+88
*
Use RAW_ARGS instead ITERATE.
William A. Rowe Jr
2004-08-11
1
-23
/
+67
*
Move worker params parsing to a separate function.
William A. Rowe Jr
2004-08-11
1
-11
/
+49
[next]