index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
No functional change: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
3
-9
/
+9
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
7
-172
/
+172
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
3
-32
/
+32
*
fix memory leak. Reported by <christophe.jaillet@wanadoo.fr>
Bill Stoddard
2005-11-02
1
-0
/
+1
*
* Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differ
Ruediger Pluem
2005-10-17
1
-11
/
+73
*
Two minor whitespace cleanups. Syncs with the 2.2.x branch.
Colm MacCarthaigh
2005-10-03
1
-2
/
+2
*
Fixes and cleanups for mod_cache;
Colm MacCarthaigh
2005-09-26
3
-22
/
+49
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-28
4
-26
/
+39
*
Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-host
Colm MacCarthaigh
2005-08-23
3
-22
/
+73
*
remove some unused variables and re-name cache_select_url() to simply
Colm MacCarthaigh
2005-08-23
4
-9
/
+5
*
Improve the cache hit/miss ratio by canonicalising the url key. hostname's
Colm MacCarthaigh
2005-08-23
1
-4
/
+74
*
Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.h
Andreas Steinmetz
2005-08-23
2
-64
/
+96
*
Move the debuging log message about the removal of a url from
Justin Erenkrantz
2005-08-12
2
-5
/
+4
*
mod_disk_cache: Remove the directory path of the cached file as far as possible
Justin Erenkrantz
2005-08-12
1
-2
/
+49
*
* modules/cache/cache_storage.c (cache_remove_url): Remove unused
Joe Orton
2005-08-12
1
-3
/
+0
*
Fix incorrectly served 304 responses when expired cache entity
Justin Erenkrantz
2005-08-11
1
-4
/
+37
*
mod_cache: Implement remove URL via a filter.
Justin Erenkrantz
2005-08-11
4
-19
/
+101
*
Implement mod_disk_cache's remove_url.
Justin Erenkrantz
2005-08-11
1
-2
/
+44
*
mod_disk_cache: Retry file rename up to three times to ameliorate race
Justin Erenkrantz
2005-08-10
1
-3
/
+30
*
Opps. Use the correct member of the structure.
Paul Querna
2005-07-21
1
-1
/
+1
*
Correctly restore the HTTP status from the cache handler.
Paul Querna
2005-07-21
1
-0
/
+5
*
Quick hack to store varied contents under the same path, making it
Paul Querna
2005-07-20
1
-6
/
+28
*
Now you can run mod_deflate before mod_cache, and cache it.
Paul Querna
2005-07-20
1
-2
/
+2
*
caddr_t is quite non-portable, but a (void*) will do the trick.
William A. Rowe Jr
2005-06-17
1
-1
/
+1
*
Fix up some type mismatches that are causing compiler errors in Metrowerks on...
Bradley Nicholes
2005-06-15
2
-3
/
+3
*
- Remove unneeded cast.
Paul Querna
2005-06-14
1
-1
/
+1
*
- Partial revert of revision 190535. Remove const from tempfile, since apr_f...
Paul Querna
2005-06-14
1
-1
/
+1
*
* cache/mod_disk_cache.c: Make most members of disk_cache_object into const c...
Paul Querna
2005-06-14
2
-15
/
+15
*
- Remove unused dirlevels and dirlength from the cache info structure.
Paul Querna
2005-06-14
1
-4
/
+0
*
Based on feedback from dev@httpd, store Vary headers inside the '.header' file.
Paul Querna
2005-06-13
1
-28
/
+292
*
- link/unlink are not called directly, so we do not need this extra header.
Paul Querna
2005-06-11
1
-4
/
+0
*
- Use apr_file_mktemp() and rename the header data file to its final location...
Paul Querna
2005-06-11
1
-11
/
+24
*
* cache_save_filter:
Paul Querna
2005-06-10
1
-15
/
+11
*
Rename generate_name to ap_cache_generate_name
Bradley Nicholes
2005-06-08
1
-1
/
+1
*
* mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is al...
Paul Querna
2005-06-06
1
-1
/
+3
*
'generate_name' is too generic to be in the public symbols. Rename it to ap_c...
Paul Querna
2005-06-03
3
-9
/
+9
*
Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
William A. Rowe Jr
2005-05-15
4
-4
/
+4
*
Another mod_cache fixlet.
Sander Striker
2005-03-11
2
-0
/
+13
*
Make IgnoreCacheControl do what it implies when it comes to requests and
Sander Striker
2005-03-08
1
-6
/
+8
*
Improve caching a bit more...
Sander Striker
2005-03-08
2
-39
/
+32
*
Remove an unused function.
Sander Striker
2005-03-08
3
-13
/
+0
*
* modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in not
Justin Erenkrantz
2005-03-07
1
-1
/
+4
*
More mod_cache tweakage...
Sander Striker
2005-03-06
2
-14
/
+27
*
Tracked down by Justin Erenkrantz.
Sander Striker
2005-03-06
1
-67
/
+61
*
* modules/cache/mod_cache.c
Sander Striker
2005-03-06
1
-2
/
+6
*
* modules/cache/mod_disk_cache.c (store_body): Fix format string
Joe Orton
2005-02-11
3
-6
/
+5
*
Some minimal tweaks to mod_cache.
Sander Striker
2005-02-09
2
-3
/
+4
*
More work to properly handle revalidated responses correctly.
Justin Erenkrantz
2005-02-09
4
-19
/
+64
*
More mod_cache tweakage.
Sander Striker
2005-02-08
1
-5
/
+7
*
Make the function declaration match the prototype
Bradley Nicholes
2005-02-08
1
-1
/
+1
[next]