summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove over-zealous and invalid use of <indent></indent> in the CachingColm MacCarthaigh2005-08-242-78/+0
* Update transformationColm MacCarthaigh2005-08-2314-11/+694
* A first take at a User-Guide for caching. Covers mod_cache and mod_file_cache,Colm MacCarthaigh2005-08-234-0/+729
* Add APR_FOPEN_BINARY to the options passed to apr for opening the Colm MacCarthaigh2005-08-231-4/+4
* Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf theColm MacCarthaigh2005-08-235-14/+29
* fix 64bit build warningsAndreas Steinmetz2005-08-231-7/+7
* fix 64bit build warnings in modules/davAndreas Steinmetz2005-08-236-27/+27
* Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-hostColm MacCarthaigh2005-08-236-26/+115
* remove some unused variables and re-name cache_select_url() to simply Colm MacCarthaigh2005-08-234-9/+5
* Improve the cache hit/miss ratio by canonicalising the url key. hostname'sColm MacCarthaigh2005-08-231-4/+74
* Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.hAndreas Steinmetz2005-08-233-113/+97
* add htcacheclean to support/READMEColm MacCarthaigh2005-08-231-0/+3
* Update htcacheclean defines to match mod_disk_cache.c, Andreas is working onColm MacCarthaigh2005-08-231-2/+2
* update transformationAstrid Malo2005-08-2217-33/+46
* some language changes and fixesAstrid Malo2005-08-222-21/+24
* `build extraclean all` (extraclean just to make sure I got them all :-)André Malo2005-08-2225-25/+147
* add description of background faqs, shown on the all in one pageAndré Malo2005-08-221-0/+2
* fix properties, line endings and copyright yearAndré Malo2005-08-221-6/+12
* fix xml validation errorsAndré Malo2005-08-221-6/+7
* OID Support has been dropped from 2.2.xPaul Querna2005-08-201-5/+5
* Resync CHANGES with 2.2.x branch point.Paul Querna2005-08-201-3/+2
* mod_dbd:Nick Kew2005-08-202-66/+61
* Arghhh.... missed the version. Sorry for the noise.Mladen Turk2005-08-191-8/+0
* Revert the hack for setting the lbmethod.Mladen Turk2005-08-191-7/+8
* Backport patch from pcre 6.2 to fix integer overflows in quantifierJoe Orton2005-08-192-9/+25
* Temporary make balancer working.Mladen Turk2005-08-191-0/+7
* Add ssl dir to include path.Mladen Turk2005-08-191-2/+2
* * support/httxt2dbm.c: Fix some style nits, no functional change.Joe Orton2005-08-191-7/+7
* Do not check the value of r->handler.Paul Querna2005-08-181-4/+0
* Start adding more FAQs. Some copied from the 1.3 FAQ.Paul Querna2005-08-177-104/+228
* Add proxy_hook_load_lbmethods to the export and imports lists for the Netware...Bradley Nicholes2005-08-152-0/+2
* Fix typo in manual [Ben Collins-Sussman]Wilfredo Sanchez2005-08-121-1/+1
* Move the debuging log message about the removal of a url fromJustin Erenkrantz2005-08-122-5/+4
* mod_disk_cache: Remove the directory path of the cached file as far as possibleJustin Erenkrantz2005-08-121-2/+49
* When using the LB Balancer manager, if you disabledJim Jagielski2005-08-121-5/+10
* Get rid of some warningsMartin Kraemer2005-08-121-3/+5
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-125-57/+134
* * modules/cache/cache_storage.c (cache_remove_url): Remove unusedJoe Orton2005-08-121-3/+0
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-125-15/+17
* * support/htcacheclean.c (directory_empty): Remove unused function.Joe Orton2005-08-121-26/+0
* Fix build error from cut&pasteNick Kew2005-08-111-3/+4
* Fix incorrectly served 304 responses when expired cache entityJustin Erenkrantz2005-08-112-4/+41
* mod_cache: Implement remove URL via a filter.Justin Erenkrantz2005-08-115-19/+105
* Implement mod_disk_cache's remove_url.Justin Erenkrantz2005-08-112-2/+47
* Add const-ness to apr_dbd_driver_tNick Kew2005-08-112-2/+2
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-113-34/+39
* Note two changes (r231349 and r231351) that are paired together.Justin Erenkrantz2005-08-111-0/+6
* Add -t option to htcacheclean to clean out empty directories.Justin Erenkrantz2005-08-114-11/+85
* mod_disk_cache: Retry file rename up to three times to ameliorate raceJustin Erenkrantz2005-08-111-3/+30
* Update mod_dbd to API that hides apr_dbd_driver_t struct.Nick Kew2005-08-101-5/+7