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
...
*
* modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,
Joe Orton
2004-11-11
1
-16
/
+9
*
* modules/proxy/proxy_connect.c (proxy_connect_handler,
Joe Orton
2004-11-11
1
-15
/
+8
*
Remove double calculation of tranfered bytes to backend.
Mladen Turk
2004-10-31
1
-1
/
+0
*
Do not use reslist if it wasn't created. This fixes cases on prefork with
Mladen Turk
2004-10-16
1
-1
/
+1
*
Merge the proxy_status too. Thanks to Christian von Rouques for the patch.
Mladen Turk
2004-10-14
1
-0
/
+1
*
Use plain apr/apr-util for ajp.
Mladen Turk
2004-09-30
2
-12
/
+19
*
The name of the module is mod_proxy not mpm_proxy.
Mladen Turk
2004-09-29
1
-1
/
+1
*
No need to call the ap_proxy_initialize_worker when initializing
Mladen Turk
2004-09-29
1
-11
/
+7
*
Use apr_strftime instead our own format_byte_out function.
Mladen Turk
2004-09-29
1
-24
/
+5
*
Add server_rec to initialize_worker_share so that it get's
Mladen Turk
2004-09-29
2
-10
/
+22
*
Reformat code to no tab and no CR-LF
Mladen Turk
2004-09-28
6
-2546
/
+2546
*
Make sure that we don't increase balancer worker count on
Mladen Turk
2004-09-28
4
-2454
/
+2463
*
Initialize workers for every virtual server not just for default one.
Mladen Turk
2004-09-26
2
-29
/
+35
*
Use the Christian von Roques's idea that makes the election mechanism
Mladen Turk
2004-09-26
1
-214
/
+197
*
Count the bytes trasfered and readed so we can display the actual
Mladen Turk
2004-09-26
2
-7
/
+23
*
Remove proxy_runtime_worker and make the things simpler by
Mladen Turk
2004-09-26
3
-72
/
+124
*
Remove useless C++ comment.
Jean-Frederic Clere
2004-09-17
1
-1
/
+0
*
Remove duplicate logging from alloc and send data_msg.
Mladen Turk
2004-09-17
3
-18
/
+10
*
Remove logging inside ajp_send_data_msg. If send fails it is logged
Mladen Turk
2004-09-17
1
-8
/
+1
*
Do not check if the input sock param is NULL. It's already checked before
Mladen Turk
2004-09-17
1
-11
/
+2
*
Make worker retry algorithm much simpler removing incremental
Mladen Turk
2004-09-17
2
-12
/
+7
*
Add failover attempts management to balancer-manager.
Mladen Turk
2004-09-16
1
-2
/
+12
*
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
2
-64
/
+94
*
Do not set shared data from previous worker if ap_get_scoreboard_lb fails.
Mladen Turk
2004-09-15
1
-2
/
+3
*
Fix core dump on WIN32 caused by the fact that there is no way to run a
Mladen Turk
2004-09-15
1
-1
/
+2
*
Fix worker retries and limit default retry timeout to 10 minutes.
Mladen Turk
2004-09-15
1
-7
/
+11
*
Worker shared data has to be visible across all child processes,
Mladen Turk
2004-09-15
1
-12
/
+5
*
Register output function so that core can retrieve it and set
Mladen Turk
2004-09-15
3
-4
/
+5
*
* modules/proxy/proxy_http.c (proxy_http_handler, proxy_http_canon):
Joe Orton
2004-09-14
1
-13
/
+7
*
* modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variable
Joe Orton
2004-09-14
1
-0
/
+2
*
* modules/proxy/proxy_ajp.c (proxy_ajp_handler, proxy_ajp_canon): Drop
Joe Orton
2004-09-14
1
-14
/
+7
*
Fix typo -- uri is constructed when there is no proxy in chain.
Mladen Turk
2004-09-13
1
-1
/
+1
*
No need to allocate hostname on each request for
Mladen Turk
2004-09-13
1
-6
/
+9
*
Always use prive connection pool for allocation, and call
Mladen Turk
2004-09-13
4
-12
/
+11
*
* modules/proxy/ajp_msg.c (ajp_msg_dump): Cast apr_size_t to unsigned
Joe Orton
2004-09-13
1
-1
/
+1
*
Add more comments to the code -- No functional change.
Mladen Turk
2004-09-11
1
-1
/
+43
*
Add more comments to the code -- No functional change.
Mladen Turk
2004-09-11
1
-31
/
+88
*
Use worker as a parameter for connection_constructor.
Mladen Turk
2004-09-11
1
-8
/
+6
*
Fix format string warnings in proxy_ajp on 64-bit platforms:
Joe Orton
2004-09-11
4
-70
/
+43
*
Do not add forward proxy to other proxies. Use new function to
Mladen Turk
2004-09-11
3
-9
/
+24
*
Remove the unused close_connection function.
Mladen Turk
2004-09-11
2
-18
/
+0
*
Make sure that the connection pool cleanup is called before
Mladen Turk
2004-09-11
1
-9
/
+14
*
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
3
-16
/
+26
*
Initialize the balancer on child_init instead on first request to skip
Mladen Turk
2004-09-10
1
-10
/
+18
*
Include unistd.h for getpid.
Mladen Turk
2004-09-10
1
-0
/
+4
*
Fix compile time warnings (logging pointer and unused var).
Mladen Turk
2004-09-10
1
-2
/
+1
*
Remove the proxy_conn_cleanup. The socket will be closed
Mladen Turk
2004-09-10
1
-34
/
+18
*
Move the shared scoreboard data initization to the balancer module.
Mladen Turk
2004-09-10
3
-64
/
+94
[prev]
[next]