]> granicus.if.org Git - apache/history - modules/proxy
Fix compile time warning. AJP protocol method is byte.
[apache] / modules / proxy /
2006-07-31 Mladen TurkFix compile time warning. AJP protocol method is byte.
2006-07-31 Mladen TurkCleanup: Remove checking for pre 2.0.46 MMN. It is
2006-07-26 Mladen TurkAdd missing prototype for ajp_handle_cping_cpong function
2006-07-25 Mladen TurkAdjust the svn properties.
2006-07-25 Mladen TurkAdd ajp_utils to the list of ajp objects.
2006-07-25 Mladen TurkAdded cping/cpong support for the AJP protocol.
2006-07-15 Nick KewUse <string.h>-compatible versions of ap_str* functions.
2006-07-14 Jim JagielskiDon't down cast
2006-07-13 Nick KewSupport environment variable interpolation in reverse...
2006-07-12 Jim JagielskiThe number of times elected as well as the i/o
2006-07-12 Jim JagielskiIt never fails. I sit on a patch for awhile and
2006-07-12 Jean-Frederic ClereIssue a warning when the same worker name is reused.
2006-07-11 Jim JagielskiAdd in hot-standby balancer member. If all other members
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Jim JagielskiClean up some proxy macros. Avoid the use of magic
2006-07-11 Jim JagielskiRestructure the find_route_worker() function. Basically,
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-27 Ruediger Pluem* Retry worker chosen by client supplied route / redire...
2006-06-26 Ruediger Pluem* Add the following environment variables to expose...
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-05-26 Jeff Trawicksmall cleanup of EBCDIC support in mod_proxy_ajp
2006-05-25 Ruediger Pluem* Actually we are adding 3 bytes to the string (two...
2006-05-21 Garrett RooneyMake the logging in mod_proxy_fcgi more consistent.
2006-04-28 Garrett RooneyFix compile time warnings.
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-22 Garrett RooneyMerge the fcgi-proxy-dev branch to trunk, adding a...
2006-04-20 Joe Orton* modules/proxy/proxy_util.c (ap_proxy_initialize_worke...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-19 Martin KraemerFix for platforms without threads: inreslist exists...
2006-04-16 Ruediger Pluem* Also initialize local data structures for workers...
2006-04-15 Nick KewPR#39321 - don't segfault if a bad URL is specified...
2006-04-14 Ruediger Pluem* Avoid calling ap_proxy_http_cleanup twice as this...
2006-04-14 Ruediger Pluem* After r377780 the condition in the if clause never...
2006-04-08 Ruediger Pluem* Check for an existing socket independant of an existi...
2006-03-30 Jim JagielskiDocument the removal of the flushing bandaid to a
2006-03-09 Jim JagielskiMake AJP flushing admin configurable.
2006-03-05 Ruediger Pluem* Crosscheck the length of the body chunk with the...
2006-02-20 Ruediger Pluem* Disable persistent connections for SSL backends again...
2006-02-15 Jim Jagielski *) mod_proxy: Fix KeepAlives not being allowed and...
2006-02-14 Jim JagielskiOK, handle better the initializing of worker, separating
2006-02-14 Jim JagielskiI wondered why I never saw the scoreboard init entry...
2006-02-13 Ruediger Pluem* Use the correct pool for apr_table_copy. Otherwise...
2006-02-11 Ruediger Pluem* Do not close the backend connection, because the...
2006-02-11 Ruediger Pluem* Do not remove the connection headers from r->headers_...
2006-02-06 Joe Orton* modules/proxy/mod_proxy_balancer.c: Include unistd...
2006-02-04 Ruediger Pluem* Do not overwrite the status of initialized workers...
2006-01-21 Ruediger Pluem* Fix PR38340 by actual getting the word and thus advan...
2006-01-06 Jim JagielskiExplain how we're checking to see if ap_proxy_backend_b...
2006-01-05 Ruediger Pluem* Call ap_proxy_http_cleanup after ap_log_rerror becaus...
2006-01-05 Ruediger Pluem* If a subrequest has a broken backend also set no_cach...
2006-01-02 Ruediger Pluem* Correctly signal broken backend connections up the...
2005-12-23 Mladen TurkFix Cookie2 header problems that originates back
2005-12-20 Jim JagielskiMorph the ap_http_broken_backend_filter() proxy "specific"
2005-12-19 Martin KraemerIn Apache-2.x, the function is called apr_pstrdup().
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-15 Jean-Frederic ClereSorry, previous commit was not ok.
2005-12-15 Jean-Frederic ClereThe string comming from TC is in ASCII and the string...
2005-12-11 Jim JagielskiOK, while we ponder how best to reuse conn pools for...
2005-12-11 Ruediger Pluem* revert r355823 and r355837
2005-12-11 Ruediger Pluem* Let the proxy handler know that the backend connectio...
2005-12-11 Ruediger Pluem* Move handling of backends that broke after the header...
2005-12-07 Justin ErenkrantzAdd a comment and use proper grammar for another comment.
2005-12-07 Justin ErenkrantzIf we get an error reading the upstream response, we...
2005-12-03 Ruediger Pluem* Fix PR37753. Off by one bug in get_path_param eats...
2005-12-01 Jim JagielskiUntil we determine whether we should dip into the conne...
2005-11-30 Jim JagielskiCheck that conn->hostname is valid before we do the...
2005-11-29 Jim JagielskiFix case where a shared keepalive connection results in
2005-11-16 Jeff TrawickFix typo in ProxyStatus syntax error message.
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-01 Jim JagielskiMove to a different impl which was my 1st concept and...
2005-10-31 Jim JagielskiFix a problem where we are doing a case insensitive
2005-10-25 Ruediger Pluem* Fix PR36906 by not lower caseing the whole worker...
2005-10-21 Ruediger Pluem* Fix PR37145 (data loss with httpd-2.0.55 reverse...
2005-10-21 Ruediger Pluem* Fix PR37100 (SEGV in mod_proxy_ajp), by sending the...
2005-10-17 Ruediger Pluem* Style fixes: Add line breaks for lines that are too...
2005-10-16 Ruediger Pluem* Style fixes: Spaces, comments, typos. No functional...
2005-10-16 Ruediger Pluem* Cleanup: Remove dead code. No functional change.
2005-10-12 Jim JagielskiPerformance Tune: Do the cheap and fast length check...
2005-10-12 Jim JagielskiFix -Wall warning... Thanks to Joe for the head's up!
2005-10-11 Jim Jagielskimod_proxy_balancer: BalancerManager and proxies correct...
2005-10-09 Ruediger Pluem* Fix a declaration problem introduced in r195013 that...
2005-10-07 Ruediger Pluem* Fix PR36883 (mod_proxy_ajp and tomcat issues).
2005-10-06 Jeff Trawickmod_proxy_connect: Fix high CPU loop on systems like...
2005-10-05 Ruediger Pluem* Fix PR36507 (mod_proxy_balancer does not handle stick...
2005-10-03 Ruediger Pluem* Fix style nits (whitespaces / formats of comments...
2005-10-02 Ruediger Pluem* run the request_status hook in proxy_handler if HTTP_...
2005-09-29 Jim Jagielskide-ref bug - balancer is always not null since it's...
2005-09-10 Jim Jagielskigcc -Wall fix: depending on signedness of char.
2005-09-10 Joe Orton* modules/proxy/mod_proxy_balancer.c (balancer_handler...
2005-09-09 Jim JagielskiProxy balancer lbmethods are now registered as provider...
2005-09-08 Bradley NicholesRemove proxy_hook_load_lbmethods from Netware export...
2005-09-07 Jim JagielskiMinor nit. Methods are server-wide, so simply use the...
2005-09-07 Jim JagielskiRestruct of lbmethod find-best algo's, bypassing hook...
2005-08-31 Jim JagielskiSome simple debugging log entries
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-19 Mladen TurkArghhh.... missed the version. Sorry for the noise.
2005-08-19 Mladen TurkRevert the hack for setting the lbmethod.
next