]> granicus.if.org Git - apache/history - modules
Document new API functions.
[apache] / modules /
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-24 Bill StoddardEscape bytes returned by the errfn because it might...
2004-08-23 Bradley NicholesSince OpenLDAP doesn't validate the certificate until...
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-20 Bradley NicholesFix a few references to mod_auth_ldap to be mod_authnz_ldap
2004-08-19 Bradley NicholesClean up some compiler warnings
2004-08-19 Bradley NicholesAdd build files for the util_ldap module
2004-08-18 Bradley Nicholesmod_auth_ldap and util_ldap no longer build from the...
2004-08-18 Bradley Nicholescharset.conv has been moved to the docs/conf directory
2004-08-18 Bradley Nicholesmod_auth_ldap has been moved to the modules/aaa directo...
2004-08-18 Bradley Nicholesutil_ldap has been moved to the modules/ldap directory
2004-08-18 Bradley NicholesUpdate the netware make files to stop building the...
2004-08-18 Bradley NicholesMove util_ldap out of experimental and into ldap.
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 Bradley NicholesBoth the r->user and r->ap_auth_type were set previousl...
2004-08-18 Jean-Frederic Clerejakarta-tomcat-connectors AJP files.
2004-08-18 Graham LeggettFix some compiler warnings in proxy
2004-08-18 Graham LeggettMake sure mod_authnz_ldap is included in the unix builds.
2004-08-18 Graham LeggettClarify an error message to tell the user what to do...
2004-08-18 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-08-18 Joe Orton* modules/mappers/mod_userdir.c (register_hooks): Move...
2004-08-17 Bradley NicholesRe-structure the auth_ldap module to fit the new authen...
2004-08-17 William A. Rowe Jr Require zlib to be pre-compiled, and rely upon the...
2004-08-17 William A. Rowe Jr Eliminate several unused variables, observe a file...
2004-08-17 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_input_read):...
2004-08-17 Joe OrtonImplement -t -DDUMP_MODULES using generic test_config...
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.
2004-08-11 William A. Rowe JrAdded timeout_set for worker. Each worker can have...
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 JrAdd worker timeout inherited from ProxyTimeout.
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
next