]> granicus.if.org Git - apache/history - modules/proxy
Fix format string warnings in proxy_ajp on 64-bit platforms:
[apache] / modules / proxy /
2004-09-11 Joe OrtonFix format string warnings in proxy_ajp on 64-bit platf...
2004-09-11 Mladen TurkDo not add forward proxy to other proxies. Use new...
2004-09-11 Mladen TurkRemove the unused close_connection function.
2004-09-11 Mladen TurkMake sure that the connection pool cleanup is called...
2004-09-10 Mladen TurkInitialize the forward proxy worker too.
2004-09-10 Mladen TurkJust like for balancers initialize the workers on post_...
2004-09-10 Mladen TurkInitialize the balancer on child_init instead on first...
2004-09-10 Mladen TurkInclude unistd.h for getpid.
2004-09-10 Mladen TurkFix compile time warnings (logging pointer and unused...
2004-09-10 Mladen TurkRemove the proxy_conn_cleanup. The socket will be closed
2004-09-10 Mladen TurkMove the shared scoreboard data initization to the...
2004-09-09 Mladen TurkRemove unneeded variable. No functional change.
2004-09-09 Mladen TurkAdd function protos so that -Wmissing-declarations...
2004-09-09 Mladen TurkFix typo.
2004-09-09 Mladen TurkIf any of steps return status != OK close the connection
2004-09-09 Mladen TurkMake sure that the status is not overwritten.
2004-09-09 Jeff Trawickspellcheck
2004-09-09 Mladen TurkFirst try the reverse proxies. If there is no worker...
2004-09-09 Mladen TurkAdd PROXY_WORKER_IGNORE_ERRORS flags that
2004-09-09 Mladen TurkAdd sockaddr to proxy_conn_rec. Using the workers address
2004-09-09 Mladen TurkUse forward worker for all PROXYREQ_PROXY requests.
2004-09-09 Mladen TurkAdd 'default' foward proxy worker to the proxy_server_conf.
2004-09-09 Mladen TurkAdd 'default' foward proxy worker to the proxy_server_conf.
2004-09-03 Jeff Trawickspell check
2004-09-01 Justin ErenkrantzFix a trio of bugs in how mod_proxy relays requests:
2004-08-26 André Maloremove unused variables and fix some compiler warnings...
2004-08-26 Mladen TurkUntabify the source.
2004-08-26 Mladen TurkAdd dynamic management to load balancer:
2004-08-26 Mladen TurkAdd pool used for allocating proxy_server_conf to that...
2004-08-25 Mladen TurkDocument new API functions.
2004-08-25 Mladen TurkRemove the tabs from code.
2004-08-25 Mladen TurkAdded SSL custom indicators. They can be set using...
2004-08-25 Mladen TurkUntabify the code. Have no idea who put all those tabs...
2004-08-25 Mladen TurkAdded ProxySet directive (can be rename to something...
2004-08-25 Mladen TurkRemove BalancerStickySession directive.
2004-08-24 Mladen TurkRemove uneeded access_status variable.
2004-08-24 Mladen TurkDo not check the balancer param.
2004-08-24 Mladen TurkIncrease the request count for each runtime worker
2004-08-24 Mladen TurkImplement REQ_ATTRIBUTE using request rec environment...
2004-08-24 Mladen TurkUse the session route from request rec notes.
2004-08-24 Mladen TurkAdd session route to request rec notes if present.
2004-08-24 Justin ErenkrantzClean up some bogus error messages.
2004-08-24 Mladen TurkUse ap_str_tolower for lowercasing the scheme.
2004-08-24 Mladen TurkChange the links to ajp files. They are no longer in...
2004-08-21 Jean-Frederic ClereProcess request and response in ap_proxy_ajp_request...
2004-08-20 Bradley NicholesBuild using the ajp code in the proxy directory.
2004-08-18 Jean-Frederic ClereArrange the logic sending to body data to Tomcat.
2004-08-18 Jean-Frederic ClereSorry there were 2 typos
2004-08-18 Jean-Frederic ClereTypo.
2004-08-18 Jean-Frederic ClerePrevent / beeing accepted wrongly by the proxy when...
2004-08-18 Jean-Frederic ClereThe ajp subdirectory does not exist so we don't need...
2004-08-18 Jean-Frederic Clerejakarta-tomcat-connectors AJP files.
2004-08-18 Graham LeggettFix some compiler warnings in proxy
2004-08-16 Bradley NicholesClean up the makefile
2004-08-16 Jeff Trawickfix an infinite loop in proxy CONNECT
2004-08-16 Bradley NicholesRelax the pointer checking for the proxy_ajp module...
2004-08-14 Bradley NicholesConditionally build the proxy_ajp module of the ajplib...
2004-08-13 Bradley NicholesFix the parameter list for the scheme_handler ap_proxy_...
2004-08-13 Bradley NicholesAdd the new proxy protocol modules to the NetWare build
2004-08-13 Jeff Trawickaxe some unused variables and don't log an error code...
2004-08-13 Jeff Trawickapr_tolower() doesn't process the entire string
2004-08-13 Jeff Trawickfix some const issues with string searching
2004-08-13 Jeff Trawickfix format string mismatch (int vs. apr_time_t)
2004-08-11 William A. Rowe JrSmall status displaying fix.
2004-08-11 William A. Rowe JrFix setting of hostname for backend.
2004-08-11 William A. Rowe JrAdded proxy status for conf, and elected member to...
2004-08-11 William A. Rowe JrStart porting connection pool to ftp.
2004-08-11 William A. Rowe JrAdded dynamic worker limit. It ensures that the addng...
2004-08-11 William A. Rowe JrAdd some extra debugging to ease the bug chasing :)
2004-08-11 William A. Rowe JrMake sure that the things get logged using the same...
2004-08-11 William A. Rowe JrFix the url rewriting, and few minor developement bugs.
2004-08-11 William A. Rowe JrFix the return codes. We can not return the APR error...
2004-08-11 William A. Rowe JrMake sure that if the pre_request was called that the...
2004-08-11 William A. Rowe JrImplement the worker retry functionality.
2004-08-11 William A. Rowe JrUse the proxy_runtime_stat that either comes from score...
2004-08-11 William A. Rowe JrShared memory support. The shared memory is inside
2004-08-11 William A. Rowe JrUse the pool for add_worker call.
2004-08-11 William A. Rowe JrAdd pool to functions for setting worker and balancer...
2004-08-11 William A. Rowe JrAdd rewrite url function and calcute lbstatuses when...
2004-08-11 William A. Rowe JrThe lbstatus needs to be updated for every worker,...
2004-08-11 William A. Rowe JrAdd finding of a most suitable worker.
2004-08-11 William A. Rowe JrAdd route and redirect to worker so they can be set...
2004-08-11 William A. Rowe JrSet initial lbstatus to calculated lbfactor.
2004-08-11 William A. Rowe JrFix structure element typo.
2004-08-11 William A. Rowe JrAdd proxy_balancer to proxy module, including config...
2004-08-11 William A. Rowe JrRemove setting module config.
2004-08-11 William A. Rowe JrFix some config checking params.
2004-08-11 William A. Rowe JrBounding to client connection is not needed(?).
2004-08-11 William A. Rowe JrUse the new connection pool for AJP.
2004-08-11 William A. Rowe JrAlways use the cleanup. Do not close the socket directly.
2004-08-11 William A. Rowe JrFix the assertion bug for reslist caused by returning the
2004-08-11 William A. Rowe JrWe have a proxy-http using connection pool ;)
2004-08-11 William A. Rowe JrChange the scheme handler hook to include worker.
2004-08-11 William A. Rowe JrAdded close_on_recycle flags for creatin connections.
2004-08-11 William A. Rowe JrAdded acquire and release connection functions.
2004-08-11 William A. Rowe JrAdded ap_proxy_connection_create function that makes
2004-08-11 William A. Rowe JrAdded KeepAlive worker option.
2004-08-11 William A. Rowe JrAdd ap_proxy_connect_backend that will replace
2004-08-11 William A. Rowe JrAdded iobuffersize and receivebuffersize to be worker...
2004-08-11 William A. Rowe JrChange the way the prefork connection is created.
next