| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Cookie2 header problems that originates back | Mladen Turk | 2005-12-23 | 1 | -3/+3 |
| * | Morph the ap_http_broken_backend_filter() proxy "specific" | Jim Jagielski | 2005-12-20 | 1 | -1/+2 |
| * | In Apache-2.x, the function is called apr_pstrdup(). | Martin Kraemer | 2005-12-19 | 1 | -7/+3 |
| * | * If the mod_proxy backend connection broke in the middle of the response, | Ruediger Pluem | 2005-12-18 | 1 | -3/+9 |
| * | Sorry, previous commit was not ok. | Jean-Frederic Clere | 2005-12-15 | 1 | -2/+5 |
| * | The string comming from TC is in ASCII and the string returned by apr_psprint... | Jean-Frederic Clere | 2005-12-15 | 1 | -2/+4 |
| * | OK, while we ponder how best to reuse conn pools for workers, | Jim Jagielski | 2005-12-11 | 1 | -10/+4 |
| * | * revert r355823 and r355837 | Ruediger Pluem | 2005-12-11 | 4 | -39/+5 |
| * | * Let the proxy handler know that the backend connection broke after we have | Ruediger Pluem | 2005-12-11 | 1 | -1/+14 |
| * | * Move handling of backends that broke after the headers have been sent | Ruediger Pluem | 2005-12-11 | 3 | -4/+25 |
| * | Add a comment and use proper grammar for another comment. | Justin Erenkrantz | 2005-12-07 | 1 | -1/+5 |
| * | If we get an error reading the upstream response, we should bail. | Justin Erenkrantz | 2005-12-07 | 1 | -0/+6 |
| * | * Fix PR37753. Off by one bug in get_path_param eats up too much of the string | Ruediger Pluem | 2005-12-03 | 1 | -1/+1 |
| * | Until we determine whether we should dip into the connection | Jim Jagielski | 2005-12-01 | 1 | -7/+5 |
| * | Check that conn->hostname is valid before we do the string | Jim Jagielski | 2005-11-30 | 1 | -0/+1 |
| * | Fix case where a shared keepalive connection results in | Jim Jagielski | 2005-11-29 | 1 | -3/+13 |
| * | Fix typo in ProxyStatus syntax error message. | Jeff Trawick | 2005-11-16 | 1 | -1/+1 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 10 | -247/+247 |
| * | Move to a different impl which was my 1st concept and that which | Jim Jagielski | 2005-11-01 | 1 | -21/+15 |
| * | Fix a problem where we are doing a case insensitive | Jim Jagielski | 2005-10-31 | 1 | -2/+28 |
| * | * Fix PR36906 by not lower caseing the whole worker name. Only lower case the | Ruediger Pluem | 2005-10-25 | 2 | -1/+1 |
| * | * Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) by | Ruediger Pluem | 2005-10-21 | 1 | -4/+64 |
| * | * Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter | Ruediger Pluem | 2005-10-21 | 4 | -17/+143 |
| * | * Style fixes: Add line breaks for lines that are too long. No functional cha... | Ruediger Pluem | 2005-10-17 | 1 | -5/+10 |
| * | * Style fixes: Spaces, comments, typos. No functional change. | Ruediger Pluem | 2005-10-16 | 1 | -50/+56 |
| * | * Cleanup: Remove dead code. No functional change. | Ruediger Pluem | 2005-10-16 | 1 | -36/+1 |
| * | Performance Tune: Do the cheap and fast length check before | Jim Jagielski | 2005-10-12 | 1 | -3/+3 |
| * | Fix -Wall warning... Thanks to Joe for the head's up! | Jim Jagielski | 2005-10-12 | 1 | -2/+2 |
| * | mod_proxy_balancer: BalancerManager and proxies correctly handle | Jim Jagielski | 2005-10-11 | 2 | -29/+36 |
| * | * Fix a declaration problem introduced in r195013 that is C99 but not ANSI C | Ruediger Pluem | 2005-10-09 | 1 | -1/+3 |
| * | * Fix PR36883 (mod_proxy_ajp and tomcat issues). | Ruediger Pluem | 2005-10-07 | 1 | -41/+48 |
| * | mod_proxy_connect: Fix high CPU loop on systems like UnixWare which | Jeff Trawick | 2005-10-06 | 1 | -1/+3 |
| * | * Fix PR36507 (mod_proxy_balancer does not handle sticky sessions with | Ruediger Pluem | 2005-10-05 | 1 | -1/+12 |
| * | * Fix style nits (whitespaces / formats of comments). No Functional changes. | Ruediger Pluem | 2005-10-03 | 1 | -74/+104 |
| * | * run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLE | Ruediger Pluem | 2005-10-02 | 1 | -2/+16 |
| * | de-ref bug - balancer is always not null since it's &balancer | Jim Jagielski | 2005-09-29 | 1 | -1/+1 |
| * | gcc -Wall fix: depending on signedness of char. | Jim Jagielski | 2005-09-10 | 1 | -2/+2 |
| * | * modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gcc | Joe Orton | 2005-09-10 | 2 | -2/+4 |
| * | Proxy balancer lbmethods are now registered as providers and not | Jim Jagielski | 2005-09-09 | 4 | -220/+196 |
| * | Remove proxy_hook_load_lbmethods from Netware export list | Bradley Nicholes | 2005-09-08 | 1 | -1/+0 |
| * | Minor nit. Methods are server-wide, so simply use the base version table. | Jim Jagielski | 2005-09-07 | 1 | -1/+1 |
| * | Restruct of lbmethod find-best algo's, bypassing hook mechanism. | Jim Jagielski | 2005-09-07 | 4 | -189/+182 |
| * | Some simple debugging log entries | Jim Jagielski | 2005-08-31 | 1 | -1/+10 |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 3 | -6/+28 |
| * | Arghhh.... missed the version. Sorry for the noise. | Mladen Turk | 2005-08-19 | 1 | -8/+0 |
| * | Revert the hack for setting the lbmethod. | Mladen Turk | 2005-08-19 | 1 | -7/+8 |
| * | Temporary make balancer working. | Mladen Turk | 2005-08-19 | 1 | -0/+7 |
| * | Add proxy_hook_load_lbmethods to the export and imports lists for the Netware... | Bradley Nicholes | 2005-08-15 | 2 | -0/+2 |
| * | When using the LB Balancer manager, if you disabled | Jim Jagielski | 2005-08-12 | 1 | -5/+10 |
| * | Get rid of some warnings | Martin Kraemer | 2005-08-12 | 1 | -3/+5 |