summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
* Fix Cookie2 header problems that originates backMladen Turk2005-12-231-3/+3
* Morph the ap_http_broken_backend_filter() proxy "specific"Jim Jagielski2005-12-201-1/+2
* In Apache-2.x, the function is called apr_pstrdup().Martin Kraemer2005-12-191-7/+3
* * If the mod_proxy backend connection broke in the middle of the response,Ruediger Pluem2005-12-181-3/+9
* Sorry, previous commit was not ok.Jean-Frederic Clere2005-12-151-2/+5
* The string comming from TC is in ASCII and the string returned by apr_psprint...Jean-Frederic Clere2005-12-151-2/+4
* OK, while we ponder how best to reuse conn pools for workers,Jim Jagielski2005-12-111-10/+4
* * revert r355823 and r355837Ruediger Pluem2005-12-114-39/+5
* * Let the proxy handler know that the backend connection broke after we haveRuediger Pluem2005-12-111-1/+14
* * Move handling of backends that broke after the headers have been sentRuediger Pluem2005-12-113-4/+25
* Add a comment and use proper grammar for another comment.Justin Erenkrantz2005-12-071-1/+5
* If we get an error reading the upstream response, we should bail.Justin Erenkrantz2005-12-071-0/+6
* * Fix PR37753. Off by one bug in get_path_param eats up too much of the stringRuediger Pluem2005-12-031-1/+1
* Until we determine whether we should dip into the connectionJim Jagielski2005-12-011-7/+5
* Check that conn->hostname is valid before we do the stringJim Jagielski2005-11-301-0/+1
* Fix case where a shared keepalive connection results inJim Jagielski2005-11-291-3/+13
* Fix typo in ProxyStatus syntax error message.Jeff Trawick2005-11-161-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-1010-247/+247
* Move to a different impl which was my 1st concept and that whichJim Jagielski2005-11-011-21/+15
* Fix a problem where we are doing a case insensitiveJim Jagielski2005-10-311-2/+28
* * Fix PR36906 by not lower caseing the whole worker name. Only lower case theRuediger Pluem2005-10-252-1/+1
* * Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) byRuediger Pluem2005-10-211-4/+64
* * Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filterRuediger Pluem2005-10-214-17/+143
* * Style fixes: Add line breaks for lines that are too long. No functional cha...Ruediger Pluem2005-10-171-5/+10
* * Style fixes: Spaces, comments, typos. No functional change.Ruediger Pluem2005-10-161-50/+56
* * Cleanup: Remove dead code. No functional change.Ruediger Pluem2005-10-161-36/+1
* Performance Tune: Do the cheap and fast length check beforeJim Jagielski2005-10-121-3/+3
* Fix -Wall warning... Thanks to Joe for the head's up!Jim Jagielski2005-10-121-2/+2
* mod_proxy_balancer: BalancerManager and proxies correctly handleJim Jagielski2005-10-112-29/+36
* * Fix a declaration problem introduced in r195013 that is C99 but not ANSI CRuediger Pluem2005-10-091-1/+3
* * Fix PR36883 (mod_proxy_ajp and tomcat issues).Ruediger Pluem2005-10-071-41/+48
* mod_proxy_connect: Fix high CPU loop on systems like UnixWare whichJeff Trawick2005-10-061-1/+3
* * Fix PR36507 (mod_proxy_balancer does not handle sticky sessions withRuediger Pluem2005-10-051-1/+12
* * Fix style nits (whitespaces / formats of comments). No Functional changes.Ruediger Pluem2005-10-031-74/+104
* * run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLERuediger Pluem2005-10-021-2/+16
* de-ref bug - balancer is always not null since it's &balancerJim Jagielski2005-09-291-1/+1
* gcc -Wall fix: depending on signedness of char.Jim Jagielski2005-09-101-2/+2
* * modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gccJoe Orton2005-09-102-2/+4
* Proxy balancer lbmethods are now registered as providers and notJim Jagielski2005-09-094-220/+196
* Remove proxy_hook_load_lbmethods from Netware export listBradley Nicholes2005-09-081-1/+0
* Minor nit. Methods are server-wide, so simply use the base version table.Jim Jagielski2005-09-071-1/+1
* Restruct of lbmethod find-best algo's, bypassing hook mechanism.Jim Jagielski2005-09-074-189/+182
* Some simple debugging log entriesJim Jagielski2005-08-311-1/+10
* Doxygen fixup / cleanupIan Holsman2005-08-283-6/+28
* Arghhh.... missed the version. Sorry for the noise.Mladen Turk2005-08-191-8/+0
* Revert the hack for setting the lbmethod.Mladen Turk2005-08-191-7/+8
* Temporary make balancer working.Mladen Turk2005-08-191-0/+7
* Add proxy_hook_load_lbmethods to the export and imports lists for the Netware...Bradley Nicholes2005-08-152-0/+2
* When using the LB Balancer manager, if you disabledJim Jagielski2005-08-121-5/+10
* Get rid of some warningsMartin Kraemer2005-08-121-3/+5