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
/
mod_cache_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add error message when storing data to temp file fails.
Giovanni Bechis
2023-03-24
1
-1
/
+8
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-08-29
1
-2
/
+2
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
1
-12
/
+12
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
* modules/cache/mod_cache_disk.c (write_headers): Handle
Joe Orton
2018-10-05
1
-4
/
+5
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-4
/
+6
*
disk_cache: improve logging of errors around reading stored headers
Eric Covener
2015-12-21
1
-3
/
+12
*
Silence a sparse warning about inconsistent indenting + some minor style issues
Christophe Jaillet
2015-08-31
1
-6
/
+8
*
Use apr_pstrmemdup instead of apr_pstrndup when this is safe.
Christophe Jaillet
2013-12-09
1
-2
/
+2
*
Only close hdrs.fd when returning non-OK from cache_select(),
Eric Covener
2013-12-04
1
-1
/
+2
*
mod_cache: Ensure that updated responses to HEAD requests don't get
Graham Leggett
2013-05-05
1
-68
/
+80
*
mod_cache: Invalidate cached entities in response to RFC2616 Section
Graham Leggett
2013-05-01
1
-1
/
+11
*
Name pool + concat string at compile time when possible
Christophe Jaillet
2013-03-29
1
-2
/
+4
*
fix merge of min/max file size by setting corresponding _set
Eric Covener
2013-03-06
1
-0
/
+2
*
Remove useless tests.
Christophe Jaillet
2013-03-03
1
-1
/
+1
*
* fd is no member of disk_cache_object_t. Instead it is a member of
Ruediger Pluem
2012-11-05
1
-3
/
+16
*
*) mod_cache_disk: Resolve errors while revalidating disk-cached files on
Eric Covener
2012-11-04
1
-0
/
+5
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
1
-12
/
+9
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-02
1
-39
/
+39
*
mod_cache: Apply the API change that allows future mod_cache providers to
Graham Leggett
2011-11-30
1
-1
/
+7
*
Remove more log message prefixes that are now redundant as the
Stefan Fritsch
2011-11-29
1
-37
/
+36
*
mod_cache_disk: Make sure we check return codes on all writes and attempts
Graham Leggett
2011-11-21
1
-7
/
+46
*
mod_cache_disk: Remove the unnecessary intermediate brigade while writing
Graham Leggett
2011-11-19
1
-14
/
+2
*
Consistently use base 10 for numbers when parsing config options. It may be
Stefan Fritsch
2011-10-09
1
-4
/
+4
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-2
/
+1
*
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
*
Further trivial updates mod_disk_cache -> mod_cache_disk.
Rainer Jung
2010-11-26
1
-1
/
+1
*
Rename disk_cache to cache_disk within logging statements.
Graham Leggett
2010-11-20
1
-33
/
+33
*
mod_disk_cache renamed to mod_cache_disk, to be consistent with the
Graham Leggett
2010-11-20
1
-0
/
+1489