summaryrefslogtreecommitdiffstats
path: root/modules/experimental/mod_disk_cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When storing the response headers in mod_cache, omit Transfer-EncodingBrian Pane2002-11-171-2/+3
* Improves the user friendliness of the CacheRoot processingPaul J. Reder2002-11-081-22/+23
* Added code to process min and max file size directives and toPaul J. Reder2002-11-081-2/+11
* Change the CacheRoot processing to check for a requiredPaul J. Reder2002-10-241-9/+34
* Temporary fix for the len type discrepancy, with documentation to be fixed.William A. Rowe Jr2002-10-131-1/+2
* Removed unused variableBrian Pane2002-09-171-1/+0
* Remove the setting of the status line from the cache in mod_disk_cache,Brian Pane2002-09-141-6/+4
* Get mod_disk_cache working.Bill Stoddard2002-08-181-2/+40
* We describe body lengths throughout apr in apr_off_t lengths. While weWilliam A. Rowe Jr2002-08-041-1/+1
* axe an unused functionJeff Trawick2002-07-171-5/+0
* clear up some warnings about unused variablesIan Holsman2002-05-301-9/+14
* Fix a file permissions problem which prevented mod_disk_cacheJeff Trawick2002-05-231-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-5/+5
* Fix a couple of edge cases when the content being cached is generated locally.Bill Stoddard2002-04-031-0/+11
* Make comments and function name agree with what the functions actually do.Bill Stoddard2002-04-031-7/+8
* Cleanup some compile warnings.Bill Stoddard2002-04-021-4/+4
* BUCKET FREELISTSCliff Woolley2002-03-291-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change the return type on read_headers, write_headers, read_body and write_body.Bill Stoddard2002-03-071-13/+12
* Add some messages. Be a bit smarter about detecting if a write has startedBill Stoddard2002-02-201-6/+20
* This is a bug or two away from working... Open both the header and dataBill Stoddard2002-02-151-75/+67
* Stuff is getting put in the cache. Still not serving out of the cache though.Bill Stoddard2002-02-141-1/+2
* Set some meaningful defaults on dirlevels and dirlength. Getting closer...Bill Stoddard2002-02-141-25/+39
* More APR'izing and general cleanup. Need to handle the temp file correctly...Bill Stoddard2002-02-131-40/+24
* APR'ize some codepaths. Implement mkdir_structure. General cleanup...Bill Stoddard2002-02-131-38/+57
* Set some defaults...Bill Stoddard2002-02-131-6/+21
* Move mod_disk_cache specific fields out of the cache_obj and into theBill Stoddard2002-02-131-45/+58
* Misc cleanup to fix compile warnings and a segfault. This module is stillBill Stoddard2002-02-051-25/+27
* Coding before the first cup of coffee.... Thanks to Martin for pointing thisBill Stoddard2002-02-041-1/+1
* CacheRoot takes an argument.Bill Stoddard2002-02-041-1/+1
* make it compile on win32Ian Holsman2002-02-041-0/+5
* mod_disk_cache cleanup. Pass request_rec on the open_entity call.Bill Stoddard2002-02-031-115/+215
* Fix a few compile errors.Bill Stoddard2002-02-031-2/+2
* First cut at mod_disk_cache, based on code from the IBM AS400 team. StillBill Stoddard2002-02-031-72/+555
* get mod_disk_cache to compileJeff Trawick2001-12-211-3/+3
* Fix breakage from Brian Pane's util_filter switch to hash tables.Justin Erenkrantz2001-09-041-1/+1
* Performance death notices. Note that we shouldn't have EVER coded aWilliam A. Rowe Jr2001-08-231-0/+3
* *) Account for the new pool parameter to apr_bucket_file_create()Cliff Woolley2001-06-271-1/+1
* Use the proper enum for the block/non-block parameter to apr_bucket_read().Jeff Trawick2001-03-021-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-8/+8
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-13/+13
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Remove a couple more NULL handler specifications.Ryan Bloom2001-01-121-1/+0
* First pass at a set of caching filters and handlers. This implements aRyan Bloom2000-11-171-0/+171