summaryrefslogtreecommitdiffstats
path: root/support/list_hooks.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-13* With SSLProxyCheckPeerCN and SSLProxyCheckPeerExpire available and turnedRuediger Pluem1-12/+0
2009-10-11Add example of load balancing with stickyness using mod_headers.Stefan Fritsch1-1/+17
2009-10-11Allow ProxyPreserveHost to work in <Proxy> sectionsStefan Fritsch6-15/+23
2009-10-10Updates.Lucien Gentis2-9/+14
2009-10-10Stop unexpected error logs in each requests.Takashi Sato1-2/+4
2009-10-10configure: Fix THREADED_MPMS so that mod_cgid isTakashi Sato2-1/+4
2009-10-09Added french translation for mod_proxy documentation.Vincent Deffontaines5-0/+3384
2009-10-09mod_dav: Provide a mechanism to obtain the request_rec and pathnameGraham Leggett3-0/+20
2009-10-09bump pending versionTakashi Sato1-1/+1
2009-10-09Add PR number for r823613.Takashi Sato1-1/+1
2009-10-09Build: Use install instead of cp if available onTakashi Sato2-1/+5
2009-10-09Update doc to match change to mod_cache to include s-maxage inDaniel Earl Poirier1-3/+6
2009-10-09mod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616.Daniel Earl Poirier2-4/+11
2009-10-08mod_logio: introduce new optional function ap_logio_get_last_bytes to getStefan Fritsch5-5/+42
2009-10-08When pick was zero no worker where choosen.Jean-Frederic Clere1-1/+1
2009-10-07remove CHANGES entryStefan Fritsch1-5/+0
2009-10-07Update comments in util_filter.h about bucket and brigade ownership to reflectStefan Fritsch2-7/+21
2009-10-07add note about ssl renegotiationStefan Fritsch1-1/+2
2009-10-07Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)Jean-Frederic Clere1-7/+18
2009-10-06update transformationsStefan Fritsch13-158/+335
2009-10-06Add some docs for mod_reqtimeout.Stefan Fritsch3-0/+154
2009-10-06Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is tooStefan Fritsch4-11/+65
2009-10-05mod_rewrite: Make sure that a hostname:port isn't fully qualified ifGraham Leggett2-1/+7
2009-10-05Update transformations.Graham Leggett4-5/+17
2009-10-05mod_cache: Teach CacheEnable and CacheDisable to work from within aGraham Leggett3-6/+58
2009-10-05No need to constantly compute these; do so once at configJim Jagielski1-13/+31
2009-10-05removed batch file used for CodeWarrior IDE project fileGuenter Knauf1-47/+0
2009-10-05removed CodeWarrior IDE project file since its not maintainedGuenter Knauf1-0/+0
2009-10-05Refactor mod_reqtimeout a bit to use just 1 directives withJim Jagielski1-67/+64
2009-10-05Back out r818492 which prevented all caching of incomplete responses.Daniel Earl Poirier3-106/+14
2009-10-04replaced all backticks with single quotes in output strings.Guenter Knauf1-36/+36
2009-10-04removed obsolete stuff from NetWare export generator script.Guenter Knauf1-8/+0
2009-10-04no declarations after statements.Guenter Knauf1-1/+2
2009-10-04added mod_reqtimeout to NetWare build;Guenter Knauf4-516/+775
2009-10-04Add mod_reqtimeout: New module to set timeouts and minimum data rates forStefan Fritsch3-0/+389
2009-10-04Ensure that we call ap_meets_conditions() in the mod_cache normal handlerGraham Leggett1-0/+5
2009-10-04Correct the attribution in CHANGES.Graham Leggett1-1/+1
2009-10-04Style fixes.Graham Leggett1-4/+8
2009-10-04Remove the server_rec wired into uri_meets_conditions, the debuggingGraham Leggett1-7/+4
2009-10-04* Fix 'may be used uninitialized in this function' compiler warning.Ruediger Pluem1-2/+2
2009-10-04Added french translation for mod_autoindex docVincent Deffontaines6-1/+2101
2009-10-04update transformationAndré Malo8-1232/+1245
2009-10-04Added french translation for mod_proxy_httpVincent Deffontaines6-3/+291
2009-10-04Added fr translation for mod_ldapVincent Deffontaines9-28/+1507
2009-10-04merge if blocksStefan Fritsch1-3/+0
2009-10-04cleanup brigade before reusing itStefan Fritsch1-0/+1
2009-10-04Make sure to not destroy bucket brigades that have been created by earlierStefan Fritsch4-22/+22
2009-10-04Only use fcntl() if we have fcntl.hStefan Fritsch1-5/+17
2009-10-04core, mod_deflate, mod_sed: Reduce memory usage by reusing bucketStefan Fritsch5-35/+58
2009-10-03refactor child status update functions to accommodate the addition ofJeff Trawick1-16/+29