]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2006-10-24  Jim JagielskiFix hasty cut-paste in the doccos
2006-10-24  Jim JagielskiOnce SSLMutex allowed for the setting of both the
2006-10-24  Mladen TurkAdd CPING/CPONG message size as defined as max inside...
2006-10-24  Jean-Frederic... Put the next field at the end of the structure.
2006-10-24  Mladen Turk128 is enough for CPING/CPONG messages.
2006-10-24  Mladen TurkMake sure the AJP message is between 8 and 64K.
2006-10-23  Jeff TrawickFix address-in-use startup failure caused by corruption...
2006-10-23  Jeff Trawickfix typo that breaks compilation
2006-10-23  Jean-Frederic... At support for ProxyIOBufferSize in AJP.
2006-10-22  Graham Leggettmod_authn_dbd: Export any additional columns queried...
2006-10-22  Graham Leggettmod_dbd: Key the storage of prepared statements on...
2006-10-18  Chris Darrochadded APR_THREAD_FUNC on listener_thread() in event...
2006-10-17  Chris Darrochrename routines from worker MPM to match normal MPM...
2006-10-17  Chris Darrochadd example test_config routine
2006-10-16  Graham LeggettAdd a missing include of apr_buckets.h. [Martin Kraemer]
2006-10-15  Mladen TurkRemove extra colon from /wd compiler directive.
2006-10-15  Mladen TurkRevert 463929
2006-10-14  Mladen TurkFix compile warning. The /wd:XXXX is invalid. It should
2006-10-14  Mladen TurkAdded mod_proxy_fcgi win32 build.
2006-10-12  Graham LeggettThis stuff has been backported.
2006-10-12  Graham LeggettBackported.
2006-10-12  Graham LeggettBackported.
2006-10-12  Graham LeggettBackported.
2006-10-12  Graham Leggettmod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute...
2006-10-12  Jim JagielskiSo I'm sitting in Rich's talk and think to myself,...
2006-10-12  Chris Darrochupdate transformation
2006-10-11  Chris Darrochfixed missing "edit" argument option in mod_headers.xml
2006-10-11  Chris Darrochdescribe new check_config hook
2006-10-11  Chris Darrochadded pre_config, check_config, and test_config hooks
2006-10-11  Graham Leggettmod_disk_cache: Implement read-while-caching.
2006-10-10  Graham Leggettmod_disk_cache: NULL fd pointers when closing them...
2006-10-10  Graham Leggettsendfile_nonblocking() takes the _brigade_ as an argume...
2006-10-10  Graham Leggettmod_disk_cache: Do away with the write-to-file-then...
2006-10-10  Nick KewFix rewritemap/dbd bug pointed out by Davi Arnaut,...
2006-10-10  Nick KewFix bugs pointed out by rpluem in rewritemap/dbd
2006-10-10  Nick KewRetrieve optional functions in time!
2006-10-10  Nick KewAdd SQL Query capability to RewriteMap
2006-10-08  Mladen TurkAdd compat module by default.
2006-10-06  Ruediger Pluem* mod_proxy_balancer: Document BALANCER_ROUTE_CHANGED...
2006-10-05  Rich BowenSeems like a good idea to close the <Directory> tag...
2006-10-05  Rich BowenA few missing line breaks
2006-10-03  Mladen TurkMake sure that original socket timeout gets restored
2006-10-03  Mladen TurkRevert 451953 and 451951. Log the real r->method that is
2006-10-03  Ruediger Pluem* Sync with 2.2.x CHANGES file
2006-10-03  Joe OrtonWhen starting a new piped error logger for the main...
2006-10-03  Jeff Trawickspellcheck
2006-10-03  Nick KewSupport regexp-based manipulation of HTTP headers
2006-10-03  Mladen TurkAdd missing include for experimental is_connected.
2006-10-02  Ruediger Pluem* Fix precedence problem.
2006-10-02  Ruediger Pluem* Fix precedence problem.
2006-10-02  Mladen TurkBump MMN for r451575.
2006-10-02  Mladen TurkUps. Fix typo. We are logging int, not string.
2006-10-02  Mladen TurkIf the r->method_number is unknown the r->method
2006-10-02  Mladen TurkCleanup alternate is_connected method.
2006-09-30  Mladen TurkMove new struct member to the end of the struct,
2006-09-30  Mladen TurkAdd alternative is_socket_connected implementation.
2006-09-30  Mladen TurkEnable retry=0 for the worker.
2006-09-30  Mladen TurkAdd force recovery for balancer.
2006-09-29  Joe Orton* server/mpm/prefork/prefork.c (prefork_check_config...
2006-09-29  Garrett RooneyFollow up to r451006, use APR_STATUS_IS_TIMEUP instead...
2006-09-29  Garrett RooneyFollow up to r451287, use APR_STATUS_IS_TIMEUP instead...
2006-09-29  Ruediger Pluem* Notice a timeout as an error message. This might...
2006-09-29  Ruediger Pluem* Move the tasks of eor_bucket_destroy (status update...
2006-09-28  Ruediger Pluem* Notice that reading of the request entity body failed...
2006-09-27  Rich BowenMinor typo
2006-09-27  Graham Leggettmod_cache: Eliminate a bogus error in the log when...
2006-09-26  Graham LeggettAllocate the temporary copy file buffer from a pool.
2006-09-26  Graham Leggettmod_disk_cache: Make caching of large files possible...
2006-09-26  Graham Leggettmod_mem_cache: Convert mod_mem_cache to use APR memory...
2006-09-26  Graham LeggettMemory leak fix: Unconditionally free the buffer.
2006-09-26  Graham Leggettmod_cache: From RFC3986 (section 6.2.3.) if a URI conta...
2006-09-26  Graham LeggettDon't cache requests with a expires date in the past...
2006-09-26  Graham Leggettmod_disk_cache: Make sure that only positive integers...
2006-09-24  Nick KewChange wording as suggested by jslive.
2006-09-24  Nick KewAdd extra explanatory clause to VirtualHost docs
2006-09-22  Rich BowenCapitalization consistency
2006-09-22  Rich BowenSmall typo.
2006-09-21  Nick KewGeneric fix for PR#31759
2006-09-20  Garrett Rooney* modules/cache/mod_cache.h: Fix comment that was obvio...
2006-09-20  Garrett Rooney* modules/cache/mod_cache.h
2006-09-16  Ruediger Pluem* Set the new environment variable BALANCER_ROUTE_CHANG...
2006-09-15  Jeff Trawicknote a backport; don't forget that trunk had an additional
2006-09-14  Ruediger Pluem* PROXY_WORKER_IS_INITIALIZED checks if PROXY_WORKER_IN...
2006-09-12  Nick KewPR 31759 (mutated) - reported by Jo Rhett
2006-09-10  Ruediger Pluem* Print the correct error message for erroneous configu...
2006-09-09  Jeff TrawickAllow htcacheclean, httxt2dbm, and fcgistarter to link...
2006-09-06  Jim JagielskiUpdate backports
2006-09-05  Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-09-04  Ruediger Pluem* Extract stickysession information correctly in the...
2006-09-04  Jeff TrawickHandle filter names which include capital letters.
2006-09-03  William A.... Sync these to VC 2005, a .manifest file is created...
2006-09-02  William A.... Silence VC2005 faux-errors in pcre with the minimum...
2006-08-28  André Maloupdate transformation
2006-08-28  André Malofix validation error
2006-08-28  Jim JagielskiMinor nit: why make the logic more complex than it...
2006-08-28  Jim JagielskiThese have been approved for backport and or in/will...
2006-08-28  Ruediger Pluem* Note the changes that were done in revisions
2006-08-24  Ruediger Pluem* Close connection to backend if reading of request...
2006-08-23  Noirin PlunkettFix contributed by Bjarne D Mathiesen <macintosh@mathi...
2006-08-22  Sander TemmeStale Bugzilla link as noted by Christophe Jaillet
next