]> granicus.if.org Git - apache/history - modules
Make the worker and event MPMs support GracefulShutdownTimeout just like
[apache] / modules /
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-07 Justin Erenkrantz* modules/aaa/config.m4: Place mod_access_compat in...
2006-02-07 Joe Orton* modules/aaa/mod_auth.h: Include apr_optional.h for
2006-02-07 Joe Orton* modules/aaa/mod_authz_core.c (add_authz_provider...
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-30 Jeff Trawickmod_speling: Stop crashing with certain non-file requests.
2006-01-28 Bradley NicholesThe AuthnProviderAlias directive has been merged into...
2006-01-27 Jim JagielskiIf the proxied response lacks a Server header, then
2006-01-25 Ian Holsmanadd Colm's explanation of the cache_info structure...
2006-01-23 Bradley NicholesRemove NetWare makefiles that are no longer needed
2006-01-23 Bradley NicholesBuild mod_access_compat on NetWare
2006-01-23 Bradley NicholesUse the correct logging #define
2006-01-21 Ruediger Pluem* Fix PR38340 by actual getting the word and thus advan...
2006-01-20 Bradley NicholesSet the LDAP protocol before setting extended LDAP...
2006-01-19 Bradley Nicholesremove the unused per-dir-config structure.
2006-01-18 Bradley NicholesRemove the call to ap_note_auth_failure() from the...
2006-01-17 Ruediger Pluem* Add CacheMinExpire directive to set the minimum time...
2006-01-15 Bradley Nicholeseliminate the import of the ap_satisfies optional funct...
2006-01-14 Bradley Nicholesclean up some left-over debugging code and comments
2006-01-14 Bradley Nicholeshost access control compatibility module (Order, Deny...
2006-01-14 Bradley NicholesRestore Order, Deny, Allow, Satisfy for backwards compa...
2006-01-11 Bradley NicholesUpdate the NetWare makefiles to build the authz code
2006-01-11 Bradley NicholesAuthz refactoring
2006-01-10 Ruediger Pluem* Fix PR38017 by handling the selection of the hostname...
2006-01-06 Jim JagielskiExplain how we're checking to see if ap_proxy_backend_b...
2006-01-06 Jim JagielskiClarify (I hope) the comment better :)
2006-01-06 Jim JagielskiAs long as we have the AP_BUCKET_IS_ERROR macro, let...
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-28 Graham LeggettSmall spelling fix.
2005-12-23 Mladen TurkFix Cookie2 header problems that originates back
2005-12-20 William A. Rowe Jr This shift was treated in 32 bit scope, then masked...
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* Move code for broken backend detection out of core...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-17 Ruediger Pluem* Fix ap_http_chunk_filter to create correct chunks...
2005-12-16 Joe OrtonBring forward the fix for CVE-2005-3352 already on...
2005-12-16 Joe Orton* modules/debug/mod_bucketeer.c (bucketeer_out_filter...
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 a connection aborts while waiting for a chunked...
2005-12-07 Justin ErenkrantzIf we get an error reading the upstream response, we...
2005-12-06 Bradley NicholesAdd the mod_dbd exports to the NetWare make file
2005-12-06 Nick KewImprove defaults from 'test' values (and get meaningful...
2005-12-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2005-12-05 Nick KewPR 36090
2005-12-03 Ruediger Pluem* Fix PR37753. Off by one bug in get_path_param eats...
2005-12-02 William A. Rowe Jr Recover text
2005-12-01 Jim JagielskiUntil we determine whether we should dip into the conne...
2005-12-01 Roy T. Fieldingminor doc changes already on 2.2 branch
2005-11-30 Jim JagielskiCheck that conn->hostname is valid before we do the...
2005-11-30 Martin KraemerFix SSL Protocol hexdumps for EBCDIC systems
2005-11-29 Colm MacCarthaighFirst stab at a build environment for mod_authn_dbd
2005-11-29 Colm MacCarthaighOptional functions are of __cdecl the kind on win32...
2005-11-29 Colm MacCarthaighA first stab at a win32 build environment for mod_dbd.
2005-11-29 Colm MacCarthaighGive DBD a set of _DECLARE macros consistent with other...
2005-11-29 Jim JagielskiFix case where a shared keepalive connection results in
2005-11-28 Joe Orton* modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve...
2005-11-21 Nick KewPR#37553
2005-11-21 Bradley NicholesFix a problem with the HTTPS CGI variable not getting...
2005-11-21 Nick KewWrap exported functions in AP_DECLARE
2005-11-19 Ruediger Pluem* Minor performance tweak by reusing already calculated...
2005-11-18 Nick Kewmod_authz_dbd: SQL authz with Login/Session support
2005-11-16 Nick KewAdd defaults and comments for better robustness against...
2005-11-16 Justin ErenkrantzRemove support for 'On' and 'Off' for AuthBasicProvider...
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-16 Nick KewFix (Chris Darroch) to register cleanup for persistent...
2005-11-16 Jeff TrawickFix typo in ProxyStatus syntax error message.
2005-11-15 Nick KewReplace dodgy cast with ap_set_string_slot
2005-11-14 Nick KewFix driver-dependent potential memor-use bug in prepari...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-11-09 Nick KewWork if check_conn is NOTIMPL in a driver
2005-11-08 Bradley NicholesRemove an unnecessary module reference to LLDAPX
2005-11-05 Ruediger Pluem* Fix a null pointer dereference in dav_method_mkcol...
2005-11-02 Bill Stoddardfix memory leak. Reported by <christophe.jaillet@wanado...
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-30 Brian PaneMoved the extended_status scoreboard update from ap_pro...
2005-10-30 Joe OrtonFix handling of unknown state tokens in If headers:
2005-10-30 Nick KewChange directives from OR_AUTHCFG to ACCESS_CONF
2005-10-29 Brian PaneAllocate the brigade containing the EOR bucket from...
2005-10-25 Ruediger Pluem* Fix PR36906 by not lower caseing the whole worker...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-24 Brian PaneRemove the generation of flush bucket in mod_logio...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
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-18 Roy T. FieldingRemove CGI block on OPTIONS method so that scripts can
next