| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed import file since now dynamically generated. | Guenter Knauf | 2011-12-07 | 1 | -0/+0 |
* | NetWare build fixes. | Guenter Knauf | 2011-12-06 | 2 | -15/+3 |
* | mod_cache: Remove dead code from the legacy mod_mem_cache module. | Graham Leggett | 2011-12-06 | 6 | -1163/+0 |
* | Change the provider names to match the module names: | Stefan Fritsch | 2011-12-04 | 1 | -1/+1 |
* | mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token(). | Graham Leggett | 2011-12-03 | 3 | -108/+1 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 9 | -166/+166 |
* | mod_cache: Apply the API change that allows future mod_cache providers to | Graham Leggett | 2011-11-30 | 2 | -1/+8 |
* | Fixed compilation for non-*nix platforms. | Guenter Knauf | 2011-11-30 | 1 | -0/+2 |
* | Remove more log message prefixes that are now redundant as the | Stefan Fritsch | 2011-11-29 | 3 | -50/+49 |
* | Fix some warn_unused_result compiler warnings by checking the return code of | Stefan Fritsch | 2011-11-27 | 1 | -15/+24 |
* | Use varargs... | Jim Jagielski | 2011-11-24 | 1 | -7/+4 |
* | Use ap_pass_brigade_fchk() | Jim Jagielski | 2011-11-23 | 1 | -25/+8 |
* | mod_cache_disk: Make sure we check return codes on all writes and attempts | Graham Leggett | 2011-11-21 | 1 | -7/+46 |
* | value never used: dead assignment | Jim Jagielski | 2011-11-21 | 1 | -1/+0 |
* | mod_cache_disk: Remove the unnecessary intermediate brigade while writing | Graham Leggett | 2011-11-19 | 2 | -15/+2 |
* | mod_cache: Make sure we merge headers correctly when we handle a non | Graham Leggett | 2011-11-12 | 1 | -0/+14 |
* | Consistently use base 10 for numbers when parsing config options. It may be | Stefan Fritsch | 2011-10-09 | 1 | -4/+4 |
* | Fix a potential NULL pointer dereference found by clang. | Stefan Fritsch | 2011-10-08 | 1 | -0/+1 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -8/+8 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 4 | -84/+84 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 3 | -12/+12 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 4 | -33/+9 |
* | mod_cache: Ensure that CacheDisable can correctly appear within | Graham Leggett | 2011-08-15 | 1 | -16/+12 |
* | mod_cache: Fix the moving of the CACHE filter, which erroneously | Graham Leggett | 2011-08-15 | 1 | -2/+2 |
* | Tolerate dependency checking failures in configure | Rainer Jung | 2011-07-05 | 1 | -5/+15 |
* | Silence compiler warnings. | Rainer Jung | 2011-07-04 | 1 | -1/+1 |
* | 1) Add --with-distcache to configure for choosing | Rainer Jung | 2011-07-04 | 1 | -23/+79 |
* | Avoid some memory allocations by using apr_table_setn where the string | Stefan Fritsch | 2011-06-13 | 1 | -6/+6 |
* | mod_cache: Ensure that r->content_type is set when serving stale | Graham Leggett | 2011-06-07 | 1 | -0/+3 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -2/+1 |
* | mod_cache: Clarify which scenario we have present, quick handler on and CACHE | Graham Leggett | 2011-05-23 | 1 | -3/+20 |
* | Both lastmod and lastmods resolve to 0 when unset, but only lastmods is a | Graham Leggett | 2011-05-16 | 1 | -1/+1 |
* | mod_cache: When content is served stale, and there is no means to | Graham Leggett | 2011-05-15 | 1 | -2/+9 |
* | Improvements found by cppcheck: | Stefan Fritsch | 2011-05-15 | 1 | -2/+2 |
* | 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 |