index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
experimental
/
mod_disk_cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When storing the response headers in mod_cache, omit Transfer-Encoding
Brian Pane
2002-11-17
1
-2
/
+3
*
Improves the user friendliness of the CacheRoot processing
Paul J. Reder
2002-11-08
1
-22
/
+23
*
Added code to process min and max file size directives and to
Paul J. Reder
2002-11-08
1
-2
/
+11
*
Change the CacheRoot processing to check for a required
Paul J. Reder
2002-10-24
1
-9
/
+34
*
Temporary fix for the len type discrepancy, with documentation to be fixed.
William A. Rowe Jr
2002-10-13
1
-1
/
+2
*
Removed unused variable
Brian Pane
2002-09-17
1
-1
/
+0
*
Remove the setting of the status line from the cache in mod_disk_cache,
Brian Pane
2002-09-14
1
-6
/
+4
*
Get mod_disk_cache working.
Bill Stoddard
2002-08-18
1
-2
/
+40
*
We describe body lengths throughout apr in apr_off_t lengths. While we
William A. Rowe Jr
2002-08-04
1
-1
/
+1
*
axe an unused function
Jeff Trawick
2002-07-17
1
-5
/
+0
*
clear up some warnings about unused variables
Ian Holsman
2002-05-30
1
-9
/
+14
*
Fix a file permissions problem which prevented mod_disk_cache
Jeff Trawick
2002-05-23
1
-1
/
+1
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-5
/
+5
*
Fix a couple of edge cases when the content being cached is generated locally.
Bill Stoddard
2002-04-03
1
-0
/
+11
*
Make comments and function name agree with what the functions actually do.
Bill Stoddard
2002-04-03
1
-7
/
+8
*
Cleanup some compile warnings.
Bill Stoddard
2002-04-02
1
-4
/
+4
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-3
/
+3
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Change the return type on read_headers, write_headers, read_body and write_body.
Bill Stoddard
2002-03-07
1
-13
/
+12
*
Add some messages. Be a bit smarter about detecting if a write has started
Bill Stoddard
2002-02-20
1
-6
/
+20
*
This is a bug or two away from working... Open both the header and data
Bill Stoddard
2002-02-15
1
-75
/
+67
*
Stuff is getting put in the cache. Still not serving out of the cache though.
Bill Stoddard
2002-02-14
1
-1
/
+2
*
Set some meaningful defaults on dirlevels and dirlength. Getting closer...
Bill Stoddard
2002-02-14
1
-25
/
+39
*
More APR'izing and general cleanup. Need to handle the temp file correctly...
Bill Stoddard
2002-02-13
1
-40
/
+24
*
APR'ize some codepaths. Implement mkdir_structure. General cleanup...
Bill Stoddard
2002-02-13
1
-38
/
+57
*
Set some defaults...
Bill Stoddard
2002-02-13
1
-6
/
+21
*
Move mod_disk_cache specific fields out of the cache_obj and into the
Bill Stoddard
2002-02-13
1
-45
/
+58
*
Misc cleanup to fix compile warnings and a segfault. This module is still
Bill Stoddard
2002-02-05
1
-25
/
+27
*
Coding before the first cup of coffee.... Thanks to Martin for pointing this
Bill Stoddard
2002-02-04
1
-1
/
+1
*
CacheRoot takes an argument.
Bill Stoddard
2002-02-04
1
-1
/
+1
*
make it compile on win32
Ian Holsman
2002-02-04
1
-0
/
+5
*
mod_disk_cache cleanup. Pass request_rec on the open_entity call.
Bill Stoddard
2002-02-03
1
-115
/
+215
*
Fix a few compile errors.
Bill Stoddard
2002-02-03
1
-2
/
+2
*
First cut at mod_disk_cache, based on code from the IBM AS400 team. Still
Bill Stoddard
2002-02-03
1
-72
/
+555
*
get mod_disk_cache to compile
Jeff Trawick
2001-12-21
1
-3
/
+3
*
Fix breakage from Brian Pane's util_filter switch to hash tables.
Justin Erenkrantz
2001-09-04
1
-1
/
+1
*
Performance death notices. Note that we shouldn't have EVER coded a
William A. Rowe Jr
2001-08-23
1
-0
/
+3
*
*) Account for the new pool parameter to apr_bucket_file_create()
Cliff Woolley
2001-06-27
1
-1
/
+1
*
Use the proper enum for the block/non-block parameter to apr_bucket_read().
Jeff Trawick
2001-03-02
1
-1
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-8
/
+8
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-13
/
+13
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
Remove a couple more NULL handler specifications.
Ryan Bloom
2001-01-12
1
-1
/
+0
*
First pass at a set of caching filters and handlers. This implements a
Ryan Bloom
2000-11-17
1
-0
/
+171