| Commit message (Expand) | Author | Age | Files | Lines |
* | change signed single-bit fields to unsigned | Jeff Trawick | 2011-03-29 | 3 | -45/+45 |
* | enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows | Jeff Trawick | 2011-03-28 | 2 | -10/+0 |
* | fix doxygen warnings | Jeff Trawick | 2011-03-28 | 2 | -1/+2 |
* | Use a var INSTALLBASE to simplify NetWare installation rules. | Guenter Knauf | 2011-03-18 | 1 | -1/+1 |
* | Use var for prelude so its possible to change it at one place. | Guenter Knauf | 2011-03-18 | 5 | -5/+5 |
* | mod_cache: Make CacheEnable and CacheDisable configurable per | Graham Leggett | 2011-03-12 | 3 | -37/+92 |
* | fix some grammar mistakes, mostly in comments | Jeff Trawick | 2011-03-12 | 1 | -1/+1 |
* | Added mod_socache_memcache to NetWare build. | Guenter Knauf | 2011-03-10 | 2 | -0/+261 |
* | Removed wrong imports / modules from NetWare sochache makefiles. | Guenter Knauf | 2011-03-09 | 2 | -4/+0 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 4 | -4/+4 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 5 | -33/+33 |
* | mod_cache_disk: Prevent a segfault should we receive a further bucket after | Graham Leggett | 2011-03-04 | 1 | -1/+1 |
* | mod_cache_disk: Only attempt to commit to the initialisation if the attempt | Graham Leggett | 2011-03-04 | 1 | -2/+11 |
* | Don't skip the first character, as it may be a quote, which is handled | Graham Leggett | 2011-02-15 | 1 | -1/+1 |
* | fix theoretical const issue in call to strchr() | Jeff Trawick | 2011-02-14 | 1 | -2/+2 |
* | mod_cache: When a request other than GET or HEAD arrives, we must | Graham Leggett | 2011-02-13 | 4 | -22/+120 |
* | mod_cache: Make sure that the moving of the CACHE filter to another | Graham Leggett | 2011-02-13 | 1 | -4/+8 |
* | mod_cache: When a bad Expires date is present, we need to behave as if | Graham Leggett | 2011-02-12 | 1 | -3/+1 |
* | mod_cache: We must ignore quoted-string values that appear in a | Graham Leggett | 2011-02-12 | 1 | -4/+74 |
* | mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must | Graham Leggett | 2011-02-11 | 1 | -8/+14 |
* | * Make module compile by fixing some typos. | Ruediger Pluem | 2011-02-09 | 1 | -2/+2 |
* | * modules/cache/mod_socache_shmcb.c: Comment tweak. | Joe Orton | 2011-01-15 | 1 | -1/+1 |
* | Fix some doxygen warnings | Stefan Fritsch | 2010-12-08 | 3 | -4/+4 |
* | Further trivial updates mod_disk_cache -> mod_cache_disk. | Rainer Jung | 2010-11-26 | 2 | -2/+2 |
* | Fixed NetWare build. | Guenter Knauf | 2010-11-21 | 1 | -1/+1 |
* | Rename disk_cache to cache_disk within logging statements. | Graham Leggett | 2010-11-20 | 1 | -33/+33 |
* | mod_disk_cache renamed to mod_cache_disk, to be consistent with the | Graham Leggett | 2010-11-20 | 6 | -47/+49 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | More splitting as suggested by minfrin. | Guenter Knauf | 2010-11-11 | 3 | -45/+72 |
* | Splitted off cache defines/structs used by htcacheclean. | Guenter Knauf | 2010-11-11 | 3 | -64/+98 |
* | mod_cache: correctly parse quoted strings in cache headers. | Nick Kew | 2010-11-03 | 1 | -0/+24 |
* | Add to modules' help text (displayed by ./configure -h) more | Daniel Earl Poirier | 2010-11-01 | 1 | -1/+1 |
* | mod_cache: Respect the original Cache-Control header if no header arrives | Graham Leggett | 2010-10-23 | 1 | -1/+10 |
* | mod_disk_cache: Make sure we step down cleanly when we've ben configured | Graham Leggett | 2010-10-23 | 1 | -0/+4 |
* | Be compliant with RFC2616 14.46, revalidation failed is Warning 111, not | Graham Leggett | 2010-10-22 | 1 | -6/+6 |
* | Be more efficient when handling the Expires header. | Graham Leggett | 2010-10-18 | 1 | -5/+3 |
* | Remove the remove_url filter consistently for both the ap_die() and the | Graham Leggett | 2010-10-18 | 1 | -2/+2 |
* | Optimise the configuration structures for mod_disk_cache. | Graham Leggett | 2010-10-17 | 1 | -7/+7 |
* | Optimise the configuration structures for mod_cache. | Graham Leggett | 2010-10-17 | 1 | -49/+49 |
* | Use ap_log_rerror() instead of ap_log_error() across mod_cache and | Graham Leggett | 2010-10-17 | 7 | -220/+215 |
* | Support Cache-Control: no-cache with a header name, and private with a | Graham Leggett | 2010-10-17 | 1 | -3/+6 |
* | Don't attempt to kill a stale entry that cannot be revalidated so early | Graham Leggett | 2010-10-17 | 1 | -42/+24 |
* | As cache_control_t is public, make ap_cache_control() public with it. Bump | Graham Leggett | 2010-10-17 | 2 | -8/+8 |
* | Don't attempt to remove the existing conditional headers until we have | Graham Leggett | 2010-10-17 | 1 | -26/+26 |
* | Support Cache-Control: only-if-cached, as per RFC2616 14.9.4. | Graham Leggett | 2010-10-17 | 2 | -6/+20 |
* | Fix the error cases in the cache_select() loop. On error we must loop around | Graham Leggett | 2010-10-17 | 1 | -5/+19 |
* | Fix the return values in the cache_select() function, we don't return APR | Graham Leggett | 2010-10-17 | 1 | -2/+2 |
* | Add support for proxy-revalidate as per RFC2616 section 14.9.4. | Graham Leggett | 2010-10-17 | 1 | -3/+6 |