1. 30 Nov, 2017 3 commits
  2. 29 Nov, 2017 4 commits
  3. 28 Nov, 2017 3 commits
  4. 27 Nov, 2017 8 commits
  5. 25 Nov, 2017 1 commit
  6. 23 Nov, 2017 1 commit
  7. 21 Nov, 2017 1 commit
  8. 20 Nov, 2017 5 commits
  9. 19 Nov, 2017 5 commits
  10. 18 Nov, 2017 8 commits
  11. 17 Nov, 2017 1 commit
    • Pål Hermunn Johansen's avatar
      Add cache_hit_grace counter · 1d62f5da
      Pål Hermunn Johansen authored
      The counter cache_hit_grace counts the number of grace hits. To be
      precise, it counts the number of times lookup returns an expired
      object, but vcl_hit is called and decides to return(deliver).
      
      Every time cache_hit_grace is incremented, cache_hit is also
      incremented (so this commit does not change the cache_hit counter).
      1d62f5da