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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* revert r355823 and r355837
Ruediger Pluem
2005-12-11
1
-6
/
+0
*
* Move handling of backends that broke after the headers have been sent
Ruediger Pluem
2005-12-11
1
-0
/
+6
*
Proxy balancer lbmethods are now registered as providers and not
Jim Jagielski
2005-09-09
1
-9
/
+3
*
Restruct of lbmethod find-best algo's, bypassing hook mechanism.
Jim Jagielski
2005-09-07
1
-8
/
+8
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-28
1
-2
/
+8
*
simple, functional interface to add additional balancer lb selection methods
Jim Jagielski
2005-08-12
1
-4
/
+21
*
Fix mess left by incompleteness of previous ProxyPassReverse fix
Nick Kew
2005-08-12
1
-6
/
+6
*
Fix ProxyPassReverse & family to work correctly in <Location>
Nick Kew
2005-08-10
1
-5
/
+13
*
Add status param option so that current worker
Mladen Turk
2005-07-28
1
-1
/
+3
*
This patch adds a new hook (request_status) that gets ran in proxy_handler
Ian Holsman
2005-07-17
1
-0
/
+15
*
Use two optional functions from mod_ssl so that we
Mladen Turk
2005-04-09
1
-0
/
+2
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-2
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()
Jim Jagielski
2005-02-03
1
-1
/
+1
*
Add in a weighted byte count of all traffic (in and out) as
Jim Jagielski
2005-01-24
1
-0
/
+4
*
Rewrite Cookies and other headers in mod_proxy_ajp as configured with
Sander Striker
2005-01-11
1
-0
/
+21
*
"transfered" is not a word.
Cliff Woolley
2004-12-14
1
-1
/
+1
*
grammatical parameter change... "readed" -> "read"
Jim Jagielski
2004-12-14
1
-1
/
+1
*
Make proxy address cache thread safe and available only
Mladen Turk
2004-12-14
1
-0
/
+12
*
Add generic reverse proxy worker so that module-driven reverse proxying works...
Mladen Turk
2004-12-01
1
-0
/
+1
*
Add server_rec to initialize_worker_share so that it get's
Mladen Turk
2004-09-29
1
-2
/
+3
*
Reformat code to no tab and no CR-LF
Mladen Turk
2004-09-28
1
-614
/
+614
*
Make sure that we don't increase balancer worker count on
Mladen Turk
2004-09-28
1
-605
/
+614
*
Remove proxy_runtime_worker and make the things simpler by
Mladen Turk
2004-09-26
1
-26
/
+32
*
Make worker retry algorithm much simpler removing incremental
Mladen Turk
2004-09-17
1
-0
/
+2
*
Add maximum nuber of attempts for failover and run scheme handler
Mladen Turk
2004-09-16
1
-0
/
+3
*
Register output function so that core can retrieve it and set
Mladen Turk
2004-09-15
1
-1
/
+1
*
Always use prive connection pool for allocation, and call
Mladen Turk
2004-09-13
1
-2
/
+0
*
Do not add forward proxy to other proxies. Use new function to
Mladen Turk
2004-09-11
1
-0
/
+7
*
Remove the unused close_connection function.
Mladen Turk
2004-09-11
1
-7
/
+0
*
Just like for balancers initialize the workers on post_config
Mladen Turk
2004-09-10
1
-1
/
+10
*
Move the shared scoreboard data initization to the balancer module.
Mladen Turk
2004-09-10
1
-2
/
+3
*
Add PROXY_WORKER_IGNORE_ERRORS flags that
Mladen Turk
2004-09-09
1
-0
/
+1
*
Add sockaddr to proxy_conn_rec. Using the workers address
Mladen Turk
2004-09-09
1
-0
/
+1
*
Add 'default' foward proxy worker to the proxy_server_conf.
Mladen Turk
2004-09-09
1
-3
/
+5
*
Untabify the source.
Mladen Turk
2004-08-26
1
-4
/
+4
*
Add pool used for allocating proxy_server_conf to that struct.
Mladen Turk
2004-08-26
1
-5
/
+5
*
Document new API functions.
Mladen Turk
2004-08-25
1
-15
/
+182
*
Remove the tabs from code.
Mladen Turk
2004-08-25
1
-11
/
+11
*
Fix some compiler warnings in proxy
Graham Leggett
2004-08-18
1
-0
/
+1
*
Added proxy status for conf, and elected member to runtime worker
William A. Rowe Jr
2004-08-11
1
-0
/
+7
*
Implement the worker retry functionality.
William A. Rowe Jr
2004-08-11
1
-0
/
+1
*
Shared memory support. The shared memory is inside
William A. Rowe Jr
2004-08-11
1
-4
/
+25
*
Add route and redirect to worker so they can be set trough configuration.
William A. Rowe Jr
2004-08-11
1
-2
/
+11
*
Fix structure element typo.
William A. Rowe Jr
2004-08-11
1
-1
/
+1
*
Fix some config checking params.
William A. Rowe Jr
2004-08-11
1
-2
/
+5
*
Change the scheme handler hook to include worker.
William A. Rowe Jr
2004-08-11
1
-5
/
+5
*
Added close_on_recycle flags for creatin connections.
William A. Rowe Jr
2004-08-11
1
-1
/
+2
*
Added acquire and release connection functions.
William A. Rowe Jr
2004-08-11
1
-5
/
+5
*
Added ap_proxy_connection_create function that makes
William A. Rowe Jr
2004-08-11
1
-1
/
+2
[next]