index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_cache: Per RFC 7234 section 5.3 an invalid
Rainer Jung
2018-06-20
1
-2
/
+5
*
Use apr_pcalloc in the 'create' function. All the fields are initialized in t...
Christophe Jaillet
2018-04-08
1
-2
/
+2
*
Save a few cycles.
Christophe Jaillet
2018-02-19
1
-2
/
+2
*
mod_cache_socache: Fix caching of empty headers up to carriage return.
Yann Ylavic
2018-02-15
1
-1
/
+2
*
some small tweaks to get things building again
Gregg Lewis Smith
2018-01-19
1
-111
/
+111
*
Synch style in comment with 2.4.x.
Christophe Jaillet
2017-03-27
1
-2
/
+2
*
Group bit field values in order to save some memory.
Christophe Jaillet
2017-03-27
1
-1
/
+1
*
Improve indentation
Christophe Jaillet
2017-03-27
1
-4
/
+4
*
Save a few cycles.
Christophe Jaillet
2017-03-27
1
-5
/
+6
*
mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
Yann Ylavic
2017-02-21
4
-50
/
+81
*
Remove a useless break + tiny style fix (missing space)
Christophe Jaillet
2017-01-06
1
-2
/
+1
*
Use apr_pstrmemdup instead of apr_pstrndup when applicable
Christophe Jaillet
2017-01-06
1
-1
/
+1
*
mod_socache_redis also uses mod_status hooks
William A. Rowe Jr
2016-12-16
1
-2
/
+2
*
related to http://svn.apache.org/viewvc?view=revision&revision=1774602
Jim Jagielski
2016-12-16
1
-8
/
+8
*
Add ../generators to include path for Windows
Rainer Jung
2016-12-16
1
-2
/
+2
*
Use correct format pattern, "%lu" is wrong for
Rainer Jung
2016-12-16
1
-6
/
+6
*
html elements
Jim Jagielski
2016-12-13
1
-9
/
+9
*
From Norm:
Jim Jagielski
2016-11-22
1
-0
/
+1
*
Fix some HTML tags
Christophe Jaillet
2016-11-15
1
-9
/
+9
*
reorganize mod_socache_redis so it compiles w/o apr-redis
Eric Covener
2016-11-15
1
-14
/
+13
*
heh... bring memcache up to redis :)
Jim Jagielski
2016-11-05
1
-1
/
+55
*
Needs LOGNO #s
Jim Jagielski
2016-11-05
1
-9
/
+9
*
And provide some nice usage stats. Could be prettier, for sure.
Jim Jagielski
2016-11-05
1
-2
/
+81
*
And the socache provider interface for Redis
Jim Jagielski
2016-11-04
3
-0
/
+520
*
mod_cache: follow up to r1756553: log the real/actual cached URI (debug).
Yann Ylavic
2016-08-17
1
-5
/
+6
*
mod_cache: Use the actual URI path and query-string for identifying the
Yann Ylavic
2016-08-16
4
-29
/
+37
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
2
-18
/
+18
*
Fix missing limits.h header, required for 2.4.next release,
William A. Rowe Jr
2016-03-22
1
-0
/
+4
*
better s-maxage support
Eric Covener
2016-01-25
1
-17
/
+26
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-4
/
+6
*
mod_cache_socache: Fix a possible cached entity body corruption when it
Yann Ylavic
2015-12-28
1
-50
/
+22
*
disk_cache: improve logging of errors around reading stored headers
Eric Covener
2015-12-21
1
-3
/
+12
*
remove dead code leftover from r1023387.
Eric Covener
2015-12-08
1
-8
/
+2
*
duplicate debug-level AH00764 in the just-validated path.
Eric Covener
2015-12-07
1
-0
/
+3
*
Follow up to r1715876: fix typo.
Yann Ylavic
2015-11-23
1
-1
/
+2
*
mod_cache: Fix (max-stale with no '=') and enforce (check integers after '=')
Yann Ylavic
2015-11-23
1
-10
/
+25
*
More ap_casecmpstr[n]() usages (follow up to r1715876).
Yann Ylavic
2015-11-23
2
-3
/
+3
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-54
/
+18
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-43
/
+60
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-60
/
+43
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-3
/
+0
*
RFC2616 defines #rules as:
Christophe Jaillet
2015-10-27
1
-1
/
+1
*
m4: please any autoconf by quoting AC_DEFUN's names. PR 58126.
Yann Ylavic
2015-10-05
1
-1
/
+1
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-1
/
+1
*
not sure how that got in there
Edward Lu
2015-09-21
1
-3
/
+5
*
Stop destroying headers when passing through the cache filter
Edward Lu
2015-09-21
2
-6
/
+4
*
Allow 0 as a valid value (never close idle connections)
Christophe Jaillet
2015-09-01
1
-8
/
+11
*
Remove useless line
Christophe Jaillet
2015-08-31
1
-1
/
+0
*
Silence a sparse warning about inconsistent indenting + some minor style issues
Christophe Jaillet
2015-08-31
1
-6
/
+8
[next]