1. 26 Apr, 2017 3 commits
  2. 25 Apr, 2017 1 commit
  3. 24 Apr, 2017 2 commits
  4. 10 Apr, 2017 1 commit
  5. 07 Apr, 2017 1 commit
  6. 06 Apr, 2017 11 commits
  7. 05 Apr, 2017 3 commits
    • Martin Blix Grydeland's avatar
      Fix the spinlock loop in VBE_Poll · 04b4e380
      Martin Blix Grydeland authored
      VBE_Poll would not advance to test the next backend on the cooling
      list when the backend's n_conn is non-zero. This would create a
      spinlock effect, causing delays that could make the master kill the
      child because of CLI timeout.
      
      Fixes: #2295
      04b4e380
    • Martin Blix Grydeland's avatar
      Do not update mgt's mirrored VCL temp state on child temp state failures · bd7c7080
      Martin Blix Grydeland authored
      The child expects mgt to be consistent in its VCL state changes,
      e.g. not ask the child to 'use' a VCL that isn't warm. Not doing so
      will cause the child to assert (see asserts in
      cache_vcl.c:ccf_config_use). This could trigger because the mgt
      erranously would set its recorded temp regardless of the child's reply
      in mgt_vcl_setstate.
      
      This patch changes it to only record the new temp in mgt if the child
      replied success. If the child isn't running the new temp is always
      recorded.
      
      Slightly update v00044.vtc test case to reflect the need to update the
      state before restarting the child.
      
      Ref: https://github.com/varnishcache/varnish-cache/pull/2273
      bd7c7080
    • Martin Blix Grydeland's avatar
      Set the go-cold timer on newly loaded warm auto VCLs · 72a6d1ec
      Martin Blix Grydeland authored
      Newly loaded VCLs didn't get their go cold timer set even when they
      were set to auto, causing them to never go cold automatically.
      
      Fixes: #2270
      
      Conflicts:
      	bin/varnishd/mgt/mgt_vcl.c
      72a6d1ec
  8. 04 Apr, 2017 1 commit
    • Martin Blix Grydeland's avatar
      Fix race in the VSL segment counter initialization · 3e19f335
      Martin Blix Grydeland authored
      Fix a stupid misstake where the segment counter in the VSL segment was
      set just before the entire struct was cleared during
      initialization. This didn't cause problems in the common case because
      it would be set correctly on the very first log line produced. But it
      did open a race where an unfortunate early log client would assume it
      was lagging indefinetely behind varnishd on the log reading and report
      overflow error. This was most commonly experienced with varnishtest.
      
      Fixes: #2241
      3e19f335
  9. 03 Apr, 2017 3 commits
  10. 31 Mar, 2017 1 commit
  11. 30 Mar, 2017 2 commits
  12. 20 Feb, 2017 2 commits
  13. 09 Feb, 2017 2 commits
  14. 08 Feb, 2017 4 commits
  15. 07 Feb, 2017 3 commits