]> granicus.if.org Git - apache/shortlog
apache
2006-11-08 Bradley NicholesBetter detection and clean up of ldap connection that...
2006-11-07 Jim JagielskiNote 2 backported ports applied to 2.2.4-dev
2006-11-07 Jim JagielskiNote 2 backports applied to 2.2.4-dev
2006-11-02 Martin KraemerFix broken compile for platforms with sendfile() -...
2006-11-01 Ruediger Pluem* Assign rv in the if statement to return the correct...
2006-11-01 Ruediger Pluem* Increase the minimum and default value for MCacheMinO...
2006-10-29 Mladen TurkWhen Servlet container sends AJP body message with...
2006-10-29 Rich BowenAdd a usage example to mod_proxy_balancer.
2006-10-29 Rich Bowen<i> and <b> aren't valid in your docs stylesheet. Chang...
2006-10-27 Graham LeggettRestore the pdconf configuration structure in the SENDF...
2006-10-27 Graham Leggettmod_cache: Pass the output filter stack through the...
2006-10-26 Bradley NicholesAdd util_mutex.c and .h to the netware build
2006-10-26 Bradley NicholesAdd the modules/database directory to the includes...
2006-10-26 Graham LeggettRevert the splitting of buckets before they are handed...
2006-10-26 Bradley NicholesMove the assignment statements after the #if code to...
2006-10-25 Graham LeggettOptimise the alternate case. Fail fast and stop splitti...
2006-10-25 Graham Leggettmod_cache: Fix an out of memory condition that occurs...
2006-10-24 Graham LeggettFix a typo.
2006-10-24 Joe Orton* server/log.c (ap_open_logs): When dup2'ing the error...
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...
next