summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Better detection and clean up of ldap connection that have beenBradley Nicholes2006-11-081-106/+119
* Fix broken compile for platforms with sendfile() -- As Graham says: Looks lik...Martin Kraemer2006-11-021-0/+4
* * Assign rv in the if statement to return the correct error code andRuediger Pluem2006-11-011-1/+4
* * Increase the minimum and default value for MCacheMinObjectSize from 0 to 1,Ruediger Pluem2006-11-011-3/+6
* When Servlet container sends AJP body message with size 0, this means that Se...Mladen Turk2006-10-291-12/+21
* Restore the pdconf configuration structure in the SENDFILE case.Graham Leggett2006-10-271-0/+4
* mod_cache: Pass the output filter stack through the store_body()Graham Leggett2006-10-275-299/+258
* Add the modules/database directory to the includes search list.Bradley Nicholes2006-10-261-0/+1
* Revert the splitting of buckets before they are handed to the cache providers,Graham Leggett2006-10-262-118/+7
* Move the assignment statements after the #if code to eliminate the C++ style ...Bradley Nicholes2006-10-261-4/+2
* Optimise the alternate case. Fail fast and stop splitting buckets ifGraham Leggett2006-10-251-1/+1
* mod_cache: Fix an out of memory condition that occurs when theGraham Leggett2006-10-252-7/+118
* Once SSLMutex allowed for the setting of both theJim Jagielski2006-10-243-99/+15
* Add CPING/CPONG message size as defined as max inside Apache Tomcat using def...Mladen Turk2006-10-242-1/+2
* Put the next field at the end of the structure.Jean-Frederic Clere2006-10-241-2/+2
* 128 is enough for CPING/CPONG messages.Mladen Turk2006-10-241-1/+1
* Make sure the AJP message is between 8 and 64K.Mladen Turk2006-10-242-9/+12
* fix typo that breaks compilationJeff Trawick2006-10-231-1/+1
* At support for ProxyIOBufferSize in AJP.Jean-Frederic Clere2006-10-235-25/+50
* mod_authn_dbd: Export any additional columns queried in the SQL selectGraham Leggett2006-10-223-5/+63
* mod_dbd: Key the storage of prepared statements on the hex stringGraham Leggett2006-10-221-11/+2
* add example test_config routineChris Darroch2006-10-171-13/+29
* Added mod_proxy_fcgi win32 build.Mladen Turk2006-10-141-0/+115
* mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. IfGraham Leggett2006-10-121-0/+28
* So I'm sitting in Rich's talk and think to myself, it's kindJim Jagielski2006-10-121-6/+69
* mod_disk_cache: Implement read-while-caching.Graham Leggett2006-10-112-14/+287
* mod_disk_cache: NULL fd pointers when closing them, fix missingGraham Leggett2006-10-111-16/+27
* mod_disk_cache: Do away with the write-to-file-then-move-in-placeGraham Leggett2006-10-102-262/+694
* Fix rewritemap/dbd bug pointed out by Davi Arnaut, and improve error reporting.Nick Kew2006-10-101-2/+6
* Fix bugs pointed out by rpluem in rewritemap/dbdNick Kew2006-10-101-2/+3
* Retrieve optional functions in time!Nick Kew2006-10-101-6/+2
* Add SQL Query capability to RewriteMapNick Kew2006-10-101-0/+120
* Make sure that original socket timeout gets restoredMladen Turk2006-10-031-10/+11
* Revert 451953 and 451951. Log the real r->method that isMladen Turk2006-10-031-2/+2
* spellcheckJeff Trawick2006-10-031-1/+1
* Support regexp-based manipulation of HTTP headersNick Kew2006-10-031-8/+59
* Add missing include for experimental is_connected.Mladen Turk2006-10-031-0/+3
* * Fix precedence problem.Ruediger Pluem2006-10-021-3/+3
* * Fix precedence problem.Ruediger Pluem2006-10-021-1/+1
* Ups. Fix typo. We are logging int, not string.Mladen Turk2006-10-021-1/+1
* If the r->method_number is unknown the r->methodMladen Turk2006-10-021-2/+2
* Cleanup alternate is_connected method.Mladen Turk2006-10-021-10/+8
* Move new struct member to the end of the struct,Mladen Turk2006-09-301-1/+1
* Add alternative is_socket_connected implementation.Mladen Turk2006-09-301-0/+58
* Enable retry=0 for the worker.Mladen Turk2006-09-303-3/+5
* Add force recovery for balancer.Mladen Turk2006-09-301-5/+36
* Follow up to r451006, use APR_STATUS_IS_TIMEUP instead of comparing againstGarrett Rooney2006-09-292-2/+2
* Follow up to r451287, use APR_STATUS_IS_TIMEUP instead of comparingGarrett Rooney2006-09-291-1/+1
* * Notice a timeout as an error message. This might be valuable for detectingRuediger Pluem2006-09-291-1/+15
* * Notice that reading of the request entity body failed due to a timeoutRuediger Pluem2006-09-282-0/+10