summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-124-57/+129
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-125-15/+17
* Fix build error from cut&pasteNick Kew2005-08-111-3/+4
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-103-34/+39
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.Joe Orton2005-08-091-1/+1
* Hopefully, address the last edge case where status may William A. Rowe Jr2005-08-091-1/+2
* Remove the base href tag from mod_proxy_ftp, as it breaks relativeGraham Leggett2005-08-091-2/+1
* Two blank lines for clarity; whitespace only change.William A. Rowe Jr2005-08-081-0/+2
* We already accept 80 bytes less than the client body's anticipated William A. Rowe Jr2005-08-081-1/+1
* Drop an impossible case; the while() loop already protected usWilliam A. Rowe Jr2005-08-081-7/+0
* Fix a double-termination case in svn trunk/; we terminated theWilliam A. Rowe Jr2005-08-081-1/+0
* An impossible-to-hit edge case today; we described the requestWilliam A. Rowe Jr2005-08-081-13/+14
* Add status param option so that current workerMladen Turk2005-07-283-2/+41
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix formatJoe Orton2005-07-251-1/+4
* Yet another snafu in body handling. We need to clearly avoid anyWilliam A. Rowe Jr2005-07-181-18/+40