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
/
cache_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* We need to use the headers_out table we merged above, not the original one.
Ruediger Pluem
2008-04-19
1
-1
/
+1
*
* Style fixes. No functional changes.
Ruediger Pluem
2008-04-19
1
-3
/
+3
*
* Use the correct headers_out table for overlaying.
Ruediger Pluem
2008-04-19
1
-1
/
+1
*
Centralize the error-header collapsing done when sending out cached replies. ...
Dirk-Willem van Gulik
2008-04-18
1
-3
/
+5
*
Make it compile on pre-C99 compilers
Martin Kraemer
2008-04-18
1
-1
/
+1
*
* Style police. No functional changes.
Ruediger Pluem
2008-04-17
1
-16
/
+20
*
Currently each of the caching module includes logic to implement
Dirk-Willem van Gulik
2008-04-17
1
-2
/
+52
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
* If the cached entity contained Cache-Control: no-cache, treat it as stale
Ruediger Pluem
2008-03-02
1
-0
/
+8
*
* Prevent a segmentation fault if one of the Cache-Control headers
Ruediger Pluem
2007-05-06
1
-5
/
+25
*
mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an
Graham Leggett
2006-09-26
1
-0
/
+12
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
* info->expire and info->date are in microseconds. So convert the difference
Ruediger Pluem
2006-06-03
1
-1
/
+1
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-16
/
+16
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-3
/
+3
*
Two minor whitespace cleanups. Syncs with the 2.2.x branch.
Colm MacCarthaigh
2005-10-03
1
-2
/
+2
*
Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-host
Colm MacCarthaigh
2005-08-23
1
-7
/
+49
*
'generate_name' is too generic to be in the public symbols. Rename it to ap_c...
Paul Querna
2005-06-03
1
-2
/
+2
*
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
1
-2
/
+22
*
Remove an unused function.
Sander Striker
2005-03-08
1
-11
/
+0
*
* modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in not
Justin Erenkrantz
2005-03-07
1
-1
/
+4
*
* modules/cache/mod_disk_cache.c (store_body): Fix format string
Joe Orton
2005-02-11
1
-1
/
+0
*
Cleanup structures in mod_cache and friends to remove unused or unnecessary
Justin Erenkrantz
2005-02-08
1
-42
/
+10
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
At long last, promote mod_cache and friends out of experimental/.
Justin Erenkrantz
2004-11-27
1
-0
/
+554