1. 01 Nov, 2011 4 commits
  2. 31 Oct, 2011 11 commits
  3. 26 Oct, 2011 3 commits
  4. 25 Oct, 2011 7 commits
  5. 24 Oct, 2011 10 commits
  6. 22 Oct, 2011 1 commit
  7. 21 Oct, 2011 1 commit
  8. 19 Oct, 2011 1 commit
  9. 17 Oct, 2011 2 commits
    • Kristian Lyngstol's avatar
      Formally remove error from vcl_deliver VCC · e18a6ab5
      Kristian Lyngstol authored
      Note that error wasn't actually working in vcl_deliver, and this just puts
      VCC in line with the rest of Varnish. Syntax errors are better than assert
      errors.
      
      Re #1027
      
      I'll leave it for later discussion to see if we close #1027, which is
      technically a feature request now, though a request for a feature we used
      to have (not sure how well it worked).
      e18a6ab5
    • Kristian Lyngstol's avatar
      Ensure ban lurker sleeps 1.0s on failure · fa3b136f
      Kristian Lyngstol authored
      As per documentation, the ban lurker sleeps ban_lurker_sleep when it is
      successful, but on failure it should only sleep 1.0s. No point hammering
      the ban list every 0.01s if bans aren't even used.
      
      Fixes #1030
      fa3b136f