]> granicus.if.org Git - apache/history - modules/proxy/proxy_util.c
Do not cache hostname and port for forward and
[apache] / modules / proxy / proxy_util.c
2004-12-31 Mladen TurkDo not cache hostname and port for forward and
2004-12-14 Mladen TurkMake proxy address cache thread safe and available...
2004-12-08 Jeff Trawickmod_proxy: Respect errors reported by pre_connection...
2004-12-02 Jeff Trawickwrong format string was converted to APR_PID_T_FMT
2004-12-01 Mladen TurkAdd generic reverse proxy worker so that module-driven...
2004-11-29 Mladen TurkUse APR_PID_T_FMT instead %d for pid logging.
2004-11-29 Mladen TurkMake sure that worker initialization is done only
2004-10-16 Mladen TurkDo not use reslist if it wasn't created. This fixes...
2004-09-29 Mladen TurkAdd server_rec to initialize_worker_share so that it...
2004-09-28 Mladen TurkReformat code to no tab and no CR-LF
2004-09-28 Mladen TurkMake sure that we don't increase balancer worker count on
2004-09-26 Mladen TurkRemove proxy_runtime_worker and make the things simpler by
2004-09-17 Mladen TurkMake worker retry algorithm much simpler removing...
2004-09-15 Mladen TurkFix worker retries and limit default retry timeout...
2004-09-15 Mladen TurkRegister output function so that core can retrieve...
2004-09-13 Mladen TurkFix typo -- uri is constructed when there is no proxy...
2004-09-13 Mladen TurkNo need to allocate hostname on each request for
2004-09-13 Mladen TurkAlways use prive connection pool for allocation, and...
2004-09-11 Mladen TurkUse worker as a parameter for connection_constructor.
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 TurkJust like for balancers initialize the workers on post_...
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 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-08-18 Graham LeggettFix some compiler warnings in proxy
2004-08-13 Jeff Trawickaxe some unused variables and don't log an error code...
2004-08-11 William A. Rowe JrFix setting of hostname for backend.
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 JrImplement the worker retry functionality.
2004-08-11 William A. Rowe JrShared memory support. The shared memory is inside
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 the assertion bug for reslist caused by returning the
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 JrAdd ap_proxy_connect_backend that will replace
2004-08-11 William A. Rowe JrChange the way the prefork connection is created.
2004-08-11 William A. Rowe JrAdded acquire timeout for obtaining resources from...
2004-08-11 William A. Rowe JrRemove proxy_mdule_conf.
2004-08-11 William A. Rowe JrRemove proxy_conn struct and add it's params to proxy_c...
2004-08-11 William A. Rowe JrUse the worker pool for creating proxy_conn_poll to...
2004-08-11 William A. Rowe JrArrange the handling of apr_array_header_t arrays.
2004-08-11 William A. Rowe JrMake proxy_conn always accesible for preforked MPM and
2004-08-11 William A. Rowe JrAdd some source comments about worker DNS lookup.
2004-08-11 William A. Rowe JrAdded ap_proxy_determine_connection.
2004-08-11 William A. Rowe JrAdd ap_proxy_pre_request API function.
2004-08-11 William A. Rowe JrMake sure that APR_MAJOR_VERSION is defined.
2004-08-11 William A. Rowe JrRemove all worker/balancer API's to proxy_util.
2004-08-11 William A. Rowe Jr Missed a 2.0-HEAD proxy back-compat patch
2004-06-29 Nick KewFix for multiple proxy bugs - review please:
2004-05-19 Jeff TrawickFix handling of IPv6 numeric strings in mod_proxy.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-04-15 Graham LeggettFixed a segfault when multiple ProxyBlock directives...
2003-02-03 André Malofinished that boring job:
2002-10-14 Jim JagielskiHaven't heard any vetoes regarding this, so might as...
2002-08-25 Ian Holsmanmake the output XHTML
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-15 William A. Rowe Jr Timeout/time fixes
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-06-23 William A. Rowe Jr No crutches, people!
2002-06-14 William A. Rowe Jr Cleanup proxy timeouts a bit to remove emits and...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-25 Jeff Trawickget mod_proxy to build on EBCDIC machines
2002-04-06 Graham LeggettQuick fix to an incorrect comment.
2002-04-02 Doug MacEachernPR:
2002-03-22 Jeff Trawickfix some abuse of apr_port_t (flagged by Sun WorkShop)
2002-03-21 Graham LeggettChange the header merging behaviour in proxy, as some...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-08 Jeff Trawickimplement a common function for getting a socket and...
2002-03-07 Ryan BloomWe need to setup protocol filters for the fake request...
2002-02-21 Jeff Trawickfix the linkage of and add a prototype for ap_proxy_tab...
2002-02-21 Graham LeggettSome browsers ignore cookies that have been merged...
2002-01-30 Bill StoddardCleanup some fallout from the recent install_transport_...
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-03 Bill StoddardFix seg fault in HTTP_IN when trying to handle the...
2002-01-02 Bill StoddardChange the return code from APR_TIMEUP to APR_ECONNABOR...
2001-12-31 Bill StoddardEliminate loop in ap_proxy_string_read(). Need to be...
2001-12-29 Bill StoddardDetabify some functions. No functional change.
2001-11-28 Ian Holsmanmake the proxy code spit out an error to the error...
2001-10-16 William A. Rowe Jr Hmmm... mismatched namespaces :-?
2001-10-16 Ryan BloomCleanup the proxy code that creates a request to the...
2001-10-08 Ian Holsmandechunking filter removed.
2001-10-08 Ian Holsmaninitial port of new Request-mode HTTP_IN filter to...
next