1. 07 Sep, 2020 2 commits
    • Poul-Henning Kamp's avatar
      Constify · ba98c093
      Poul-Henning Kamp authored
      ba98c093
    • Poul-Henning Kamp's avatar
      Return Flexelint to sanity wrt. Reserved WSs. · fe8602b4
      Poul-Henning Kamp authored
      Give WS_Reservation() the same "always return non-NULL or assert"
      semantics WS_Front() had because literally every single caller which
      uses the ->f pointer fails to check for NULL.
      
      Introduce a new internal WS_IsReserved() for use in the asserts
      which check if a reservation is active, but which doesn't otherwise
      care for the ->f pointer, and the single instance of non-WS code
      which (possibly) legitimatly does variant processing depending on
      the reservation state.
      fe8602b4
  2. 05 Sep, 2020 1 commit
    • Pål Hermunn Johansen's avatar
      Document correctly vcl_hit built-in VCL · 7872e817
      Pål Hermunn Johansen authored
      It has been a while since the built-in vcl_hit changed, and this
      updates the user guide.
      
      Since 6.0.1 we have had the corresponding change in TTL, grace, keep
      change, and this is also mentioned.
      7872e817
  3. 01 Sep, 2020 5 commits
  4. 31 Aug, 2020 30 commits
  5. 24 Aug, 2020 2 commits