| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Better detection and clean up of ldap connection that have been | Bradley Nicholes | 2006-11-08 | 1 | -106/+119 |
* | Fix broken compile for platforms with sendfile() -- As Graham says: Looks lik... | Martin Kraemer | 2006-11-02 | 1 | -0/+4 |
* | * Assign rv in the if statement to return the correct error code and | Ruediger Pluem | 2006-11-01 | 1 | -1/+4 |
* | * Increase the minimum and default value for MCacheMinObjectSize from 0 to 1, | Ruediger Pluem | 2006-11-01 | 1 | -3/+6 |
* | When Servlet container sends AJP body message with size 0, this means that Se... | Mladen Turk | 2006-10-29 | 1 | -12/+21 |
* | Restore the pdconf configuration structure in the SENDFILE case. | Graham Leggett | 2006-10-27 | 1 | -0/+4 |
* | mod_cache: Pass the output filter stack through the store_body() | Graham Leggett | 2006-10-27 | 5 | -299/+258 |
* | Add the modules/database directory to the includes search list. | Bradley Nicholes | 2006-10-26 | 1 | -0/+1 |
* | Revert the splitting of buckets before they are handed to the cache providers, | Graham Leggett | 2006-10-26 | 2 | -118/+7 |
* | Move the assignment statements after the #if code to eliminate the C++ style ... | Bradley Nicholes | 2006-10-26 | 1 | -4/+2 |
* | Optimise the alternate case. Fail fast and stop splitting buckets if | Graham Leggett | 2006-10-25 | 1 | -1/+1 |
* | mod_cache: Fix an out of memory condition that occurs when the | Graham Leggett | 2006-10-25 | 2 | -7/+118 |
* | Once SSLMutex allowed for the setting of both the | Jim Jagielski | 2006-10-24 | 3 | -99/+15 |
* | Add CPING/CPONG message size as defined as max inside Apache Tomcat using def... | Mladen Turk | 2006-10-24 | 2 | -1/+2 |
* | Put the next field at the end of the structure. | Jean-Frederic Clere | 2006-10-24 | 1 | -2/+2 |
* | 128 is enough for CPING/CPONG messages. | Mladen Turk | 2006-10-24 | 1 | -1/+1 |
* | Make sure the AJP message is between 8 and 64K. | Mladen Turk | 2006-10-24 | 2 | -9/+12 |
* | fix typo that breaks compilation | Jeff Trawick | 2006-10-23 | 1 | -1/+1 |
* | At support for ProxyIOBufferSize in AJP. | Jean-Frederic Clere | 2006-10-23 | 5 | -25/+50 |
* | mod_authn_dbd: Export any additional columns queried in the SQL select | Graham Leggett | 2006-10-22 | 3 | -5/+63 |
* | mod_dbd: Key the storage of prepared statements on the hex string | Graham Leggett | 2006-10-22 | 1 | -11/+2 |
* | add example test_config routine | Chris Darroch | 2006-10-17 | 1 | -13/+29 |
* | Added mod_proxy_fcgi win32 build. | Mladen Turk | 2006-10-14 | 1 | -0/+115 |
* | mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If | Graham Leggett | 2006-10-12 | 1 | -0/+28 |
* | So I'm sitting in Rich's talk and think to myself, it's kind | Jim Jagielski | 2006-10-12 | 1 | -6/+69 |
* | mod_disk_cache: Implement read-while-caching. | Graham Leggett | 2006-10-11 | 2 | -14/+287 |
* | mod_disk_cache: NULL fd pointers when closing them, fix missing | Graham Leggett | 2006-10-11 | 1 | -16/+27 |
* | mod_disk_cache: Do away with the write-to-file-then-move-in-place | Graham Leggett | 2006-10-10 | 2 | -262/+694 |
* | Fix rewritemap/dbd bug pointed out by Davi Arnaut, and improve error reporting. | Nick Kew | 2006-10-10 | 1 | -2/+6 |
* | Fix bugs pointed out by rpluem in rewritemap/dbd | Nick Kew | 2006-10-10 | 1 | -2/+3 |
* | Retrieve optional functions in time! | Nick Kew | 2006-10-10 | 1 | -6/+2 |
* | Add SQL Query capability to RewriteMap | Nick Kew | 2006-10-10 | 1 | -0/+120 |
* | Make sure that original socket timeout gets restored | Mladen Turk | 2006-10-03 | 1 | -10/+11 |
* | Revert 451953 and 451951. Log the real r->method that is | Mladen Turk | 2006-10-03 | 1 | -2/+2 |
* | spellcheck | Jeff Trawick | 2006-10-03 | 1 | -1/+1 |
* | Support regexp-based manipulation of HTTP headers | Nick Kew | 2006-10-03 | 1 | -8/+59 |
* | Add missing include for experimental is_connected. | Mladen Turk | 2006-10-03 | 1 | -0/+3 |
* | * Fix precedence problem. | Ruediger Pluem | 2006-10-02 | 1 | -3/+3 |
* | * Fix precedence problem. | Ruediger Pluem | 2006-10-02 | 1 | -1/+1 |
* | Ups. Fix typo. We are logging int, not string. | Mladen Turk | 2006-10-02 | 1 | -1/+1 |
* | If the r->method_number is unknown the r->method | Mladen Turk | 2006-10-02 | 1 | -2/+2 |
* | Cleanup alternate is_connected method. | Mladen Turk | 2006-10-02 | 1 | -10/+8 |
* | Move new struct member to the end of the struct, | Mladen Turk | 2006-09-30 | 1 | -1/+1 |
* | Add alternative is_socket_connected implementation. | Mladen Turk | 2006-09-30 | 1 | -0/+58 |
* | Enable retry=0 for the worker. | Mladen Turk | 2006-09-30 | 3 | -3/+5 |
* | Add force recovery for balancer. | Mladen Turk | 2006-09-30 | 1 | -5/+36 |
* | Follow up to r451006, use APR_STATUS_IS_TIMEUP instead of comparing against | Garrett Rooney | 2006-09-29 | 2 | -2/+2 |
* | Follow up to r451287, use APR_STATUS_IS_TIMEUP instead of comparing | Garrett Rooney | 2006-09-29 | 1 | -1/+1 |
* | * Notice a timeout as an error message. This might be valuable for detecting | Ruediger Pluem | 2006-09-29 | 1 | -1/+15 |
* | * Notice that reading of the request entity body failed due to a timeout | Ruediger Pluem | 2006-09-28 | 2 | -0/+10 |